messing around with path3d stuff
This commit is contained in:
parent
34fed07cc6
commit
e9a896a912
4 changed files with 32 additions and 25 deletions
|
|
@ -9,9 +9,9 @@
|
|||
[ext_resource type="PackedScene" uid="uid://dqvq4ybcpws87" path="res://Commands/command_block.tscn" id="5_81jk1"]
|
||||
[ext_resource type="Texture2D" uid="uid://bb8771vptn2l8" path="res://Assets/Textures/transparent_wall_new.png" id="6_nv7xj"]
|
||||
[ext_resource type="Texture2D" uid="uid://dd150xco2ee5q" path="res://Assets/Textures/cobalt_stone_4.png" id="7_qjeey"]
|
||||
[ext_resource type="Texture2D" uid="uid://vc7wwv4wgabf" path="res://Commands/jump.png" id="10_pecm3"]
|
||||
[ext_resource type="PackedScene" uid="uid://cq4rfdsc5kghr" path="res://Commands/command_pedestal.tscn" id="10_sghta"]
|
||||
[ext_resource type="Texture2D" uid="uid://vc7wwv4wgabf" path="res://Commands/jump.png" id="10_x6wpo"]
|
||||
[ext_resource type="Texture2D" uid="uid://cxljjpwweuds0" path="res://Commands/phase_shift_new.png" id="11_olm6e"]
|
||||
[ext_resource type="Texture2D" uid="uid://cxljjpwweuds0" path="res://Commands/phase_shift_new.png" id="11_82hoi"]
|
||||
[ext_resource type="Texture2D" uid="uid://dx8s88cut5kka" path="res://Commands/haste_new.png" id="12_3c4u7"]
|
||||
[ext_resource type="AudioStream" uid="uid://jm6vo1vxrlyx" path="res://Assets/62986__radian__chime-0011.wav" id="12_bm4h4"]
|
||||
[ext_resource type="Texture2D" uid="uid://dc23iehev1s8w" path="res://Assets/Textures/crystal_wall_2.png" id="15_t0vv6"]
|
||||
|
|
@ -178,32 +178,32 @@ shape = SubResource("BoxShape3D_y4l56")
|
|||
[node name="JumpCommand2" parent="." instance=ExtResource("5_81jk1")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.5, 1.322, -1.5)
|
||||
command_name = "jump"
|
||||
command_sprite = ExtResource("10_x6wpo")
|
||||
command_sprite = ExtResource("10_pecm3")
|
||||
|
||||
[node name="JumpCommand3" parent="." instance=ExtResource("5_81jk1")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.5, 1.322, -1.5)
|
||||
command_name = "jump"
|
||||
command_sprite = ExtResource("10_x6wpo")
|
||||
command_sprite = ExtResource("10_pecm3")
|
||||
|
||||
[node name="JumpCommand4" parent="." instance=ExtResource("5_81jk1")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.5, 1.322, -1.5)
|
||||
command_name = "jump"
|
||||
command_sprite = ExtResource("10_x6wpo")
|
||||
command_sprite = ExtResource("10_pecm3")
|
||||
|
||||
[node name="PhaseCommand" parent="." instance=ExtResource("5_81jk1")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.5, 1.322, -2.5)
|
||||
command_name = "phase"
|
||||
command_sprite = ExtResource("11_olm6e")
|
||||
command_sprite = ExtResource("11_82hoi")
|
||||
|
||||
[node name="PhaseCommand2" parent="." instance=ExtResource("5_81jk1")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.5, 1.322, -2.5)
|
||||
command_name = "phase"
|
||||
command_sprite = ExtResource("11_olm6e")
|
||||
command_sprite = ExtResource("11_82hoi")
|
||||
|
||||
[node name="PhaseCommand3" parent="." instance=ExtResource("5_81jk1")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.5, 1.322, -2.5)
|
||||
command_name = "phase"
|
||||
command_sprite = ExtResource("11_olm6e")
|
||||
command_sprite = ExtResource("11_82hoi")
|
||||
|
||||
[node name="DashCommand" parent="." instance=ExtResource("5_81jk1")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.5, 1.322, -3.5)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue