Files
o3de/Gems/GameState/gem.json
T
2021-03-25 13:57:57 -07:00

17 lines
496 B
JSON

{
"gem_name": "GameState",
"GemFormatVersion": 4,
"Uuid": "1a557ac19dc34f5697fe03f30be5b6e4",
"Name": "GameState",
"DisplayName": "GameState",
"Version": "0.1.0",
"Summary": "Provides a generic framework for managing game states and the transitions between them. Some sample game states are provided in the GameStateSamples Gem.",
"Tags": ["Game State"],
"IconPath": "preview.png",
"Modules": [
{
"Type": "GameModule"
}
]
}