TechSkylander1518 submitted a new resource:
Map Zoom - Zoom in on the map, with events still moving around!
Read more about this resource...
Map Zoom - Zoom in on the map, with events still moving around!
Paste in a new script section above Main!
Ruby:class Sprite # Centers the sprite by setting the origin points to half the width and height #Utility from Marin def center_origins return if !self.bitmap self.ox = self.bitmap.width / 2 self.oy = self.bitmap.height / 2 end #Utility from...
Read more about this resource...