Added graphics options for psx effects

This commit is contained in:
2026-02-03 19:41:06 +11:00
parent 6f1105cdbe
commit c0859e26cb
35 changed files with 252 additions and 304 deletions

View File

@@ -44,7 +44,7 @@ var enemy_count: int = 0
func _ready() -> void:
$StartWaveLabel.theme_type_variation = "WaveStartLabel"
$InteractLabel.theme_type_variation = "InteractLabel"
if player.game_manager.card_gameplay:
if player.game_manager and player.game_manager.card_gameplay:
energy_label.visible = true