forked from interstellar_development/freeftf
Milestone 7 Beta 1
Redid the entire serverside and clientside, matchmaking is finally out, bugfixes.
This commit is contained in:
parent
9de67986dd
commit
699320353a
16 changed files with 324 additions and 266 deletions
|
|
@ -16,8 +16,10 @@ config/features=PackedStringArray("4.2", "Forward Plus")
|
|||
|
||||
[autoload]
|
||||
|
||||
Game="*res://scripts/game.gd"
|
||||
Matchmaking="*res://scripts/matchmaking.gd"
|
||||
Server="*res://scripts/server.gd"
|
||||
Client="*res://scripts/client.gd"
|
||||
Game="*res://scripts/game.gd"
|
||||
Save="*res://scripts/save.gd"
|
||||
Load="*res://scripts/load.gd"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue