added a keyboard panel and a toggle button
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
@tool
|
||||
extends Node3D
|
||||
|
||||
signal buttonPressed
|
||||
@@ -8,6 +9,7 @@ signal buttonUpdated
|
||||
@export var baseColor : Color
|
||||
@export var pressedColor : Color
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
$StaticBody3D._initButton(baseColor,pressedColor)
|
||||
print(baseColor,pressedColor)
|
||||
|
||||
Reference in New Issue
Block a user