diff options
author | perivesta <> | 2023-07-09 18:44:39 +0200 |
---|---|---|
committer | perivesta <> | 2023-07-09 18:44:39 +0200 |
commit | c8555832f0fa74803621e2d85090b267bda42f58 (patch) | |
tree | 5af6475d8d86826406f52275ee2bb5fe588c4b98 /Levels/Level3.tscn | |
parent | d2b9a60f86739f01041ce9b884ad865b97a807df (diff) | |
download | 2023-c8555832f0fa74803621e2d85090b267bda42f58.tar.gz 2023-c8555832f0fa74803621e2d85090b267bda42f58.tar.bz2 2023-c8555832f0fa74803621e2d85090b267bda42f58.zip |
fixes
Diffstat (limited to '')
-rw-r--r-- | Levels/Level3.tscn | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Levels/Level3.tscn b/Levels/Level3.tscn index 73cdd37..fd5ba77 100644 --- a/Levels/Level3.tscn +++ b/Levels/Level3.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=12 format=3 uid="uid://ctw32x620maaj"] +[gd_scene load_steps=14 format=3 uid="uid://ctw32x620maaj"] [ext_resource type="Script" path="res://Scripts/scene_control.gd" id="1_iao1p"] [ext_resource type="PackedScene" uid="uid://c8r6i3bu37ogu" path="res://Nodes/ui.tscn" id="2_rgpyj"] @@ -7,7 +7,7 @@ [ext_resource type="PackedScene" uid="uid://c1mvbh2fwqtkb" path="res://Nodes/car.tscn" id="5_ja277"] [ext_resource type="Script" path="res://Scripts/drawing.gd" id="6_c7w7m"] [ext_resource type="TileSet" uid="uid://cl8153posdeim" path="res://Assets/grass_tile_set.tres" id="7_2rtyp"] -[ext_resource type="Texture2D" uid="uid://bcn7tgs6a4fm7" path="res://Assets/road.png" id="7_7isac"] +[ext_resource type="Texture2D" uid="uid://x8c4q8wv8u4o" path="res://Assets/road.png" id="7_7isac"] [ext_resource type="PackedScene" uid="uid://wkfai2lvnp7n" path="res://Nodes/checkpoint.tscn" id="7_c20c2"] [ext_resource type="Script" path="res://Scripts/Road.gd" id="8_itqp7"] @@ -29,6 +29,7 @@ bronze_medal_time = 7.5 [node name="UI" parent="." instance=ExtResource("2_rgpyj")] [node name="Start" type="Node2D" parent="."] +z_index = 2 position = Vector2(573, 572) [node name="Start" type="TextureButton" parent="Start"] @@ -39,6 +40,7 @@ offset_bottom = 8.0 texture_normal = ExtResource("3_8cdg1") [node name="FinishLine" type="Sprite2D" parent="."] +z_index = 2 position = Vector2(572, 95) texture = ExtResource("4_15yjv") @@ -48,6 +50,7 @@ texture = ExtResource("4_15yjv") shape = SubResource("CircleShape2D_6g88q") [node name="Car" parent="." instance=ExtResource("5_ja277")] +z_index = 3 [node name="DrawNode" type="Node2D" parent="."] script = ExtResource("6_c7w7m") |