arduino stuffs
Diffstat (limited to 'car_driver/godot/Main.tscn')
| -rw-r--r-- | car_driver/godot/Main.tscn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/car_driver/godot/Main.tscn b/car_driver/godot/Main.tscn index e2283fc..f420f25 100644 --- a/car_driver/godot/Main.tscn +++ b/car_driver/godot/Main.tscn @@ -1,9 +1,13 @@ -[gd_scene load_steps=2 format=2] +[gd_scene load_steps=3 format=2] [ext_resource path="res://Console.tscn" type="PackedScene" id=1] +[ext_resource path="res://Input.gd" type="Script" id=2] [node name="Main" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 [node name="ConsoleWindow" parent="." instance=ExtResource( 1 )] + +[node name="input" type="Node" parent="."] +script = ExtResource( 2 ) |