diff options
author | perivesta <> | 2023-07-09 15:29:18 +0200 |
---|---|---|
committer | perivesta <> | 2023-07-09 15:29:18 +0200 |
commit | 5b1a456768f0072e10577f52914898473385e72b (patch) | |
tree | 35882879395be199fcd7eb871baea0c6d57a48de /Levels/LevelTemplate.tscn | |
parent | bcccb662566481ea5956e40086e894aa8543f665 (diff) | |
download | 2023-5b1a456768f0072e10577f52914898473385e72b.tar.gz 2023-5b1a456768f0072e10577f52914898473385e72b.tar.bz2 2023-5b1a456768f0072e10577f52914898473385e72b.zip |
add sprites
Diffstat (limited to '')
-rw-r--r-- | Levels/LevelTemplate.tscn | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/Levels/LevelTemplate.tscn b/Levels/LevelTemplate.tscn index 684a4b8..18d6366 100644 --- a/Levels/LevelTemplate.tscn +++ b/Levels/LevelTemplate.tscn @@ -2,15 +2,15 @@ [ext_resource type="Script" path="res://Scripts/scene_control.gd" id="1_2b4bf"] [ext_resource type="PackedScene" uid="uid://c8r6i3bu37ogu" path="res://Nodes/ui.tscn" id="2_2w0c4"] -[ext_resource type="Texture2D" uid="uid://5xqahgawme4m" path="res://Assets/start.png" id="3_ckyv7"] -[ext_resource type="Texture2D" uid="uid://b8vhe5kt6037n" path="res://Assets/end.png" id="4_2vjhv"] +[ext_resource type="Texture2D" uid="uid://bsadcfl3o65wb" path="res://Assets/Images/start.png" id="3_2to3n"] +[ext_resource type="Texture2D" uid="uid://cxhterify3l" path="res://Assets/Images/goal.png" id="4_x2h7q"] [ext_resource type="PackedScene" uid="uid://c1mvbh2fwqtkb" path="res://Nodes/car.tscn" id="5_v816p"] [ext_resource type="Script" path="res://Scripts/drawing.gd" id="6_ihf71"] [ext_resource type="Texture2D" uid="uid://dg3v488vx0oj6" path="res://Assets/checkpoint.png" id="7_bofa3"] [ext_resource type="TileSet" uid="uid://cl8153posdeim" path="res://Assets/grass_tile_set.tres" id="8_7sh6f"] [sub_resource type="CircleShape2D" id="CircleShape2D_6g88q"] -radius = 18.0278 +radius = 17.0 [sub_resource type="Curve2D" id="Curve2D_0exre"] @@ -24,14 +24,14 @@ position = Vector2(256, 422) [node name="Start" type="TextureButton" parent="Start"] offset_left = -16.0 -offset_top = -16.0 +offset_top = -9.0 offset_right = 16.0 -offset_bottom = 16.0 -texture_normal = ExtResource("3_ckyv7") +offset_bottom = 8.0 +texture_normal = ExtResource("3_2to3n") [node name="FinishLine" type="Sprite2D" parent="."] position = Vector2(793, 96) -texture = ExtResource("4_2vjhv") +texture = ExtResource("4_x2h7q") [node name="Area2D" type="Area2D" parent="FinishLine"] @@ -79,6 +79,7 @@ layer_1/tile_data = PackedInt32Array(2424836, 131072, 8, 2424837, 131072, 8, 242 [node name="StaticBody2D" type="StaticBody2D" parent="TileMap"] [node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="TileMap/StaticBody2D"] +position = Vector2(-1, 7) build_mode = 1 polygon = PackedVector2Array(964, 570, 845, 570, 835, 586, 765, 585, 740, 616, 594, 618, 580, 602, 462, 601, 449, 617, 257, 618, 244, 601, 225, 602, 211, 586, 124, 585, 115, 599, 49, 602, 40, 595, 38, 573, 24, 561, 23, 538, 38, 535, 39, 509, 54, 501, 54, 364, 39, 351, 38, 318, 23, 304, 22, 284, 36, 278, 38, 173, 24, 163, 23, 123, 35, 118, 44, 105, 57, 101, 54, 58, 68, 54, 82, 54, 92, 39, 196, 38, 203, 53, 277, 53, 283, 68, 454, 70, 460, 56, 484, 54, 494, 38, 581, 38, 586, 51, 660, 53, 667, 69, 724, 70, 732, 55, 756, 54, 763, 39, 801, 37, 815, 55, 828, 39, 897, 37, 922, 68, 980, 71, 987, 84, 1075, 86, 1111, 122, 1113, 148, 1129, 155, 1130, 205, 1115, 220, 1115, 256, 1099, 268, 1097, 322, 1111, 331, 1113, 385, 1096, 396, 1098, 419, 1113, 427, 1115, 481, 1099, 491, 1099, 571, 1089, 585, 1069, 583, 1059, 600, 1011, 603, 996, 585, 978, 585) |