OutpostUniverse / OPHD

OutpostHD - Open source remake of Sierra On-Line's Outpost
BSD 3-Clause "New" or "Revised" License
109 stars 20 forks source link

Feature/shift move #1432

Closed oscar139 closed 9 months ago

oscar139 commented 9 months ago

Shift +

moves the map by 5 tiles.

oscar139 commented 9 months ago

I am getting tripped up on git with the sub-modules. My last commit relies on EventHandler to NAS2D::EventHandler::shift() being a static method. Should they be static or how else could I access them with out them being static?

DanRStevens commented 9 months ago

I think you're right in that shift should be static. Actually, I'm wondering if that should be moved to enum KeyModifier.

I'm thinking I may need to go adjust that now.