ioxu / key

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

move weapon stuff out of Controller.gd #46

Closed ioxu closed 2 years ago

ioxu commented 2 years ago

Controller.gd is already huge, and the vast majority of it deals with player motion, movement input and physics. There deserves to be a separate script to handle weapon interactions for the character.

ioxu commented 2 years ago

.. need to follow up with connections into player.gd for weapon hookups.