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.
100 lines
3.4 KiB
100 lines
3.4 KiB
[gd_scene load_steps=7 format=3 uid="uid://bhoqj8b4oxyks"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://dn0lboldm331y" path="res://scenes/modules/platform_02.tscn" id="1_cbvrq"]
|
|
[ext_resource type="Script" path="res://scenes/levels/Level.gd" id="1_qbkcb"]
|
|
[ext_resource type="PackedScene" uid="uid://cuefds30ddne1" path="res://scenes/modules/platform_00.tscn" id="2_jkfr1"]
|
|
[ext_resource type="Script" path="res://scripts/switch.gd" id="4_0mgws"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_0f50m"]
|
|
size = Vector2(7318, 557)
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_7hfyn"]
|
|
|
|
[node name="Level" type="Node2D"]
|
|
position = Vector2(0, 96)
|
|
script = ExtResource("1_qbkcb")
|
|
ini_dir = 1
|
|
ini_grav_vec = Vector2(0, 1)
|
|
metadata/_edit_horizontal_guides_ = [-298.0, 601.0, -324.0]
|
|
|
|
[node name="SpawnPoint" type="Node2D" parent="."]
|
|
position = Vector2(0, -100)
|
|
|
|
[node name="Platforms" type="CanvasGroup" parent="."]
|
|
|
|
[node name="Platform_26" parent="Platforms" instance=ExtResource("1_cbvrq")]
|
|
position = Vector2(28, 60)
|
|
|
|
[node name="Platform_27" parent="Platforms" instance=ExtResource("1_cbvrq")]
|
|
position = Vector2(328, 60)
|
|
|
|
[node name="Platform_28" parent="Platforms" instance=ExtResource("1_cbvrq")]
|
|
position = Vector2(674, 60)
|
|
|
|
[node name="Platform_29" parent="Platforms" instance=ExtResource("1_cbvrq")]
|
|
position = Vector2(1079, 139)
|
|
|
|
[node name="Platform_31" parent="Platforms" instance=ExtResource("1_cbvrq")]
|
|
position = Vector2(1629, 139)
|
|
|
|
[node name="Platform_30" parent="Platforms" instance=ExtResource("1_cbvrq")]
|
|
position = Vector2(2870, 59)
|
|
|
|
[node name="Platform_25" parent="Platforms" instance=ExtResource("1_cbvrq")]
|
|
modulate = Color(0.00784314, 0.490196, 0, 1)
|
|
position = Vector2(3755, 149)
|
|
|
|
[node name="Platform_00" parent="Platforms" instance=ExtResource("2_jkfr1")]
|
|
position = Vector2(1079, 60)
|
|
|
|
[node name="Platform_09" parent="Platforms" instance=ExtResource("2_jkfr1")]
|
|
position = Vector2(1629, 60)
|
|
|
|
[node name="Platform_10" parent="Platforms" instance=ExtResource("2_jkfr1")]
|
|
position = Vector2(1904, 60)
|
|
|
|
[node name="Platform_01" parent="Platforms" instance=ExtResource("2_jkfr1")]
|
|
position = Vector2(1354, 60)
|
|
|
|
[node name="Platform_06" parent="Platforms" instance=ExtResource("2_jkfr1")]
|
|
position = Vector2(2217, 59)
|
|
|
|
[node name="Platform_07" parent="Platforms" instance=ExtResource("2_jkfr1")]
|
|
position = Vector2(2492, 59)
|
|
|
|
[node name="Platform_32" parent="Platforms" instance=ExtResource("1_cbvrq")]
|
|
position = Vector2(3287, 59)
|
|
|
|
[node name="Switches" type="CanvasGroup" parent="."]
|
|
|
|
[node name="Abyss" type="Area2D" parent="Switches"]
|
|
position = Vector2(28, -394)
|
|
script = ExtResource("4_0mgws")
|
|
type = 1
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Switches/Abyss"]
|
|
position = Vector2(951, 1182)
|
|
shape = SubResource("RectangleShape2D_0f50m")
|
|
|
|
[node name="Abyss2" type="Area2D" parent="Switches"]
|
|
position = Vector2(0, -1885)
|
|
script = ExtResource("4_0mgws")
|
|
type = 1
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Switches/Abyss2"]
|
|
position = Vector2(951, 1182)
|
|
shape = SubResource("RectangleShape2D_0f50m")
|
|
|
|
[node name="End" type="Area2D" parent="Switches"]
|
|
position = Vector2(3755, 128)
|
|
scale = Vector2(16.672, 1)
|
|
script = ExtResource("4_0mgws")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Switches/End"]
|
|
shape = SubResource("RectangleShape2D_7hfyn")
|
|
|
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|