mirror of
https://git.kittycat.homes/zoe/codename-routes.git
synced 2024-08-15 03:18:26 +00:00
setup native script
This commit is contained in:
parent
b0a9525111
commit
c8046a6e85
9 changed files with 44 additions and 4 deletions
10
godot/world/state_server.gdns
Normal file
10
godot/world/state_server.gdns
Normal file
|
@ -0,0 +1,10 @@
|
|||
[gd_resource type="NativeScript" load_steps=2 format=2]
|
||||
|
||||
[sub_resource type="GDNativeLibrary" id=1]
|
||||
entry/X11.64 = "res://native/libroutes_native.so"
|
||||
dependency/X11.64 = [ ]
|
||||
|
||||
[resource]
|
||||
resource_name = "StateServer"
|
||||
class_name = "StateServer"
|
||||
library = SubResource( 1 )
|
Loading…
Add table
Add a link
Reference in a new issue