mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-07-13 15:34:53 +00:00
Add multiplayer game mode over the network
This commit is contained in:
parent
ecc195e38e
commit
35af9ecc2d
13 changed files with 278 additions and 81 deletions
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Godot 4+ specific ignores
|
||||
.godot/
|
||||
|
||||
# Godot-specific ignores
|
||||
.import/
|
||||
export.cfg
|
||||
export_presets.cfg
|
||||
|
||||
# Blender
|
||||
*.blend1
|
||||
|
||||
# Imported translations (automatically generated from CSV files)
|
||||
*.translation
|
||||
|
||||
# Added by Squinternator: weird *.tmp files added by the script editor
|
||||
*.tmp
|
||||
|
||||
# Added by Squinternator: *.dll files compiled by the windows build
|
||||
addons/godot-jolt/windows/~godot-jolt_windows-x64_editor.dll
|
||||
addons/terrain_3d/bin/~libterrain.windows.debug.x86_64.dll
|
||||
Loading…
Add table
Add a link
Reference in a new issue