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.
		
		
		
		
		
			
		
			
				
					
					
						
							96 lines
						
					
					
						
							3.2 KiB
						
					
					
				
			
		
		
	
	
							96 lines
						
					
					
						
							3.2 KiB
						
					
					
				| [gd_scene load_steps=6 format=3 uid="uid://bhoqj8b4oxyks"]
 | |
| 
 | |
| [ext_resource type="PackedScene" uid="uid://dn0lboldm331y" path="res://scenes/platform_01.tscn" id="1_kka3y"]
 | |
| [ext_resource type="Script" path="res://scripts/checkpoint.gd" id="2_0yetm"]
 | |
| [ext_resource type="PackedScene" uid="uid://cuefds30ddne1" path="res://scenes/platform_00.tscn" id="4_wje6l"]
 | |
| 
 | |
| [sub_resource type="RectangleShape2D" id="RectangleShape2D_7hfyn"]
 | |
| 
 | |
| [sub_resource type="RectangleShape2D" id="RectangleShape2D_0f50m"]
 | |
| size = Vector2(7318, 557)
 | |
| 
 | |
| [node name="Level" type="Node2D"]
 | |
| position = Vector2(0, 96)
 | |
| 
 | |
| [node name="SpawnPoint" type="Node2D" parent="."]
 | |
| 
 | |
| [node name="Platforms" type="CanvasGroup" parent="."]
 | |
| 
 | |
| [node name="Platform_26" parent="Platforms" instance=ExtResource("1_kka3y")]
 | |
| position = Vector2(28, 60)
 | |
| 
 | |
| [node name="Platform_27" parent="Platforms" instance=ExtResource("1_kka3y")]
 | |
| position = Vector2(328, 60)
 | |
| 
 | |
| [node name="Platform_28" parent="Platforms" instance=ExtResource("1_kka3y")]
 | |
| position = Vector2(674, 60)
 | |
| 
 | |
| [node name="Platform_29" parent="Platforms" instance=ExtResource("1_kka3y")]
 | |
| position = Vector2(1079, 139)
 | |
| 
 | |
| [node name="Platform_31" parent="Platforms" instance=ExtResource("1_kka3y")]
 | |
| position = Vector2(1629, 139)
 | |
| 
 | |
| [node name="Platform_30" parent="Platforms" instance=ExtResource("1_kka3y")]
 | |
| position = Vector2(2870, 59)
 | |
| 
 | |
| [node name="Platform_25" parent="Platforms" instance=ExtResource("1_kka3y")]
 | |
| modulate = Color(0.00784314, 0.490196, 0, 1)
 | |
| position = Vector2(3755, 149)
 | |
| 
 | |
| [node name="Platform_00" parent="Platforms" instance=ExtResource("4_wje6l")]
 | |
| position = Vector2(1079, 60)
 | |
| 
 | |
| [node name="Platform_09" parent="Platforms" instance=ExtResource("4_wje6l")]
 | |
| position = Vector2(1629, 60)
 | |
| 
 | |
| [node name="Platform_10" parent="Platforms" instance=ExtResource("4_wje6l")]
 | |
| position = Vector2(1904, 60)
 | |
| 
 | |
| [node name="Platform_01" parent="Platforms" instance=ExtResource("4_wje6l")]
 | |
| position = Vector2(1354, 60)
 | |
| 
 | |
| [node name="Platform_06" parent="Platforms" instance=ExtResource("4_wje6l")]
 | |
| position = Vector2(2217, 59)
 | |
| 
 | |
| [node name="Platform_07" parent="Platforms" instance=ExtResource("4_wje6l")]
 | |
| position = Vector2(2492, 59)
 | |
| 
 | |
| [node name="Checkpoints" type="CanvasGroup" parent="."]
 | |
| 
 | |
| [node name="End" type="Area2D" parent="Checkpoints"]
 | |
| position = Vector2(3755, 128)
 | |
| scale = Vector2(16.672, 1)
 | |
| script = ExtResource("2_0yetm")
 | |
| 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="Direction" type="Node2D" parent="Switches"]
 | |
| 
 | |
| [node name="Gravity" type="Node2D" parent="Switches"]
 | |
| 
 | |
| [node name="Platform_30" parent="." instance=ExtResource("1_kka3y")]
 | |
| position = Vector2(3287, 59)
 |