25 lines
968 B
Text
25 lines
968 B
Text
[gd_scene load_steps=4 format=3 uid="uid://ctc0arg3efa5k"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://ba6afuig8bqrg" path="res://levels/LevelBase.tscn" id="1_ad6qp"]
|
|
[ext_resource type="Texture2D" uid="uid://dr4ayedb5xb2k" path="res://textures/file_editor.png" id="2_gwmxk"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_qjpxi"]
|
|
size = Vector2(1928.3, 529.623)
|
|
|
|
[node name="LevelBase" instance=ExtResource("1_ad6qp")]
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="." index="1"]
|
|
z_index = -1
|
|
scale = Vector2(0.6, 0.6)
|
|
texture = ExtResource("2_gwmxk")
|
|
|
|
[node name="Ground" type="Sprite2D" parent="." index="2"]
|
|
position = Vector2(15, 644)
|
|
scale = Vector2(0.66, 0.66)
|
|
texture = ExtResource("2_gwmxk")
|
|
|
|
[node name="StaticBody2D" type="StaticBody2D" parent="Ground" index="0"]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Ground/StaticBody2D" index="0"]
|
|
position = Vector2(1.88681, -274.811)
|
|
shape = SubResource("RectangleShape2D_qjpxi")
|