I want to be able to increase the range of my gun during runtime. So if someone chooses to upgrade range it will upgrade the trigger collisionobject radius. But that doesn’t appear to be possible at runtime unless I scale the entire object larger. But then the sprite is larger too and I don’t want this.
What is the best way to achieve this in defold?
Do I need to rescale the entire game object then rescale the sprite back to normal size?