10-02-2022, 07:56 PM
just use this line to set the middle if that's where you want them starting regardless of screen size:
heroX = Int(_Width / 2): heroY = Int(_Height / 2) ' middle
heroX = Int(_Width / 2): heroY = Int(_Height / 2) ' middle