稍微优化了一下签到系统和抽奖系统

This commit is contained in:
2025-07-12 21:08:36 +08:00
parent aa8707878e
commit 09b1f19a8f
10 changed files with 791 additions and 1184 deletions

View File

@@ -1984,7 +1984,7 @@ func _handle_daily_check_in_response(response: Dictionary) -> void:
player_bag_panel.update_player_bag_ui()
# 向签到面板传递响应
daily_check_in_panel.handle_check_in_response(response)
daily_check_in_panel.handle_daily_check_in_response(response)
# 显示签到结果通知
var success = response.get("success", false)