Implement core game functionalities: client prediction, coin collection, scoring, game state synchronization, and player management.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
},
|
||||
"coin": {
|
||||
"ID": "coin",
|
||||
"Type": "obstacle",
|
||||
"Type": "coin",
|
||||
"Filename": "coin.png",
|
||||
"Scale": 0.1,
|
||||
"ProcWidth": 0,
|
||||
|
||||
5
cmd/client/assets/chunks/start.json
Normal file
5
cmd/client/assets/chunks/start.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"ID": "start",
|
||||
"Width": 20,
|
||||
"Objects": []
|
||||
}
|
||||
Reference in New Issue
Block a user