diff options
| author | realtradam <[email protected]> | 2022-02-19 09:19:01 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-02-19 09:19:01 -0500 |
| commit | a60fab92b6ad60000aae5b854ca6c2b3a435611c (patch) | |
| tree | 8e74b94fd549efba0123cfcece9943933aa5b0a0 /Racing-Game/World.tscn | |
| parent | 727bd8009e3e1392d61f39326cf5a47e69af8cae (diff) | |
| download | optimal-direction-a60fab92b6ad60000aae5b854ca6c2b3a435611c.tar.gz optimal-direction-a60fab92b6ad60000aae5b854ca6c2b3a435611c.zip | |
a little cleanup for better presentation
Diffstat (limited to 'Racing-Game/World.tscn')
| -rw-r--r-- | Racing-Game/World.tscn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Racing-Game/World.tscn b/Racing-Game/World.tscn index 8b06088..8d78506 100644 --- a/Racing-Game/World.tscn +++ b/Racing-Game/World.tscn @@ -1,7 +1,8 @@ -[gd_scene load_steps=23 format=2] +[gd_scene load_steps=24 format=2] [ext_resource path="res://Art(non-orig)/biggerTest.png" type="Texture" id=1] [ext_resource path="res://4WheelCar/4WheelCar.tscn" type="PackedScene" id=2] +[ext_resource path="res://Panel.gd" type="Script" id=3] [ext_resource path="res://Art(non-orig)/PNG/Objects/cone_straight.png" type="Texture" id=4] [ext_resource path="res://Obstacles/ ObstacleBarrier.gd" type="Script" id=9] [ext_resource path="res://Art(non-orig)/PNG/Objects/barrier_white.png" type="Texture" id=10] @@ -3882,6 +3883,7 @@ margin_left = 479.896 margin_top = 237.722 margin_right = 895.896 margin_bottom = 492.722 +script = ExtResource( 3 ) __meta__ = { "_edit_use_anchors_": false } @@ -3892,8 +3894,8 @@ margin_left = 44.7994 margin_top = 34.9523 margin_right = 386.135 margin_bottom = 212.952 -custom_fonts/normal_font = SubResource( 7 ) custom_colors/default_color = Color( 0.0784314, 1, 0, 1 ) +custom_fonts/normal_font = SubResource( 7 ) text = "123" scroll_active = false script = ExtResource( 18 ) |
