This commit is contained in:
Clevertop 2024-08-14 00:45:21 +10:00
parent 22c132ca78
commit 6307a95c25
10 changed files with 156 additions and 20 deletions

View file

@ -23,22 +23,20 @@ data = {
[node name="EndZone" parent="." instance=ExtResource("3_okds4")]
transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 2, 9)
[node name="BaseCommand" parent="." instance=ExtResource("4_fhho5")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.5, 1.5, -3)
command_name = "dash"
command_sprite = ExtResource("5_gb44l")
[node name="BaseCommand2" parent="." node_paths=PackedStringArray("collider") instance=ExtResource("4_fhho5")]
[node name="BaseCommand2" parent="." instance=ExtResource("4_fhho5")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3, 1.5, 0)
command_name = "dash"
command_sprite = ExtResource("5_gb44l")
collider = NodePath("../BaseCommand/CollisionShape3D3")
[node name="BaseCommand3" parent="." node_paths=PackedStringArray("collider") instance=ExtResource("4_fhho5")]
[node name="BaseCommand4" parent="." instance=ExtResource("4_fhho5")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.7692, 1.5, -2.27183)
command_name = "dash"
command_sprite = ExtResource("5_gb44l")
[node name="BaseCommand3" parent="." instance=ExtResource("4_fhho5")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2, 1.5, 2.5)
command_name = "dash"
command_sprite = ExtResource("5_gb44l")
collider = NodePath("../BaseCommand/CollisionShape3D3")
[node name="Sign" parent="." instance=ExtResource("6_03rde")]
transform = Transform3D(0.707107, 0, -0.707107, 0, 1, 0, 0.707107, 0, 0.707107, 3.64511, 1.6988, 3.67351)

View file

@ -34,21 +34,22 @@ sign_text = "Now you have
both kinds!"
show_pole = true
[node name="BaseCommand" parent="." instance=ExtResource("5_e13ui")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.18242, 2.66601, -2.91549)
command_name = "jump"
command_sprite = ExtResource("6_jhyls")
[node name="BaseCommand2" parent="." node_paths=PackedStringArray("collider") instance=ExtResource("5_e13ui")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.58846, 2.66601, -2.91549)
command_name = "dash"
command_sprite = ExtResource("7_7jmwn")
collider = NodePath("../BaseCommand/CollisionShape3D3")
collider = NodePath("")
[node name="BaseCommand4" parent="." node_paths=PackedStringArray("collider") instance=ExtResource("5_e13ui")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.20865, 2.66601, -2.68806)
command_name = "jump"
command_sprite = ExtResource("6_jhyls")
collider = NodePath("")
[node name="BaseCommand3" parent="." node_paths=PackedStringArray("collider") instance=ExtResource("5_e13ui")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.87202, 3.23129, -2.91549)
command_name = "dash"
command_sprite = ExtResource("7_7jmwn")
collider = NodePath("../BaseCommand/CollisionShape3D3")
collider = NodePath("")
[editable path="ChronoManager"]

File diff suppressed because one or more lines are too long

60
Levels/Level 8.tscn Normal file

File diff suppressed because one or more lines are too long