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.
		
		
		
		
		
			
		
			
				
					
					
						
							182 lines
						
					
					
						
							6.3 KiB
						
					
					
				
			
		
		
	
	
							182 lines
						
					
					
						
							6.3 KiB
						
					
					
				| [gd_scene load_steps=8 format=3 uid="uid://ctnhjgpqxjrw0"]
 | |
| 
 | |
| [ext_resource type="PackedScene" uid="uid://dn0lboldm331y" path="res://scenes/platform_01.tscn" id="1_30vdq"]
 | |
| [ext_resource type="Script" path="res://scripts/checkpoint.gd" id="2_v00sg"]
 | |
| [ext_resource type="PackedScene" uid="uid://cjpwcih4ro8gu" path="res://scenes/gravity_switch.tscn" id="3_fjevk"]
 | |
| [ext_resource type="Script" path="res://scripts/switch.gd" id="4_64uew"]
 | |
| 
 | |
| [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"]
 | |
| 
 | |
| [node name="Platforms" type="CanvasGroup" parent="."]
 | |
| 
 | |
| [node name="Platform_01" parent="Platforms" instance=ExtResource("1_30vdq")]
 | |
| 
 | |
| [node name="Platform_14" parent="Platforms" instance=ExtResource("1_30vdq")]
 | |
| position = Vector2(2986, 91)
 | |
| scale = Vector2(16.672, 1)
 | |
| 
 | |
| [node name="Platform_15" parent="Platforms" instance=ExtResource("1_30vdq")]
 | |
| position = Vector2(1483, -696)
 | |
| scale = Vector2(16.672, 1)
 | |
| 
 | |
| [node name="Platform_16" parent="Platforms" instance=ExtResource("1_30vdq")]
 | |
| position = Vector2(1595, 188)
 | |
| scale = Vector2(16.672, 1)
 | |
| 
 | |
| [node name="Platform_17" parent="Platforms" instance=ExtResource("1_30vdq")]
 | |
| position = Vector2(2068, 161)
 | |
| scale = Vector2(16.672, 1)
 | |
| 
 | |
| [node name="Platform_18" parent="Platforms" instance=ExtResource("1_30vdq")]
 | |
| position = Vector2(1019, -452)
 | |
| scale = Vector2(16.672, 1)
 | |
| 
 | |
| [node name="Platform_19" parent="Platforms" instance=ExtResource("1_30vdq")]
 | |
| position = Vector2(3629, 130)
 | |
| rotation = 1.5708
 | |
| scale = Vector2(16.672, 1)
 | |
| 
 | |
| [node name="Platform_20" parent="Platforms" instance=ExtResource("1_30vdq")]
 | |
| position = Vector2(2338, 297)
 | |
| rotation = 1.5708
 | |
| scale = Vector2(16.672, 1)
 | |
| 
 | |
| [node name="Platform_21" parent="Platforms" instance=ExtResource("1_30vdq")]
 | |
| position = Vector2(607, -296)
 | |
| scale = Vector2(16.672, 1)
 | |
| 
 | |
| [node name="Platform_22" parent="Platforms" instance=ExtResource("1_30vdq")]
 | |
| position = Vector2(1052, -220)
 | |
| scale = Vector2(16.672, 1)
 | |
| 
 | |
| [node name="Platform_23" parent="Platforms" instance=ExtResource("1_30vdq")]
 | |
| position = Vector2(2604, 159)
 | |
| scale = Vector2(16.672, 1)
 | |
| 
 | |
| [node name="Platform_24" parent="Platforms" instance=ExtResource("1_30vdq")]
 | |
| position = Vector2(3363, 53)
 | |
| scale = Vector2(16.672, 1)
 | |
| 
 | |
| [node name="Platform_25" parent="Platforms" instance=ExtResource("1_30vdq")]
 | |
| modulate = Color(0.00784314, 0.490196, 0, 1)
 | |
| position = Vector2(3880, 153)
 | |
| scale = Vector2(16.672, 1)
 | |
| 
 | |
| [node name="Checkpoints" type="CanvasGroup" parent="."]
 | |
| 
 | |
| [node name="End" type="Area2D" parent="Checkpoints"]
 | |
| position = Vector2(3880, 133)
 | |
| scale = Vector2(16.672, 1)
 | |
| script = ExtResource("2_v00sg")
 | |
| 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("3_fjevk")]
 | |
| 
 | |
| [node name="GravitySwitch02" parent="Switches/Gravity" instance=ExtResource("3_fjevk")]
 | |
| position = Vector2(1344, -102)
 | |
| 
 | |
| [node name="GravitySwitch03" parent="Switches/Gravity" instance=ExtResource("3_fjevk")]
 | |
| 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(1017, -416)
 | |
| collision_layer = 0
 | |
| script = ExtResource("4_64uew")
 | |
| 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("4_64uew")
 | |
| 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("4_64uew")
 | |
| 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(2339, 104)
 | |
| collision_layer = 0
 | |
| script = ExtResource("4_64uew")
 | |
| 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")
 |