2024-08-18 20:55:12 +02:00
|
|
|
[gd_scene load_steps=7 format=3 uid="uid://ba6afuig8bqrg"]
|
2024-08-17 00:32:52 +02:00
|
|
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://snxpqx0ony7s" path="res://objects/Player.tscn" id="1_prjlb"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://dii1q3f5dj72y" path="res://objects/CRT.tscn" id="2_mxtem"]
|
2024-08-18 20:55:12 +02:00
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_1vofj"]
|
|
|
|
size = Vector2(1289, 70.5)
|
2024-08-17 01:19:19 +02:00
|
|
|
|
2024-08-17 11:20:33 +02:00
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_4uh45"]
|
|
|
|
size = Vector2(1281, 85.5)
|
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_nnio8"]
|
|
|
|
size = Vector2(63.75, 738.5)
|
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_h7316"]
|
|
|
|
size = Vector2(100, 753)
|
|
|
|
|
2024-08-17 00:32:52 +02:00
|
|
|
[node name="LevelBase" type="Node"]
|
|
|
|
|
|
|
|
[node name="Player" parent="." instance=ExtResource("1_prjlb")]
|
|
|
|
|
|
|
|
[node name="CanvasLayer" parent="." instance=ExtResource("2_mxtem")]
|
2024-08-17 11:20:33 +02:00
|
|
|
visible = false
|
2024-08-17 00:32:52 +02:00
|
|
|
|
|
|
|
[node name="Camera2D" type="Camera2D" parent="."]
|
2024-08-17 11:20:33 +02:00
|
|
|
|
|
|
|
[node name="Walls" type="StaticBody2D" parent="."]
|
2024-08-17 17:33:34 +02:00
|
|
|
collision_mask = 6
|
2024-08-17 11:20:33 +02:00
|
|
|
|
2024-08-18 20:55:12 +02:00
|
|
|
[node name="Ground" type="CollisionShape2D" parent="Walls"]
|
|
|
|
position = Vector2(-12, 186)
|
|
|
|
shape = SubResource("RectangleShape2D_1vofj")
|
|
|
|
|
2024-08-17 11:20:33 +02:00
|
|
|
[node name="Ceiling" type="CollisionShape2D" parent="Walls"]
|
2024-08-18 20:55:12 +02:00
|
|
|
position = Vector2(3, -206)
|
2024-08-17 11:20:33 +02:00
|
|
|
shape = SubResource("RectangleShape2D_4uh45")
|
|
|
|
|
|
|
|
[node name="LeftWall" type="CollisionShape2D" parent="Walls"]
|
2024-08-18 20:55:12 +02:00
|
|
|
position = Vector2(-357, 42)
|
2024-08-17 11:20:33 +02:00
|
|
|
shape = SubResource("RectangleShape2D_nnio8")
|
|
|
|
|
|
|
|
[node name="RightWall" type="CollisionShape2D" parent="Walls"]
|
2024-08-18 20:55:12 +02:00
|
|
|
position = Vector2(367, 16)
|
2024-08-17 11:20:33 +02:00
|
|
|
shape = SubResource("RectangleShape2D_h7316")
|