option for speccy help

This commit is contained in:
Haze Weathers 2025-01-06 05:04:29 -05:00
parent dce789752f
commit bc234930b0
4 changed files with 43 additions and 7 deletions

View file

@ -17,7 +17,8 @@ func _ready() -> void:
func appear() -> void:
$AnimationPlayer.play("fun")
if Options.speccy_help:
$AnimationPlayer.play("fun")
func switch_action() -> void: