TWIN!
I made BIG changes.
1. a static resolution
Now you can scale the game to whatever size you want because I used the push library to set the resolution to 160x90 and it scales with the window.
Note: If you want to use push and cameraMgr like me, you must change every love.graphics.getWidth() and love.graphics.getHeight() in cameraMgr.lua to if push then camera.w, camera.h = push:getDimensions() else camera.w = love.graphics.getWidth() camera.h = love.graphics.getHeight() end
2. a collsision box for our friend hans
Yeah very BIG change but that’s important
but here comes the biggest addon:
3. A TEXTBOX
I made a system, were you add text to a queue and if the queue is not empty, it shows the textbox and first line of the queue and if you press K it just deletes the first line.
Simple but extremly efficent.
I think I must change the font because the font I use now has a good size but it looks kinda normal and that’s lowk boring.
That was everything for this BIG update.
Bye Twin!