Merge branch 'master' of https://gitlab.hexaquo.at/ggjg20/bodypartfighter
This commit is contained in:
commit
fb72556257
@ -47,6 +47,8 @@ func _ready():
|
|||||||
_torso.get_node("UpFrontRight").key = KEY_R
|
_torso.get_node("UpFrontRight").key = KEY_R
|
||||||
_torso.get_node("UpBackLeft").key = KEY_W
|
_torso.get_node("UpBackLeft").key = KEY_W
|
||||||
_torso.get_node("UpBackRight").key = KEY_Q
|
_torso.get_node("UpBackRight").key = KEY_Q
|
||||||
|
|
||||||
|
_torso.get_node("Head").key = KEY_C
|
||||||
|
|
||||||
|
|
||||||
func change_count_ui():
|
func change_count_ui():
|
||||||
@ -66,6 +68,8 @@ func change_count_ui():
|
|||||||
_torso.get_node("UpFrontRight").key = KEY_U
|
_torso.get_node("UpFrontRight").key = KEY_U
|
||||||
_torso.get_node("UpBackLeft").key = KEY_I
|
_torso.get_node("UpBackLeft").key = KEY_I
|
||||||
_torso.get_node("UpBackRight").key = KEY_O
|
_torso.get_node("UpBackRight").key = KEY_O
|
||||||
|
|
||||||
|
_torso.get_node("Head").key = KEY_M
|
||||||
|
|
||||||
|
|
||||||
func _process(delta):
|
func _process(delta):
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
extents = Vector3( 2.75562, 0.605394, 2.0419 )
|
extents = Vector3( 2.75562, 0.605394, 2.0419 )
|
||||||
|
|
||||||
[node name="Wings" instance=ExtResource( 2 )]
|
[node name="Wings" instance=ExtResource( 2 )]
|
||||||
transform = Transform( 0.440754, -0.897628, 0, 0.897628, 0.440754, 0, 0, 0, 1, 0, 0, 0 )
|
transform = Transform( 0.193412, -0.981118, 0, 0.981118, 0.193412, 0, 0, 0, 1, 0, 0, 0 )
|
||||||
script = ExtResource( 3 )
|
script = ExtResource( 3 )
|
||||||
cost = 25.0
|
cost = 25.0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user