DeamonHunter / AWBW-Replay-Player

Advance Wars By Web Replay Player
MIT License
38 stars 5 forks source link

add visual setting to lock map position #144

Closed rorosaurus closed 1 month ago

rorosaurus commented 1 month ago

Using the existing hack from the Replay Carousel to implement a simple map lock feature, as I've often heard it requested by streamers/youtubers. 😄

image

I did some basic testing but I'm overriding all OnScroll and OnDragStart events in CameraControllerWithGrid.cs, and I'm not intimately familiar with this application in the first place. So a second pair of eyes to make sure I'm not suppressing something important would be nice!

rorosaurus commented 1 month ago

Requested changes added!

DeamonHunter commented 1 month ago

I'll get a build out when I get the time. Thanks for doing this!