NeverAll Games

8 Followers
23 Following
28 Posts

Making some great games for #playdate right now: https://neverall.itch.io/

https://neverall.com

Working on a PC port of Elf Factory - Elf Factory by Neverall Games

Playdate made it super easy to get an idea together and release it (in fact twice I have made games for playdate). Now I am working on porting one of those to PC using godot. Wish me well :)...

itch.io
How I scale text

I needed to scale up my font here: to be 2x size, and wanted a easy to call function to do it, like so: DrawText('Which elf are you?', Cx, Cy - 40, 'center', 2) This is how I laid things out in my utils.lua file: --- top of code Gfx = playdate.graphics Font = Gfx.font.new('fonts/robkohr-mono-5x8') Gfx.setFont(Font) -- down in util functions DrawScaledTextImageCache = {} DrawScaledTextImageCacheById = {} -- Use id for something that has frequently changing content so not to fill memory func...

Playdate Developer Forum

Neverall Games
Got profile selection, level selection, and intro animation placeholder working

https://itch.io/blog/465758/neverall-games-got-profile-selection-level-selection-and-intro-animation-placeholder-working

#playdate

Got profile selection, level selection, and intro animation placeholder working

Got profile selection, level selection, and intro animation placeholder working. I wanted to make it so you could share your device with others, but each have their own profile for progress. I also do...

itch.io