summary refs log tree commit diff stats
path: root/src/script_system.h
Commit message (Collapse)AuthorAgeFilesLines
* Added a debug consoleKelly Rauchenberger2021-02-211-0/+2
| | | | | | | | Open it by pressing backtick, close it by hitting escape. Pressing backtick does not open it in release builds. Current shortcomings: opening it for the first time also types a backtick for some reason, but not on subsequent times. Also, it doesn't create a coroutine, so any script function that yields is going to fail. This also added a "is gameplay paused" flag to Game, which will be useful for adding a pause menu.
* Scripts are organised per-map nowKelly Rauchenberger2021-02-121-1/+1
|
* Created script systemKelly Rauchenberger2021-02-051-0/+32