From 5b1a456768f0072e10577f52914898473385e72b Mon Sep 17 00:00:00 2001 From: perivesta <> Date: Sun, 9 Jul 2023 15:29:18 +0200 Subject: add sprites --- Levels/Tut02.tscn | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'Levels/Tut02.tscn') diff --git a/Levels/Tut02.tscn b/Levels/Tut02.tscn index 9ff8071..ff34cd0 100644 --- a/Levels/Tut02.tscn +++ b/Levels/Tut02.tscn @@ -2,15 +2,15 @@ [ext_resource type="Script" path="res://Scripts/scene_control.gd" id="1_77i7n"] [ext_resource type="PackedScene" uid="uid://c8r6i3bu37ogu" path="res://Nodes/ui.tscn" id="2_wchsl"] -[ext_resource type="Texture2D" uid="uid://5xqahgawme4m" path="res://Assets/start.png" id="3_ed1lc"] -[ext_resource type="Texture2D" uid="uid://b8vhe5kt6037n" path="res://Assets/end.png" id="4_dlrt7"] +[ext_resource type="Texture2D" uid="uid://bsadcfl3o65wb" path="res://Assets/Images/start.png" id="3_eeg1f"] +[ext_resource type="Texture2D" uid="uid://cxhterify3l" path="res://Assets/Images/goal.png" id="4_yklwl"] [ext_resource type="PackedScene" uid="uid://c1mvbh2fwqtkb" path="res://Nodes/car.tscn" id="5_h0kjy"] [ext_resource type="Script" path="res://Scripts/drawing.gd" id="6_0m5bn"] [ext_resource type="Texture2D" uid="uid://dg3v488vx0oj6" path="res://Assets/checkpoint.png" id="7_xyp4c"] [ext_resource type="TileSet" uid="uid://cl8153posdeim" path="res://Assets/grass_tile_set.tres" id="8_a1rvy"] [sub_resource type="CircleShape2D" id="CircleShape2D_6g88q"] -radius = 18.0278 +radius = 17.0 [sub_resource type="Curve2D" id="Curve2D_0exre"] @@ -22,21 +22,22 @@ outline_color = Color(0, 0, 0, 1) script = ExtResource("1_77i7n") [node name="UI" parent="." instance=ExtResource("2_wchsl")] +visible = false [node name="Start" type="Node2D" parent="."] position = Vector2(256, 422) [node name="Start" type="TextureButton" parent="Start"] offset_left = -16.0 -offset_top = -16.0 +offset_top = -7.0 offset_right = 16.0 -offset_bottom = 16.0 -texture_normal = ExtResource("3_ed1lc") -metadata/_edit_use_anchors_ = true +offset_bottom = 9.0 +texture_normal = ExtResource("3_eeg1f") [node name="FinishLine" type="Sprite2D" parent="."] +visible = false position = Vector2(983, 158) -texture = ExtResource("4_dlrt7") +texture = ExtResource("4_yklwl") [node name="Area2D" type="Area2D" parent="FinishLine"] @@ -85,6 +86,7 @@ text = "Sand is off limits and the car won't go there" label_settings = SubResource("LabelSettings_sv8of") [node name="TileMap" type="TileMap" parent="."] +visible = false z_index = -1 tile_set = ExtResource("8_a1rvy") format = 2 -- cgit