Whats the easiest way to make a projectile object spawn in a certain position based on the mob it's owned by, while using pixel movement? For example having an "arrow" object spawn 4 pixels east, and in the center of the source before it starts moving right? My recent attempts have just had the object spawning in the center of the closest tile, then moving east.
|
Copyright © 2025 BYOND Software.
All rights reserved.
As for the best way, I honestly don't know. If you're using angles, you could simply have that calculated into the step_x and step_y setting process.
You could even use the built in directions if desired. Would just need a means of telling what direction was what angle.