Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.27 KB

Modding.md

File metadata and controls

19 lines (13 loc) · 1.27 KB

Changing the server repo

For a custom version of the game, to change the server repo the game gets these assets from, find this script in the stage sprite and change the set server repo block to the URL of your fork.

block_7_26_2024-1_59_10 PM

Adding new text, menu buttons and on screen art

Each of these sprites have a custom block to help you do this!

block_7_26_2024-2_15_37 PM block_7_26_2024-2_16_14 PM block_7_26_2024-2_16_51 PM block_7_26_2024-2_17_03 PM

To check out the state of the game, press the 1 key to show the state and substate variables.

Adding new scripts to the game

Every time the state of the game switches, it uses a state variable along with a state sync broadcast. To add a new script for when a state starts, do something like this:

block_7_26_2024-2_22_55 PM