diff options
Diffstat (limited to 'godot/bin/playercam.gdns')
| -rw-r--r-- | godot/bin/playercam.gdns | 8 |
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 ) |
