added a keyboard panel and a toggle button

This commit is contained in:
2026-06-10 04:39:23 -05:00
parent 625f1eb1f9
commit 6c38b05832
20 changed files with 826 additions and 0 deletions

View File

@@ -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)