Rework player movement in C++
This commit is contained in:
8
client/bin/Player.gdns
Normal file
8
client/bin/Player.gdns
Normal file
@ -0,0 +1,8 @@
|
||||
[gd_resource type="NativeScript" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://bin/connection.gdnlib" type="GDNativeLibrary" id=1]
|
||||
|
||||
[resource]
|
||||
resource_name = "player"
|
||||
class_name = "Player"
|
||||
library = ExtResource( 1 )
|
18
client/bin/connection.gdnlib
Normal file
18
client/bin/connection.gdnlib
Normal file
@ -0,0 +1,18 @@
|
||||
[general]
|
||||
|
||||
singleton=false
|
||||
load_once=true
|
||||
symbol_prefix="godot_"
|
||||
reloadable=false
|
||||
|
||||
[entry]
|
||||
|
||||
X11.64="res://bin/x11/libconnection.so"
|
||||
Windows.64="res://bin/win64/libconnection.dll"
|
||||
OSX.64="res://bin/osx/libconnection.dylib"
|
||||
|
||||
[dependencies]
|
||||
|
||||
X11.64=[ ]
|
||||
Windows.64=[ ]
|
||||
OSX.64=[ ]
|
Reference in New Issue
Block a user