feat: implemented basics for weapons
This commit is contained in:
parent
6fa9d11af5
commit
aecc40ed6e
15 changed files with 163 additions and 51 deletions
|
|
@ -9,6 +9,9 @@ class PlayerInput : public Node {
|
|||
void _notification(int what);
|
||||
virtual void unhandled_input(Ref<InputEvent> const &event) override;
|
||||
|
||||
public:
|
||||
bool run_input_down() const;
|
||||
|
||||
public:
|
||||
static String sig_movement_input;
|
||||
static String sig_look_input;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue