Added introductory touchscreen support for mobile devices.
This commit is contained in:
parent
df13ee42d8
commit
4c512379c5
34 changed files with 697 additions and 1 deletions
|
|
@ -84,6 +84,7 @@ func _on_shoot_timer_timeout():
|
|||
else:
|
||||
$ShootTimer.start()
|
||||
|
||||
|
||||
func _process(delta):
|
||||
|
||||
if stunned == true:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue