making levels
This commit is contained in:
parent
cc0014f3e8
commit
716dae1d33
17 changed files with 451 additions and 61 deletions
|
|
@ -82,47 +82,65 @@ environment = SubResource("Environment_u27ip")
|
|||
[node name="Gui" parent="." instance=ExtResource("3_60lfp")]
|
||||
|
||||
[node name="JumpCommand2" parent="." instance=ExtResource("5_81jk1")]
|
||||
process_mode = 4
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.5, 1.322, -1.5)
|
||||
visible = false
|
||||
command_name = "jump"
|
||||
command_sprite = ExtResource("10_pecm3")
|
||||
|
||||
[node name="JumpCommand3" parent="." instance=ExtResource("5_81jk1")]
|
||||
process_mode = 4
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.5, 1.322, -1.5)
|
||||
visible = false
|
||||
command_name = "jump"
|
||||
command_sprite = ExtResource("10_pecm3")
|
||||
|
||||
[node name="JumpCommand4" parent="." instance=ExtResource("5_81jk1")]
|
||||
process_mode = 4
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.5, 1.322, -1.5)
|
||||
visible = false
|
||||
command_name = "jump"
|
||||
command_sprite = ExtResource("10_pecm3")
|
||||
|
||||
[node name="PhaseCommand" parent="." instance=ExtResource("5_81jk1")]
|
||||
process_mode = 4
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.5, 1.322, -2.5)
|
||||
visible = false
|
||||
command_name = "phase"
|
||||
command_sprite = ExtResource("11_82hoi")
|
||||
|
||||
[node name="PhaseCommand2" parent="." instance=ExtResource("5_81jk1")]
|
||||
process_mode = 4
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.5, 1.322, -2.5)
|
||||
visible = false
|
||||
command_name = "phase"
|
||||
command_sprite = ExtResource("11_82hoi")
|
||||
|
||||
[node name="PhaseCommand3" parent="." instance=ExtResource("5_81jk1")]
|
||||
process_mode = 4
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.5, 1.322, -2.5)
|
||||
visible = false
|
||||
command_name = "phase"
|
||||
command_sprite = ExtResource("11_82hoi")
|
||||
|
||||
[node name="DashCommand" parent="." instance=ExtResource("5_81jk1")]
|
||||
process_mode = 4
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.5, 1.322, -3.5)
|
||||
visible = false
|
||||
command_name = "dash"
|
||||
command_sprite = ExtResource("12_3c4u7")
|
||||
|
||||
[node name="DashCommand2" parent="." instance=ExtResource("5_81jk1")]
|
||||
process_mode = 4
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.5, 1.322, -3.5)
|
||||
visible = false
|
||||
command_name = "dash"
|
||||
command_sprite = ExtResource("12_3c4u7")
|
||||
|
||||
[node name="DashCommand3" parent="." instance=ExtResource("5_81jk1")]
|
||||
process_mode = 4
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.5, 1.322, -3.5)
|
||||
visible = false
|
||||
command_name = "dash"
|
||||
command_sprite = ExtResource("12_3c4u7")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue