cbcerquiaga / YouMeAndTheEndOfTheWorld

A 2 player RPG set in a post-asteroid Earth and created with the Godot engine
MIT License
13 stars 4 forks source link

Do we want to use car-style movement for the hockey minigame? #178

Closed cbcerquiaga closed 5 years ago

cbcerquiaga commented 5 years ago

I was thinking that it would make the players harder to control, and offer a nice contrast between the minigame and how everything is controlled in the rest of the game, but @dzwiener do you think we can get it working? Can you think of a way to do rotation and angular movement with move_and_slide and a kinematicBody instead of impulses and a rigidBody?

cbcerquiaga commented 5 years ago

I did it. You need to modify rotation on the move_and_slide function