jesus, I didn’t know gbstudio could do this
DuendeInexistente
6
Posts
6
Following
A member registered Apr 06, 2018
Recent community posts
I had this problem too and dug a little into things. Had to load the game in firefox so I could use the development console.
The issue is that gamefont.css tries to load 8bitoperatorplus-regular.ttf, while the file is named 8bitOperatorPlus-Regular.ttf. Linux distinguishes filenames with diferent capitalization.
My solution was making a system link because I don't like changing game data, but you can just rename the file safely.
I tried to execute this directly with love, but got the following error:
Error: game.lua:265: attempt to call field 'getStats' (a nil value)
stack traceback:
game.lua:265: in function 'draw'
main.lua:67: in function 'draw'
[string "boot.lua"]:437: in function <[string "boot.lua"]:399>
[C]: in function 'xpcall'