[GBS 4.1.x] Barebones Name Entry
[Embed controls: WASD - D-Pad, J - A, K - B]
The third iteration of my Name Entry system (drafted the first one because it was not very good), designed explicitly to be easier to use, learn and modify.
It essentially runs on the same technique as the previous methods (cursor position determines ASCII value passed though switch cases) but in a way that won't turn your brain into scrambled eggs.
Hopefully...
Assets licensed under CC0, project code licensed under 0BSD.
No attribution required.
This work is marked with CC0 1.0 Universal.
To view a copy of this license, visit https://creativecommons.org/publicdomain/zero/1.0/
0BSD license information: https://opensource.org/license/0bsd
| Status | Released |
| Category | Assets |
| Author | Finny (@flightbun) |
| Tags | Asset Pack, Game Boy, gbstudio, No AI |
| Content | No generative AI was used |
Download
Download
tiny-name-input.zip 227 kB

Comments
Log in with itch.io to leave a comment.
Thank you so much for this plugin! I added to my GB Studio 4.2.2 project and it's still working fine with that version.
The only issue is that it overwrote my variable names, so I had to go through and rename them again because they were all back to variable1, variable2, etc :') But luckily, it was still at an early stage, so it wasn't too hard to put them back in
Super useful! I'm taking other parts of code for different applications too.