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._gdnlib | |
| parent | 123c1a2d9a5034902468b9f3ae5a139fff5c2f95 (diff) | |
network lag? camera and movement controller merged to same gdnative script
Diffstat (limited to 'godot/bin/playercam._gdnlib')
| -rw-r--r-- | godot/bin/playercam._gdnlib | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/godot/bin/playercam._gdnlib b/godot/bin/playercam._gdnlib new file mode 100644 index 0000000..105b98f --- /dev/null +++ b/godot/bin/playercam._gdnlib @@ -0,0 +1,14 @@ +[general] + +singleton=false +load_once=true +symbol_prefix="godot_" +reloadable=true + +[entry] + +X11.64="res://bin/x11/libplayercam.so" + +[dependencies] + +X11.64=[ ] |
