typo
[?]
Jan 2, 2023, 1:59 AM
EJOZAD7N3G5IIPRVRXV2T2JV36LAFNWHPL3TRBKAOIKT63M7FYRACDependencies
- [2]
JMUD7T3Oget rid of ugly side-effects in tests - [3]
KKMFQDR4editing source code from within the app - [4]
CQYKYJJUremember window positions across restart/ctrl+e - [5]
2CK5QI7Wmake love event names consistent
Change contents
- replacement in source.lua at line 175
App.screen.flags.minheight = math.min(App.screen.width, 200)App.screen.flags.minheight = math.min(App.screen.height, 200) - replacement in run.lua at line 63
App.screen.flags.minheight = math.min(App.screen.width, 200)App.screen.flags.minheight = math.min(App.screen.height, 200) - replacement in run.lua at line 94
App.screen.flags.minheight = math.min(App.screen.width, 200)App.screen.flags.minheight = math.min(App.screen.height, 200)