option for speccy help
This commit is contained in:
parent
dce789752f
commit
bc234930b0
4 changed files with 43 additions and 7 deletions
|
@ -17,7 +17,8 @@ func _ready() -> void:
|
|||
|
||||
|
||||
func appear() -> void:
|
||||
$AnimationPlayer.play("fun")
|
||||
if Options.speccy_help:
|
||||
$AnimationPlayer.play("fun")
|
||||
|
||||
|
||||
func switch_action() -> void:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue