Skip to content

Instantly share code, notes, and snippets.

@MicheleMarax
MicheleMarax / game_config.json
Last active February 6, 2026 23:45
RemoteConfigManager
{
"version": 1,
"items": [
{ "key": "welcome_message", "value": "Benvenuto nella Beta!", "type": "string" },
{ "key": "player_speed", "value": "1", "type": "float" },
{ "key": "max_health", "value": "100", "type": "int" },
{ "key": "is_holiday_event", "value": "true", "type": "bool" }
]
}