summaryrefslogtreecommitdiff
path: root/godot/scripts/machines
diff options
context:
space:
mode:
Diffstat (limited to 'godot/scripts/machines')
-rw-r--r--godot/scripts/machines/Cannon.gd2
-rw-r--r--godot/scripts/machines/NetworkedMachineGDS.gd (renamed from godot/scripts/machines/NetworkedMachine.gd)0
2 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
diff --git a/godot/scripts/machines/NetworkedMachine.gd b/godot/scripts/machines/NetworkedMachineGDS.gd
index 5ce5cbe..5ce5cbe 100644
--- a/godot/scripts/machines/NetworkedMachine.gd
+++ b/godot/scripts/machines/NetworkedMachineGDS.gd