levels
This commit is contained in:
parent
22c132ca78
commit
6307a95c25
10 changed files with 156 additions and 20 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue