diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2022-09-19 17:44:22 -0400 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2022-09-19 17:44:22 -0400 |
| commit | 1d347e770fddcdd051890cdf070fd2779ab113bf (patch) | |
| tree | 6501fb000509819b7ba58df15c9a831c8bdc44fb /godot/bin/playercam.gdnlib | |
| parent | 2fd755132f526c48fed2c1867530526971e1cf19 (diff) | |
problems: player controller perf, boat perf, NAVSERVER PERF
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=[ ] |
