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

50
.gitignore vendored Normal file
View File

@ -0,0 +1,50 @@
# Godot
client/.import/
client/export.cfg
client/export_presets.cfg
api.json
logs/
*.translation
# Godot Mono
client/.mono/
client/data_*/
# Scons
.sconsign.dblite
# Object script
*.os
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app