basic skill
This commit is contained in:
parent
36583be9db
commit
24e5cbfea9
11 changed files with 88 additions and 15 deletions
|
@ -34,7 +34,7 @@ func _input(event):
|
|||
# Mouse in viewport coordinates.
|
||||
if Input.is_action_just_pressed("ui_cancel"):
|
||||
_on_back_pressed()
|
||||
if Input.is_key_pressed(KEY_X) || Input.is_joy_button_pressed(0,JOY_BUTTON_X):
|
||||
if Input.is_action_just_pressed("stopmusic"):
|
||||
infobox.set_text("")
|
||||
player.stop()
|
||||
#print("Mouse Click/Unclick at: ", event.position)
|
||||
|
|
|
@ -32,7 +32,7 @@ func _input(event):
|
|||
# Mouse in viewport coordinates.
|
||||
if Input.is_action_just_pressed("ui_cancel"):
|
||||
_on_back_pressed()
|
||||
if Input.is_key_pressed(KEY_X) || Input.is_joy_button_pressed(0,JOY_BUTTON_X):
|
||||
if Input.is_action_just_pressed("stopmusic"):
|
||||
player.stop()
|
||||
#print("Mouse Click/Unclick at: ", event.position)
|
||||
# if highlighted == 1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue