ioxu / key

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

be able to apply some kind of impulse to player physics #17

Closed ioxu closed 3 years ago

ioxu commented 3 years ago

related to #15 Currently it's impossible for functions outside of player Controller._physics_process() to influence the character's motion. I want to be able to apply impulses on motion for stuff like

ioxu commented 3 years ago

Maybe have an additional_force member to be able to write to from other functions. It would be nicer to have the PC work like the Enemy type. But that's okay; the player is special.