Implement weather system and developer console features. Added functionality for setting weather conditions, temperature, and wind speed through a new developer console. Enhanced the vault scene to display current weather, temperature, and wind information, and updated game clock to allow time manipulation. Improved cloud rendering and introduced a new climate management system for seasonal temperature adjustments.

This commit is contained in:
Leonid Pershin
2026-08-11 11:37:56 +03:00
parent a81747781d
commit 3b886ab3ab
14 changed files with 928 additions and 63 deletions
+1
View File
@@ -20,6 +20,7 @@ config/icon="res://icon.svg"
_mcp_game_helper="*res://addons/godot_ai/runtime/game_helper.gd"
GameSettings="*res://scripts/autoload/game_settings.gd"
SaveManager="*res://scripts/autoload/save_manager.gd"
DevConsole="*res://scenes/ui/dev_console.tscn"
[display]