From a60fab92b6ad60000aae5b854ca6c2b3a435611c Mon Sep 17 00:00:00 2001 From: realtradam Date: Sat, 19 Feb 2022 09:19:01 -0500 Subject: a little cleanup for better presentation --- Racing-Game/World.tscn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Racing-Game/World.tscn') 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 ) -- cgit v1.2.3