small racing game im working on
Diffstat (limited to 'ui/editor/propertys.gd')
-rw-r--r--ui/editor/propertys.gd4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/editor/propertys.gd b/ui/editor/propertys.gd
new file mode 100644
index 0000000..30bb352
--- /dev/null
+++ b/ui/editor/propertys.gd
@@ -0,0 +1,4 @@
+extends VBoxContainer
+
+@onready var name_: LineEdit = %name
+@onready var laps_: SpinBox = %laps