arduino stuffs
Diffstat (limited to 'car_driver/godot/Main.tscn')
| -rw-r--r-- | car_driver/godot/Main.tscn | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/car_driver/godot/Main.tscn b/car_driver/godot/Main.tscn index f420f25..e223496 100644 --- a/car_driver/godot/Main.tscn +++ b/car_driver/godot/Main.tscn @@ -1,7 +1,8 @@ -[gd_scene load_steps=3 format=2] +[gd_scene load_steps=4 format=2] [ext_resource path="res://Console.tscn" type="PackedScene" id=1] [ext_resource path="res://Input.gd" type="Script" id=2] +[ext_resource path="res://theme.theme" type="Theme" id=3] [node name="Main" type="Control"] anchor_right = 1.0 @@ -11,3 +12,9 @@ anchor_bottom = 1.0 [node name="input" type="Node" parent="."] script = ExtResource( 2 ) + +[node name="Label" type="Label" parent="input"] +margin_right = 40.0 +margin_bottom = 14.0 +theme = ExtResource( 3 ) +text = "input" |