Add networked Fighter3D minigame

This commit is contained in:
ud18010
2026-08-10 16:47:16 +08:00
parent bff617091d
commit ef7f24738e
53 changed files with 5458 additions and 19 deletions
Binary file not shown.
Binary file not shown.
+3
View File
@@ -0,0 +1,3 @@
{'Fighter3D.Core.dll','7566025462c89bf1c540deb954ea3ac2',9728},
{'Fighter3D.Server.dll','454f24ecbdcacb6dabb8c29d4187f51e',6656},
{'game.json','8cfa51d2bdfbedc691e5b3cec106b88d',222},
+9
View File
@@ -0,0 +1,9 @@
{
"gameId": "fighter3d",
"version": 6,
"serverAssembly": "Fighter3D.Server.dll",
"serverEntryType": "Fighter3D.Server.FighterServerRoom",
"minFrameworkVersion": 1,
"playerCount": 2,
"tickRateHz": 20
}