Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Oohh, I love the aesthetic, especially the logo! If you ask me, all that time was worth it! As for your namebox problem, hmm... What are your gui.name variables set at? For mine, it's:

define gui.name_xpos = 240
define gui.name_ypos = -60
define gui.name_xalign = 0.0

You'll also probably want a negative ypos value, since it sets itself relative to the textbox. Try fiddling around with those and see if that helps! Also, make sure your file is under gui/namebox.png. Good luck!

Thanks for the advice! I ended up doing a negative ypos as you said, but also discovered that my name box had some transparent space. The issue seems to be solved, hurrah!