You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

179 lines
6.3 KiB

[gd_scene load_steps=8 format=3 uid="uid://duai0nkslx7o8"]
[ext_resource type="Script" path="res://scripts/checkpoint.gd" id="1_mogvd"]
[ext_resource type="PackedScene" uid="uid://dn0lboldm331y" path="res://scenes/platform_01.tscn" id="1_p1vy7"]
[ext_resource type="PackedScene" uid="uid://cjpwcih4ro8gu" path="res://scenes/gravity_switch.tscn" id="2_ufuu6"]
[ext_resource type="Script" path="res://scripts/switch.gd" id="3_vaslk"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_7hfyn"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_0f50m"]
size = Vector2(7318, 557)
[sub_resource type="QuadMesh" id="QuadMesh_qcjog"]
[node name="Level" type="Node2D"]
position = Vector2(0, 96)
[node name="Platforms" type="CanvasGroup" parent="."]
[node name="Platform_14" parent="Platforms" instance=ExtResource("1_p1vy7")]
position = Vector2(2861, 87)
[node name="Platform_15" parent="Platforms" instance=ExtResource("1_p1vy7")]
position = Vector2(1159, -700)
[node name="Platform_27" parent="Platforms" instance=ExtResource("1_p1vy7")]
position = Vector2(1556, -737)
[node name="Platform_16" parent="Platforms" instance=ExtResource("1_p1vy7")]
position = Vector2(1470, 184)
[node name="Platform_17" parent="Platforms" instance=ExtResource("1_p1vy7")]
position = Vector2(1943, 157)
[node name="Platform_18" parent="Platforms" instance=ExtResource("1_p1vy7")]
position = Vector2(1159, 121)
[node name="Platform_19" parent="Platforms" instance=ExtResource("1_p1vy7")]
position = Vector2(3504, 126)
rotation = 1.5708
[node name="Platform_20" parent="Platforms" instance=ExtResource("1_p1vy7")]
position = Vector2(2213, 293)
rotation = 1.5708
[node name="Platform_21" parent="Platforms" instance=ExtResource("1_p1vy7")]
position = Vector2(393, 115)
[node name="Platform_26" parent="Platforms" instance=ExtResource("1_p1vy7")]
position = Vector2(28, 115)
[node name="Platform_22" parent="Platforms" instance=ExtResource("1_p1vy7")]
position = Vector2(791, 116)
[node name="Platform_23" parent="Platforms" instance=ExtResource("1_p1vy7")]
position = Vector2(2479, 155)
[node name="Platform_24" parent="Platforms" instance=ExtResource("1_p1vy7")]
position = Vector2(3238, 49)
[node name="Platform_25" parent="Platforms" instance=ExtResource("1_p1vy7")]
modulate = Color(0.00784314, 0.490196, 0, 1)
position = Vector2(3755, 149)
[node name="Platform_02" parent="Platforms" instance=ExtResource("1_p1vy7")]
position = Vector2(573, -293)
[node name="Checkpoints" type="CanvasGroup" parent="."]
[node name="End" type="Area2D" parent="Checkpoints"]
position = Vector2(3755, 128)
scale = Vector2(16.672, 1)
script = ExtResource("1_mogvd")
type = "end"
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Checkpoints/End"]
shape = SubResource("RectangleShape2D_7hfyn")
[node name="Abysses" type="CanvasGroup" parent="."]
[node name="Abyss" type="Area2D" parent="Abysses"]
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Abysses/Abyss"]
position = Vector2(951, 1182)
shape = SubResource("RectangleShape2D_0f50m")
[node name="Abyss2" type="Area2D" parent="Abysses"]
position = Vector2(0, -2964)
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Abysses/Abyss2"]
position = Vector2(951, 1182)
shape = SubResource("RectangleShape2D_0f50m")
[node name="Switches" type="CanvasGroup" parent="."]
[node name="Gravity" type="Node2D" parent="Switches"]
[node name="GravitySwitch01" parent="Switches/Gravity" instance=ExtResource("2_ufuu6")]
position = Vector2(254, -48)
[node name="GravitySwitch02" parent="Switches/Gravity" instance=ExtResource("2_ufuu6")]
position = Vector2(1355, -68)
[node name="GravitySwitch03" parent="Switches/Gravity" instance=ExtResource("2_ufuu6")]
position = Vector2(1743, -586)
[node name="Direction" type="Node2D" parent="Switches"]
[node name="DirectionSwitch01" type="Area2D" parent="Switches/Direction"]
self_modulate = Color(0, 0.737255, 0.745098, 0.423529)
position = Vector2(1289, -667)
collision_layer = 0
script = ExtResource("3_vaslk")
type = "gravity"
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Switches/Direction/DirectionSwitch01"]
scale = Vector2(2, 2)
shape = SubResource("RectangleShape2D_7hfyn")
[node name="MeshInstance2D" type="MeshInstance2D" parent="Switches/Direction/DirectionSwitch01"]
self_modulate = Color(1, 1, 1, 0.0980392)
scale = Vector2(48, 48)
mesh = SubResource("QuadMesh_qcjog")
[node name="DirectionSwitch02" type="Area2D" parent="Switches/Direction"]
self_modulate = Color(0, 0.737255, 0.745098, 0.423529)
position = Vector2(703, -262)
collision_layer = 0
script = ExtResource("3_vaslk")
type = "gravity"
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Switches/Direction/DirectionSwitch02"]
scale = Vector2(2, 2)
shape = SubResource("RectangleShape2D_7hfyn")
[node name="MeshInstance2D" type="MeshInstance2D" parent="Switches/Direction/DirectionSwitch02"]
self_modulate = Color(1, 1, 1, 0.0980392)
scale = Vector2(48, 48)
mesh = SubResource("QuadMesh_qcjog")
[node name="DirectionSwitch03" type="Area2D" parent="Switches/Direction"]
self_modulate = Color(0, 0.737255, 0.745098, 0.423529)
position = Vector2(1642, 153)
collision_layer = 0
script = ExtResource("3_vaslk")
type = "gravity"
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Switches/Direction/DirectionSwitch03"]
scale = Vector2(2, 2)
shape = SubResource("RectangleShape2D_7hfyn")
[node name="MeshInstance2D" type="MeshInstance2D" parent="Switches/Direction/DirectionSwitch03"]
self_modulate = Color(1, 1, 1, 0.0980392)
scale = Vector2(48, 48)
mesh = SubResource("QuadMesh_qcjog")
[node name="DirectionSwitch04" type="Area2D" parent="Switches/Direction"]
self_modulate = Color(0, 0.737255, 0.745098, 0.423529)
position = Vector2(2213, 120)
collision_layer = 0
script = ExtResource("3_vaslk")
type = "gravity"
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Switches/Direction/DirectionSwitch04"]
scale = Vector2(2, 2)
shape = SubResource("RectangleShape2D_7hfyn")
[node name="MeshInstance2D" type="MeshInstance2D" parent="Switches/Direction/DirectionSwitch04"]
self_modulate = Color(1, 1, 1, 0.0980392)
scale = Vector2(48, 48)
mesh = SubResource("QuadMesh_qcjog")