summaryrefslogtreecommitdiff
path: root/game/05_init.rpy
AgeCommit message (Collapse)AuthorFilesLines
2020-12-31Remove unused variable and make some the combat TMP variables are always ↵Jesusaves1-1/+2
initalized
2020-12-29Disable screen prediction entirely.Jesusaves1-0/+12
Probably not needed, but it worked so smoothly on mobile, that I made it final.
2020-12-29Add a complex watcher which will reboot the game if the socket dies.Jesusaves1-1/+13
2020-12-21Redesign the splash screenJesusaves1-0/+20
2020-12-17Replace websocket-client with ws4pyJesusaves1-1/+2
Both are dead but well, Python 2.7 is dead, soooo
2020-12-16Split defs.rpy in five filesJesusaves1-0/+30