<aside>
<img src="/icons/reorder_gray.svg" alt="/icons/reorder_gray.svg" width="40px" /> Navigation
</aside>
Home Page
Overview
World System
Subworld System
Ground Tile
Navigation
Resources
Interactions
Buildings
Player
Helpers
Enemies
Missions System
Editor Tools
Day Night & Weather System
Shaders, Effects, Optimization
Energy System
Input Configuration
UI Store
Monetization (Ads & IAP)
The environment system is the system that controls the day-night cycle and the weather. Each world and subworld has its own environment preset, and each environment preset has its own set of weather.
Environment Data Structure:
- Environment Database:
- Environment Preset 1:
- Parts Of Day:
- Morning
- Day
- Evening
- Night
- Weather:
- Environment Preset 2
- …


Part of Day Data Structure
Weather Data Structure
The Environment Preset Data Structure:
How to add a new environment preset
How to add a new weather preset