dash working
This commit is contained in:
parent
cce3f56caa
commit
4b4d97746c
8 changed files with 86 additions and 24 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=30 format=3 uid="uid://bojbawyoy11i4"]
|
||||
[gd_scene load_steps=31 format=3 uid="uid://bojbawyoy11i4"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/ChronoManager.gd" id="1_5b2rd"]
|
||||
[ext_resource type="Material" uid="uid://cr4ra7ijk1uec" path="res://Assets/Materials/floor.tres" id="2_0aj3l"]
|
||||
|
|
@ -11,7 +11,8 @@
|
|||
[ext_resource type="Texture2D" uid="uid://dd150xco2ee5q" path="res://Assets/Textures/cobalt_stone_4.png" id="7_qjeey"]
|
||||
[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://cmvnccuywukyw" path="res://Commands/controlled_blink_new.png" id="11_oknde"]
|
||||
[ext_resource type="Texture2D" uid="uid://cxljjpwweuds0" path="res://Commands/phase_shift_new.png" id="11_olm6e"]
|
||||
[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"]
|
||||
|
||||
[sub_resource type="BoxMesh" id="BoxMesh_21vdj"]
|
||||
|
|
@ -160,10 +161,35 @@ 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")
|
||||
|
||||
[node name="JumpCommand5" parent="." instance=ExtResource("5_81jk1")]
|
||||
[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_oknde")
|
||||
command_sprite = ExtResource("11_olm6e")
|
||||
|
||||
[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")
|
||||
|
||||
[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")
|
||||
|
||||
[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)
|
||||
command_name = "dash"
|
||||
command_sprite = ExtResource("12_3c4u7")
|
||||
|
||||
[node name="DashCommand2" parent="." instance=ExtResource("5_81jk1")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.5, 1.322, -3.5)
|
||||
command_name = "dash"
|
||||
command_sprite = ExtResource("12_3c4u7")
|
||||
|
||||
[node name="DashCommand3" parent="." instance=ExtResource("5_81jk1")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.5, 1.322, -3.5)
|
||||
command_name = "dash"
|
||||
command_sprite = ExtResource("12_3c4u7")
|
||||
|
||||
[node name="Pedestals" type="Node3D" parent="."]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue