Starting GOKI2 ADV: Defining Backgrounds, Time Zones, and Screen Update Control Tags [Mod ADV Introduction]
Download If you are interested, you can download the latest environment from the link in the Avalanches-Release2.x.y.y.zip in Assets from the release tag of the following site (Avalanches release v...
![Starting GOKI2 ADV: Defining Backgrounds, Time Zones, and Screen Update Control Tags [Mod ADV Introduction]](https://media2.dev.to/dynamic/image/width=1200,height=627,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0ha60ss45zp2bt24jot0.png)
Source: DEV Community
Download If you are interested, you can download the latest environment from the link in the Avalanches-Release2.x.y.y.zip in Assets from the release tag of the following site (Avalanches release version 2.x.y.y). https://github.com/halo1234/Avalanches/releases Background The definition of a background is simple. You just need to specify the name and the storage name (file name) as follows: @make_stage name=white storage=white.png @make_stage name=black storage=black.png Additionally, you can also specify a time zone for the background. For time zones, specify the name and suffix as follows: @make_time_zone name=morning suffix='' @make_time_zone name=evening suffix=ev @make_time_zone name=night suffix=ng With this, you can now use five tags: "white", "black", "morning", "evening", and "night". When a time zone tag is specified, the background storage will load with the corresponding suffix added to the storage name. @evening @white [halo] Loaded the white background for the evening. In