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