ioxu / key

Key, a game made with the Godot Engine 4.
MIT License
6 stars 1 forks source link

add simple, 1st pass bullet-hit fx #18

Closed ioxu closed 3 years ago

ioxu commented 3 years ago

don't go crazy.

ioxu commented 3 years ago

How to get collision information for a RigidBody ? Should this be a KinematicBody instead and use move_and_collide()results?

ioxu commented 3 years ago

Okay, converting bullets to KinematicBody types. (Let's me get KinematicCollision object from move_and_collide())

ioxu commented 3 years ago

So, when a bullet is collided, bullet should have its own collision fx, as well as the colliding object having its own impact fx.

ioxu commented 3 years ago

Narrator: he went crazy.