summaryrefslogtreecommitdiff
path: root/godot/bin/playercam.gdns
diff options
context:
space:
mode:
authorAnson Bridges <bridges.anson@gmail.com>2022-09-19 17:44:22 -0400
committerAnson Bridges <bridges.anson@gmail.com>2022-09-19 17:44:22 -0400
commit1d347e770fddcdd051890cdf070fd2779ab113bf (patch)
tree6501fb000509819b7ba58df15c9a831c8bdc44fb /godot/bin/playercam.gdns
parent2fd755132f526c48fed2c1867530526971e1cf19 (diff)
problems: player controller perf, boat perf, NAVSERVER PERF
Diffstat (limited to 'godot/bin/playercam.gdns')
-rw-r--r--godot/bin/playercam.gdns8
1 files changed, 8 insertions, 0 deletions
diff --git a/godot/bin/playercam.gdns b/godot/bin/playercam.gdns
new file mode 100644
index 0000000..a3ca832
--- /dev/null
+++ b/godot/bin/playercam.gdns
@@ -0,0 +1,8 @@
+[gd_resource type="NativeScript" load_steps=2 format=2]
+
+[ext_resource path="res://bin/playercam.gdnlib" type="GDNativeLibrary" id=1]
+
+[resource]
+resource_name = "playercam"
+class_name = "PlayerCam"
+library = ExtResource( 1 )