diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2022-09-22 08:24:37 -0400 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2022-09-22 08:24:37 -0400 |
| commit | 62039380a67b6da396d1c8d745d2e2625ba988fc (patch) | |
| tree | 59141eb09d8f68fe87f9d263dd33dd3fd4830724 /godot/bin/playercam.gdns | |
| parent | 123c1a2d9a5034902468b9f3ae5a139fff5c2f95 (diff) | |
network lag? camera and movement controller merged to same gdnative script
Diffstat (limited to 'godot/bin/playercam.gdns')
| -rw-r--r-- | godot/bin/playercam.gdns | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/godot/bin/playercam.gdns b/godot/bin/playercam.gdns index a3ca832..46fa989 100644 --- a/godot/bin/playercam.gdns +++ b/godot/bin/playercam.gdns @@ -1,6 +1,6 @@ [gd_resource type="NativeScript" load_steps=2 format=2] -[ext_resource path="res://bin/playercam.gdnlib" type="GDNativeLibrary" id=1] +[ext_resource path="res://bin/playercontroller.gdnlib" type="GDNativeLibrary" id=1] [resource] resource_name = "playercam" |
