Introduce core components for "Escape From Teacher" game: server, client, physics, asset system, and protocol definitions. Add Docker-Compose setup for Redis and NATS infrastructure.
This commit is contained in:
6
pkg/game/assets.go
Normal file
6
pkg/game/assets.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package game
|
||||
|
||||
// Manifest ist die ganze Konfigurationsdatei
|
||||
type Manifest struct {
|
||||
Assets map[string]AssetDefinition `json:"assets"`
|
||||
}
|
||||
Reference in New Issue
Block a user