diff options
| author | Arslaan Pathan <[email protected]> | 2025-06-12 20:41:55 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2025-06-12 20:41:55 +1200 |
| commit | 16c6720a20e54d6d0402b4f546ad753eefa27b93 (patch) | |
| tree | a1bdf52f845a8c4581085e521838fccaccc28caf /assets/scripts/mainMenu.lua | |
| parent | c4dccb580d1b8266078f37ec42c122f6cf65d9d3 (diff) | |
| download | showdownofthesticks-16c6720a20e54d6d0402b4f546ad753eefa27b93.tar.xz showdownofthesticks-16c6720a20e54d6d0402b4f546ad753eefa27b93.zip | |
Add placeholder files for other menus
Diffstat (limited to 'assets/scripts/mainMenu.lua')
| -rw-r--r-- | assets/scripts/mainMenu.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/scripts/mainMenu.lua b/assets/scripts/mainMenu.lua index fcefca6..b6688bc 100644 --- a/assets/scripts/mainMenu.lua +++ b/assets/scripts/mainMenu.lua @@ -12,12 +12,15 @@ function Setup() end function Local2PButton() + -- Add C functions to reset Lua state and re-run Setup with different scripts end function MultiplayerButton() + -- Add C functions to reset Lua state and re-run Setup with different scripts end function SettingsButton() + -- Add C functions to reset Lua state and re-run Setup with different scripts end function Update() |
