|
@@ -1,14 +1,14 @@
|
|
|
[gd_scene load_steps=13 format=2]
|
|
|
|
|
|
-[ext_resource path="res://assets/ui/Overlay.tscn" type="PackedScene" id=1]
|
|
|
-[ext_resource path="res://assets/player/Player25D.tscn" type="PackedScene" id=2]
|
|
|
-[ext_resource path="res://assets/shadow/Shadow25D.tscn" type="PackedScene" id=3]
|
|
|
-[ext_resource path="res://addons/node25d/Node25D.gd" type="Script" id=4]
|
|
|
-[ext_resource path="res://addons/node25d/icons/node25d_icon.png" type="Texture" id=5]
|
|
|
-[ext_resource path="res://assets/platform/textures/fortyfive.png" type="Texture" id=6]
|
|
|
-[ext_resource path="res://assets/platform/PlatformSprite.gd" type="Script" id=7]
|
|
|
-[ext_resource path="res://addons/node25d/YSort25D.gd" type="Script" id=8]
|
|
|
-[ext_resource path="res://addons/node25d/icons/ysort25d_icon.png" type="Texture" id=9]
|
|
|
+[ext_resource path="res://assets/ui/overlay.tscn" type="PackedScene" id=1]
|
|
|
+[ext_resource path="res://assets/player/player_25d.tscn" type="PackedScene" id=2]
|
|
|
+[ext_resource path="res://assets/shadow/shadow_25d.tscn" type="PackedScene" id=3]
|
|
|
+[ext_resource path="res://addons/node25d/node_25d.gd" type="Script" id=4]
|
|
|
+[ext_resource path="res://addons/node25d/icons/node_25d_icon.png" type="Texture" id=5]
|
|
|
+[ext_resource path="res://assets/platform/textures/forty_five.png" type="Texture" id=6]
|
|
|
+[ext_resource path="res://assets/platform/platform_sprite.gd" type="Script" id=7]
|
|
|
+[ext_resource path="res://addons/node25d/y_sort_25d.gd" type="Script" id=8]
|
|
|
+[ext_resource path="res://addons/node25d/icons/y_sort_25d_icon.png" type="Texture" id=9]
|
|
|
|
|
|
[sub_resource type="BoxShape" id=1]
|
|
|
extents = Vector3( 5, 0.5, 5 )
|
|
@@ -24,16 +24,17 @@ extents = Vector3( 5, 0.5, 5 )
|
|
|
[node name="Overlay" parent="." instance=ExtResource( 1 )]
|
|
|
|
|
|
[node name="Player25D" parent="." instance=ExtResource( 2 )]
|
|
|
-position = Vector2( 0, 0 )
|
|
|
+position = Vector2( 0, -226.274 )
|
|
|
z_index = -3952
|
|
|
|
|
|
[node name="Shadow25D" parent="." instance=ExtResource( 3 )]
|
|
|
visible = true
|
|
|
-position = Vector2( 0, 0 )
|
|
|
+position = Vector2( 1.00261e-06, 11.2685 )
|
|
|
z_index = -3958
|
|
|
spatial_position = Vector3( 3.13315e-08, -0.498, 3.13315e-08 )
|
|
|
|
|
|
[node name="Platform0" type="Node2D" parent="."]
|
|
|
+position = Vector2( -256, -113.137 )
|
|
|
z_index = -3954
|
|
|
script = ExtResource( 4 )
|
|
|
__meta__ = {
|
|
@@ -58,6 +59,7 @@ texture = ExtResource( 6 )
|
|
|
script = ExtResource( 7 )
|
|
|
|
|
|
[node name="Platform1" type="Node2D" parent="."]
|
|
|
+position = Vector2( -256, -339.411 )
|
|
|
z_index = -3956
|
|
|
script = ExtResource( 4 )
|
|
|
__meta__ = {
|
|
@@ -82,6 +84,7 @@ texture = ExtResource( 6 )
|
|
|
script = ExtResource( 7 )
|
|
|
|
|
|
[node name="Platform2" type="Node2D" parent="."]
|
|
|
+position = Vector2( 0, 22.6274 )
|
|
|
z_index = -3962
|
|
|
script = ExtResource( 4 )
|
|
|
__meta__ = {
|
|
@@ -106,6 +109,7 @@ texture = ExtResource( 6 )
|
|
|
script = ExtResource( 7 )
|
|
|
|
|
|
[node name="Platform3" type="Node2D" parent="."]
|
|
|
+position = Vector2( 320, 22.6274 )
|
|
|
z_index = -3960
|
|
|
script = ExtResource( 4 )
|
|
|
__meta__ = {
|
|
@@ -130,6 +134,7 @@ texture = ExtResource( 6 )
|
|
|
script = ExtResource( 7 )
|
|
|
|
|
|
[node name="Platform4" type="Node2D" parent="."]
|
|
|
+position = Vector2( 0, -203.647 )
|
|
|
z_index = -3966
|
|
|
script = ExtResource( 4 )
|
|
|
__meta__ = {
|
|
@@ -154,6 +159,7 @@ texture = ExtResource( 6 )
|
|
|
script = ExtResource( 7 )
|
|
|
|
|
|
[node name="Platform5" type="Node2D" parent="."]
|
|
|
+position = Vector2( 320, -113.137 )
|
|
|
z_index = -3984
|
|
|
script = ExtResource( 4 )
|
|
|
__meta__ = {
|
|
@@ -178,6 +184,7 @@ texture = ExtResource( 6 )
|
|
|
script = ExtResource( 7 )
|
|
|
|
|
|
[node name="Platform6" type="Node2D" parent="."]
|
|
|
+position = Vector2( 320, 113.137 )
|
|
|
z_index = -3982
|
|
|
script = ExtResource( 4 )
|
|
|
__meta__ = {
|
|
@@ -202,6 +209,7 @@ texture = ExtResource( 6 )
|
|
|
script = ExtResource( 7 )
|
|
|
|
|
|
[node name="Platform7" type="Node2D" parent="."]
|
|
|
+position = Vector2( 320, 339.411 )
|
|
|
z_index = -3978
|
|
|
script = ExtResource( 4 )
|
|
|
__meta__ = {
|
|
@@ -226,6 +234,7 @@ texture = ExtResource( 6 )
|
|
|
script = ExtResource( 7 )
|
|
|
|
|
|
[node name="Platform20" type="Node2D" parent="."]
|
|
|
+position = Vector2( 320, 565.685 )
|
|
|
z_index = -3976
|
|
|
script = ExtResource( 4 )
|
|
|
__meta__ = {
|
|
@@ -250,6 +259,7 @@ texture = ExtResource( 6 )
|
|
|
script = ExtResource( 7 )
|
|
|
|
|
|
[node name="Platform21" type="Node2D" parent="."]
|
|
|
+position = Vector2( 320, 791.96 )
|
|
|
z_index = -3972
|
|
|
script = ExtResource( 4 )
|
|
|
__meta__ = {
|
|
@@ -274,6 +284,7 @@ texture = ExtResource( 6 )
|
|
|
script = ExtResource( 7 )
|
|
|
|
|
|
[node name="Platform22" type="Node2D" parent="."]
|
|
|
+position = Vector2( 320, 1018.23 )
|
|
|
z_index = -3970
|
|
|
script = ExtResource( 4 )
|
|
|
__meta__ = {
|
|
@@ -298,6 +309,7 @@ texture = ExtResource( 6 )
|
|
|
script = ExtResource( 7 )
|
|
|
|
|
|
[node name="Platform9" type="Node2D" parent="."]
|
|
|
+position = Vector2( 640, 339.411 )
|
|
|
z_index = -3974
|
|
|
script = ExtResource( 4 )
|
|
|
__meta__ = {
|
|
@@ -322,6 +334,7 @@ texture = ExtResource( 6 )
|
|
|
script = ExtResource( 7 )
|
|
|
|
|
|
[node name="Platform10" type="Node2D" parent="."]
|
|
|
+position = Vector2( 896, 294.156 )
|
|
|
z_index = -3994
|
|
|
script = ExtResource( 4 )
|
|
|
__meta__ = {
|
|
@@ -346,6 +359,7 @@ texture = ExtResource( 6 )
|
|
|
script = ExtResource( 7 )
|
|
|
|
|
|
[node name="Platform11" type="Node2D" parent="."]
|
|
|
+position = Vector2( 896, 520.431 )
|
|
|
z_index = -3992
|
|
|
script = ExtResource( 4 )
|
|
|
__meta__ = {
|
|
@@ -370,6 +384,7 @@ texture = ExtResource( 6 )
|
|
|
script = ExtResource( 7 )
|
|
|
|
|
|
[node name="Platform12" type="Node2D" parent="."]
|
|
|
+position = Vector2( 896, 746.705 )
|
|
|
z_index = -3988
|
|
|
script = ExtResource( 4 )
|
|
|
__meta__ = {
|
|
@@ -394,6 +409,7 @@ texture = ExtResource( 6 )
|
|
|
script = ExtResource( 7 )
|
|
|
|
|
|
[node name="Platform13" type="Node2D" parent="."]
|
|
|
+position = Vector2( 576, 746.705 )
|
|
|
z_index = -3990
|
|
|
script = ExtResource( 4 )
|
|
|
__meta__ = {
|
|
@@ -418,6 +434,7 @@ texture = ExtResource( 6 )
|
|
|
script = ExtResource( 7 )
|
|
|
|
|
|
[node name="Platform14" type="Node2D" parent="."]
|
|
|
+position = Vector2( 256, 746.705 )
|
|
|
z_index = -3996
|
|
|
script = ExtResource( 4 )
|
|
|
__meta__ = {
|
|
@@ -442,6 +459,7 @@ texture = ExtResource( 6 )
|
|
|
script = ExtResource( 7 )
|
|
|
|
|
|
[node name="Platform15" type="Node2D" parent="."]
|
|
|
+position = Vector2( -64, 746.705 )
|
|
|
z_index = -3998
|
|
|
script = ExtResource( 4 )
|
|
|
__meta__ = {
|
|
@@ -466,6 +484,7 @@ texture = ExtResource( 6 )
|
|
|
script = ExtResource( 7 )
|
|
|
|
|
|
[node name="Platform23" type="Node2D" parent="."]
|
|
|
+position = Vector2( -384, 746.705 )
|
|
|
z_index = -4000
|
|
|
script = ExtResource( 4 )
|
|
|
__meta__ = {
|
|
@@ -490,6 +509,7 @@ texture = ExtResource( 6 )
|
|
|
script = ExtResource( 7 )
|
|
|
|
|
|
[node name="Platform16" type="Node2D" parent="."]
|
|
|
+position = Vector2( -320, 565.685 )
|
|
|
z_index = -3980
|
|
|
script = ExtResource( 4 )
|
|
|
__meta__ = {
|
|
@@ -514,6 +534,7 @@ texture = ExtResource( 6 )
|
|
|
script = ExtResource( 7 )
|
|
|
|
|
|
[node name="Platform19" type="Node2D" parent="."]
|
|
|
+position = Vector2( -320, 339.411 )
|
|
|
z_index = -3986
|
|
|
script = ExtResource( 4 )
|
|
|
__meta__ = {
|
|
@@ -538,6 +559,7 @@ texture = ExtResource( 6 )
|
|
|
script = ExtResource( 7 )
|
|
|
|
|
|
[node name="Platform17" type="Node2D" parent="."]
|
|
|
+position = Vector2( -480, 248.902 )
|
|
|
z_index = -3964
|
|
|
script = ExtResource( 4 )
|
|
|
__meta__ = {
|
|
@@ -562,6 +584,7 @@ texture = ExtResource( 6 )
|
|
|
script = ExtResource( 7 )
|
|
|
|
|
|
[node name="Platform18" type="Node2D" parent="."]
|
|
|
+position = Vector2( -480, 22.6274 )
|
|
|
z_index = -3968
|
|
|
script = ExtResource( 4 )
|
|
|
__meta__ = {
|