New Icon; Touch Controls; Menu with Help; Added Music
This commit is contained in:
parent
9e3349eec3
commit
e87f8c3756
71 changed files with 1084 additions and 278 deletions
|
|
@ -19,7 +19,7 @@ extends "res://scenes/game/entities/entity.gd"
|
|||
|
||||
@onready var camera = $Camera2D
|
||||
|
||||
@onready var animation = $Camera2D/CanvasLayer/Control/AnimationPlayer
|
||||
@onready var animation = $Camera2D/CanvasLayer/Control/ColorRect/AnimationPlayer
|
||||
|
||||
var rollSpeed = maxSpeed * 5
|
||||
|
||||
|
|
@ -202,6 +202,5 @@ func _on_storm_timer_damage_timeout() -> void:
|
|||
func pause():
|
||||
get_parent().pause()
|
||||
|
||||
|
||||
func resume():
|
||||
get_parent().resume()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue