You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.8 KiB
JSON

{
"init_level": "menu",
"menu":
{
"init": "spawn",
"triggers": [
{
"id": "spawn",
"evs": [ "init_ev" ]
},
{
"id": "menu_background",
"mask": "menu_background"
},
{
"id": "opt_start_new_game",
"x": 40,
"y": 216,
"evs": [ "start_new_game" ]
},
{
"id": "opt_quit_game",
"x": 40,
"y": 416,
"evs": [ "quit_game" ]
}
],
"events": [
{
"id": "init_ev",
"type": 0,
"trs": [
"opt_quit_game",
"opt_start_new_game",
"menu_background"
]
},
{
"id": "start_new_game",
"type": 8,
"save_file": "wow_new_game_test"
},
{
"id": "quit_game",
"type": 9,
"save_game": false
}
]
}
}