at the moment i feel like too much ScreenStack logic is relied upon the end user, so maybe we just combine all of its logic into a process() or update() method that gets called every frame, instead of manually peeking it and rendering it, but i'll re-evaluate this choice at a later time.
at the moment i feel like too much ScreenStack logic is relied upon the end user, so maybe we just combine all of its logic into a
process()orupdate()method that gets called every frame, instead of manually peeking it and rendering it, but i'll re-evaluate this choice at a later time.