skejeton / savescum

Game about saving and loading states.
Other
3 stars 2 forks source link

Why Player Placer? #30

Closed vtereshkov closed 2 months ago

vtereshkov commented 2 months ago

Why not use the same entity concept for placing the player (e.g., as an entity with the "player" tag)? A separate window is too much for such a special case.

skejeton commented 2 months ago

It's a remnant from the very first version, right now it's mostly a convenience, so you don't have to look for the player in the list, but that would be fixed if I had some sort of search or hierarchy.

vtereshkov commented 2 months ago

Yes, I remember it since the first GIF you showed us in July 2022. And its existence has always puzzled me. I'd certainly cut it off with the Occam's razor and implement a sorted entity list instead.

skejeton commented 2 months ago

image It's no more.