Milestone 7 Beta 1

Redid the entire serverside and clientside, matchmaking is finally out, bugfixes.
This commit is contained in:
patrick_pluto 2024-08-08 21:49:24 +02:00
commit 699320353a
16 changed files with 324 additions and 266 deletions

View file

@ -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"