diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2022-09-08 16:42:07 -0400 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2022-09-08 16:42:07 -0400 |
| commit | e2f3e4bd7118c8f55d20b29d76cb9a13acf72f8b (patch) | |
| tree | c2f177c7fc11d26f65f05f96e0a2a1996b4598ce /godot/scripts/machines/Cannon.gd | |
| parent | 366761197034a20d444282431e4a8edeb7882840 (diff) | |
gdnative testing. gdnative classes cannot be extended by gdscript
Diffstat (limited to 'godot/scripts/machines/Cannon.gd')
| -rw-r--r-- | godot/scripts/machines/Cannon.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/godot/scripts/machines/Cannon.gd b/godot/scripts/machines/Cannon.gd index 6b636c5..15807bf 100644 --- a/godot/scripts/machines/Cannon.gd +++ b/godot/scripts/machines/Cannon.gd @@ -1,4 +1,4 @@ -extends "res://scripts/machines/NetworkedMachine.gd" +extends "res://bin/networked_machine.gdns" var world_ballistics = null |
