- Jun 10, 2017
- 13,031
- 21,916
- 1,077
Great game, with an interesting approach, but please BadPotato GameDev can you clean up a bit your code?
More than 400 none returned call is purely enormous. Whatever when you use
While the size for each entry in the call stack is low (around 200 Bytes), at this rate it will significantly weight down the RAM and, more importantly, the saves. As well as slowing down Ren'Py.
More than 400 none returned call is purely enormous. Whatever when you use
call in a label, or Call in a screen, you MUST end the called label with a return. While the size for each entry in the call stack is low (around 200 Bytes), at this rate it will significantly weight down the RAM and, more importantly, the saves. As well as slowing down Ren'Py.