commit 1b5e225d8711a8d1f0f8f5d6cbb071a4bdc6a228
parent 4e8cada39f5e3d3f5505c7c36fe26c64578486a0
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date: Mon, 20 Sep 2021 21:25:38 +0300
Remove built in platforms so that only the level loaded from text appears.
Diffstat:
M | Level1.tscn | | | 65 | ----------------------------------------------------------------- |
1 file changed, 0 insertions(+), 65 deletions(-)
diff --git a/Level1.tscn b/Level1.tscn
@@ -12,71 +12,6 @@ script = ExtResource( 4 )
transform = Transform( 1, 0, 0, 0, 0.964893, 0.262644, 0, -0.262644, 0.964893, 0, 0.937895, 0.953137 )
script = ExtResource( 1 )
-[node name="CSGBox" type="CSGBox" parent="." groups=[
-"platforms",
-]]
-use_collision = true
-width = 0.4
-height = 0.5
-
-[node name="CSGBox2" type="CSGBox" parent="." groups=[
-"platforms",
-]]
-transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.4, 0, -1.50218 )
-use_collision = true
-width = 0.4
-height = 0.5
-
-[node name="CSGBox8" type="CSGBox" parent="." groups=[
-"goal",
-"platforms",
-]]
-transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.4, 0, -17.0286 )
-use_collision = true
-width = 0.4
-height = 0.5
-
-[node name="CSGBox3" type="CSGBox" parent="." groups=[
-"platforms",
-]]
-transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.8, 0, -3.21177 )
-use_collision = true
-width = 0.4
-height = 0.5
-
-[node name="CSGBox4" type="CSGBox" parent="." groups=[
-"platforms",
-]]
-transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 1.2, 0, -11.3159 )
-use_collision = true
-width = 0.4
-height = 0.5
-depth = 16.938
-
-[node name="CSGBox5" type="CSGBox" parent="." groups=[
-"platforms",
-]]
-transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.4, 0, 0 )
-use_collision = true
-width = 0.4
-height = 0.5
-
-[node name="CSGBox6" type="CSGBox" parent="." groups=[
-"platforms",
-]]
-transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.8, 0, 0 )
-use_collision = true
-width = 0.4
-height = 0.5
-
-[node name="CSGBox7" type="CSGBox" parent="." groups=[
-"platforms",
-]]
-transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -1.2, 0, 0 )
-use_collision = true
-width = 0.4
-height = 0.5
-
[node name="Player" parent="." instance=ExtResource( 2 )]
[node name="HUD" parent="." instance=ExtResource( 3 )]