diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2022-09-25 06:39:12 -0400 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2022-09-25 06:39:12 -0400 |
| commit | 7a1d857de96174dfa5a0fa40f8c14acbd2f651c2 (patch) | |
| tree | d52acaa4e89b0f8375326ea1aefd0105bb91cfc7 /godot/scripts/machines/NetworkedMachineGDS.gd | |
| parent | 62039380a67b6da396d1c8d745d2e2625ba988fc (diff) | |
weapons, viewmodels, some performance fixes
Diffstat (limited to 'godot/scripts/machines/NetworkedMachineGDS.gd')
| -rw-r--r-- | godot/scripts/machines/NetworkedMachineGDS.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/godot/scripts/machines/NetworkedMachineGDS.gd b/godot/scripts/machines/NetworkedMachineGDS.gd index eb675d0..a8ee1da 100644 --- a/godot/scripts/machines/NetworkedMachineGDS.gd +++ b/godot/scripts/machines/NetworkedMachineGDS.gd @@ -1,6 +1,7 @@ extends RigidBody var in_use: bool = false +var controllable: bool = false var user: RigidBody = null var world: Spatial = null |
