Sprint #20 - 1/18 to 2/1
Hmm... I just realized I never hit publish on the previous devlog.
Anyway, I started putting the editor block selector together, but I ran in to a problem. There are too many blocks/items to fit nicely in the UI I was planning, and I haven't come up with a great alternative yet.
So there are 23 things to put in the menu:
- Dirt
- Old bricks
- Clean bricks
- Leaves
- Metal plating
- Bubbles
- Dirt background
- Old brick background
- Clean brick background
- Tree background
- Ladder
- Vines
- Spikes
- Bug
- Spikeball
- Slime
- Bat
- Star
- Exit up
- Exit down
- Exit left
- Exit right
- Eraser
This doesn't count variations of each item, since I can reasonably deal with those outside the menu. Block variations can be placed with an autotile algorithm. Rotations can be handled by clicking on the item multiple times. But that doesn't work for the exits since each direction can only be placed once. So I pretty much need all of these to be selectable.
Anyway, trying to put these in rows in a pull down drawer at the top of the screen would need at least 3 rows, which would make the drawer take up half the screen. Also, the rows would be 8 tiles wide, and there's no intuitive way to divide those 22 objects into 3 groups of 8 or less. So I need some other way to present these, and I want to make sure it's easy to use. This is something the user will be coming back to frequently. Perhaps I could organize them in to 8 categories and make 8 separate drop downs. I feel like that could be too many button presses to change objects, but maybe I should just try it and see.
Get Xana
Xana
A gameboy-style puzzle-platformer
Status | Released |
Author | Sepia Mage |
Genre | Puzzle |
Tags | 2D, Cute, Female Protagonist, Game Boy, Pixel Art, Puzzle-Platformer, Retro, Singleplayer |
Languages | English |
Accessibility | Configurable controls |
More posts
- One yearApr 26, 2020
- Sprint #26 - 4/11 to 4/25Apr 12, 2020
- Sprint #25 - 3/28 to 4/11Mar 29, 2020
- Sprint #24 - 3/14 to 3/28Mar 15, 2020
- Sprint #23 - 2/29 to 3/14Mar 01, 2020
- Sprint #22 - 2/15 to 2/29Feb 16, 2020
- Sprint #21 - 2/1 to 2/15Feb 03, 2020
- Sprint #19 - 1/4 to 1/18Jan 19, 2020
- Sprint #18 - 12/21 to 1/4Dec 21, 2019
Leave a comment
Log in with itch.io to leave a comment.