blob: 4fa88fe93ffdcf21b0f0abe671b15b07cb87a04f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
[gd_scene load_steps=5 format=3 uid="uid://ct2kxw1rrjryo"]
[ext_resource type="Texture2D" uid="uid://5xqahgawme4m" path="res://Assets/start.png" id="1_wenkl"]
[ext_resource type="Texture2D" uid="uid://b8vhe5kt6037n" path="res://Assets/end.png" id="2_gp6ng"]
[ext_resource type="Texture2D" uid="uid://dg3v488vx0oj6" path="res://Assets/checkpoint.png" id="3_cgigr"]
[ext_resource type="PackedScene" uid="uid://cfolt02ucvo3d" path="res://Nodes/drawing.tscn" id="4_t4rjk"]
[node name="Level_test" type="Node2D"]
[node name="Start" type="Sprite2D" parent="."]
position = Vector2(669, 515)
texture = ExtResource("1_wenkl")
[node name="End" type="Sprite2D" parent="."]
position = Vector2(616, 86)
texture = ExtResource("2_gp6ng")
[node name="cp1" type="Sprite2D" parent="."]
position = Vector2(270, 338)
texture = ExtResource("3_cgigr")
[node name="cp2" type="Sprite2D" parent="."]
position = Vector2(621, 323)
texture = ExtResource("3_cgigr")
[node name="cp3" type="Sprite2D" parent="."]
position = Vector2(404, 145)
texture = ExtResource("3_cgigr")
[node name="Drawing" parent="." instance=ExtResource("4_t4rjk")]
|