added a video player, added a GridContainer
This commit is contained in:
@@ -15,3 +15,6 @@ signal buttonUpdated
|
||||
func _ready() -> void:
|
||||
$StaticBody3D._initButton(baseColor,pressedColor,char)
|
||||
print(baseColor,pressedColor)
|
||||
|
||||
func _process(delta: float) -> void:
|
||||
$StaticBody3D/Label3D.text = char
|
||||
|
||||
Reference in New Issue
Block a user