MysteryMachine / syms-qual

Overwatch fan visual novel written in Clojurescript
1 stars 1 forks source link

Add screen positioning abstraction #26

Open MysteryMachine opened 6 years ago

MysteryMachine commented 6 years ago

Currently, any existing screen positioning needs to take into account many small implementation details of things like letterboxing and scaling. It would be nice for users to simply need to specify a set pixel or percentage value that they would like their object to be positioned in (when using absolute positioning), and that should just be taken care of by some abstraction.

Probably some sort of specialized px function?