Shoozza

Results 35 comments of Shoozza

When you write help, on my old 2009 iMac you will get an one second lag before you see the messages.

Will happen as part of the merge #70

Since my other PC has an issue with text rendering, migration will happen once 11.3 is out https://love2d.org/wiki/11.3

Oh seems like I missed your message. Yeah ideally Love2d ~~11.3~~ 11.4 can become the default version as soon as it works properly. Btw running with different versions is possible...

Celeste: https://www.lexaloffle.com/bbs/?tid=2145 Tomb of G'Nir: https://www.lexaloffle.com/bbs/?tid=31258 Rolly: https://www.lexaloffle.com/bbs/?tid=31526

Rolly: ```bash =======>8======== Error: api.lua:1089: Error loading lua: [string "rolly.p8"]:1049: ambiguous syntax (function call x new statement) near '(' stack traceback: [C]: in function 'error' api.lua:1089: in function 'run' [string...

Tomb of G'Nir: ![map rendering issue](https://i.imgur.com/5MZ6jsd.png) ```lua function _update() if game_state == 0 then respawn_timer += 1 if respawn_timer == 40 then respawn_timer = 0 end if btnp(5) then game_state...

rolly.p8 doesn't crash anymore with the latest fix

Not yet but hopefully soon

FYI: The manual merge is still in progress, a lot of things have been added already.