Rework player movement in C++

This commit is contained in:
2021-03-06 00:27:07 -05:00
parent 3dd00eabd3
commit a21e90388e
110 changed files with 570 additions and 162 deletions

8
client/bin/Player.gdns Normal file
View 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 )