YesNoOk
avatar

projectiles priority (Read 456 times)

Started by cake-kun, June 06, 2019, 11:15:08 pm
Share this topic:
projectiles priority
#1  June 06, 2019, 11:15:08 pm
  • avatar
  • *
how do i make projectiles overpower other projectiles ?  i tried this didnt help

priority= 10,hit
Re: projectiles priority
#2  June 07, 2019, 12:06:10 am
  • ****
  • CPU Purple Heart
    • USA
    • https://www.pixiv.net/en/users/8108265
 It's a little more complicated than that seeing as various authors will use an equally varying amount of methods to create projectile attacks. The two primary types, however, are the projectile sctrl and helper based projectiles. Due to the varying types out there, priority interactions will be very inconsistent as a result. If you want more control over your projectile's priority, I'd suggest making it a helper with a hitoverride that returns to its own state if you want it to overpower both projectile state controllers and helper projectiles.