![Starting GOKI2 ADV: Defining Backgrounds, Time Zones, and Screen Update Control Tags [Mod ADV Introduction]](/_next/image?url=https%3A%2F%2Fmedia2.dev.to%2Fdynamic%2Fimage%2Fwidth%3D1200%2Cheight%3D627%2Cfit%3Dcover%2Cgravity%3Dauto%2Cformat%3Dauto%2Fhttps%253A%252F%252Fdev-to-uploads.s3.amazonaws.com%252Fuploads%252Farticles%252F0ha60ss45zp2bt24jot0.png&w=1200&q=75)
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 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
Continue reading on Dev.to Tutorial
Opens in a new tab


