This commit is contained in:
2026-02-02 00:21:32 +08:00
parent d9025128e0
commit d6c84dd30d
9 changed files with 92 additions and 28 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ func _process(delta):
func _on_boost_full():
player.is_attack_mode = true
emit_signal("bar_filled")
player.rpc("display_message", "ATTACK MODE READY!", 1)
NotificationManager.send_message(player, NotificationManager.MESSAGES.ATTACK_MODE_READY, NotificationManager.MessageType.POWERUP)
print("[PowerUp] Player %s Boost Full! Entering Attack Mode." % player.name)
if player.is_multiplayer_authority():