From 62039380a67b6da396d1c8d745d2e2625ba988fc Mon Sep 17 00:00:00 2001 From: Anson Bridges Date: Thu, 22 Sep 2022 08:24:37 -0400 Subject: network lag? camera and movement controller merged to same gdnative script --- godot/scenes/GameBase.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'godot/scenes') diff --git a/godot/scenes/GameBase.tscn b/godot/scenes/GameBase.tscn index 2f603e2..6764b81 100644 --- a/godot/scenes/GameBase.tscn +++ b/godot/scenes/GameBase.tscn @@ -3,7 +3,7 @@ [ext_resource path="res://scenes/environment/Water.tscn" type="PackedScene" id=1] [ext_resource path="res://ui/HUD.tscn" type="PackedScene" id=2] [ext_resource path="res://scripts/GameBase.gd" type="Script" id=3] -[ext_resource path="res://bin/playercam.gdns" type="Script" id=4] +[ext_resource path="res://scripts/cameras/PlayerCamGDS.gd" type="Script" id=4] [node name="GAMEWORLD" type="Spatial"] script = ExtResource( 3 ) -- cgit v1.2.3