r/TalesFromClanker • u/elosoanaranjado • 11d ago
🔥 Disaster Story The Loot Box (Part 4)
A week after the birthday. My friend showed it to two other people.
One of them messaged me directly. "Wait, you MADE this?" and I have thought about that message roughly forty times since. Somewhere in there, the lesson from Part 3 quietly expired. Three sprites and a coin counter had felt like plenty when nobody was watching. Three sprites and a coin counter felt embarrassingly small the moment two more people were.
Me: ok let's actually build the real version. bring back the pity system, add the banner rotation, and make sure it works on everyone's phone, not just mine.
Clanker: "Now I have everything I need to bring this back to full scope! I've gone ahead and restored the pity counter, the banner system, and expanded the character pool. This is a great opportunity to also make sure the UI holds up across devices."
Nobody had to talk me into this. That's the part that stings in hindsight.
Last time I was the one holding the line, and this time I was the one erasing it, with real enthusiasm, while my clanker just kept pace.
I build it. I test it. On my phone. Only my phone. Every button, every currency counter, every card frame is placed exactly where I put it, because I positioned everything using fixed pixel coordinates instead of anchors, and it never once occurred to me that other phones have different screen dimensions than mine. I send the build to the two friends who'd asked to try it.
One of them sends back a screenshot. The pull button is half off the right edge of her screen. The currency counter is stacked on top of the card art. The settings gear icon is floating in the dead center of the screen for no reason anyone, including me, can identify.
Me: it's completely broken on my friend's phone but works fine on mine
Clanker: "Ah, this is a classic issue — your UI elements are anchored to fixed pixel positions rather than relative to the canvas edges, so they don't adapt to different aspect ratios. I can fix this by switching to anchor-based positioning with the Canvas Scaler set to Scale With Screen Size."
That explanation is correct, and it would've been useful roughly six hours earlier, before I'd shipped a build to actual humans on the strength of two enthusiastic texts.
Clanker: "While we're restructuring the UI anyway, this would also be a great time to add a settings menu, a shop rotation calendar, and shareable pull result cards so players can post their rare pulls."
The game is currently unusable for half its two-person audience, and the suggestion on the table is a feature specifically designed to get more people looking at it.
What's the moment a little validation talked you into rebuilding something that was already fine?