polansk1 Posted May 19, 2018 Share Posted May 19, 2018 Hi, i have a sprite in a path and i will give him physics to make overlap or collison things, it's posible? if not, any alternative? spider = this.add.follower(path, 580, 280, 'spider'); Link to comment Share on other sites More sharing options...
samid737 Posted May 19, 2018 Share Posted May 19, 2018 It should be possible with : this.physics.world.enable(spider); Link to comment Share on other sites More sharing options...
polansk1 Posted May 19, 2018 Author Share Posted May 19, 2018 Thank man!! I love you!! Link to comment Share on other sites More sharing options...
Recommended Posts