mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	- campaigns parser uses binary reader, fixes #1711 - fixed description of change resolution button
		
			
				
	
	
		
			65 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			65 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	//images used in game selection screen
 | |
| 	"game-select" : ["gamselb0", "gamselb1"],
 | |
| 
 | |
| 	"loading" : ["loadbar"],
 | |
| 
 | |
| 	//Main menu window, consists of several sub-menus aka items
 | |
| 	"window":
 | |
| 	{
 | |
| 		"background" : "gamselbk",
 | |
| 		//"scalable" : true, //background will be scaled to screen size
 | |
| 		//"video" :    {"x": 8, "y": 105, "name":"CREDITS.SMK" },//Floating WoG logo. Disabled due to different position in various versions of H3.
 | |
| 		//"images" : [],//Optioal, contains any additional images in the same format as video
 | |
| 		"items" : 
 | |
| 		[
 | |
| 			{
 | |
| 				"name" : "main",
 | |
| 				"buttons":
 | |
| 				[
 | |
| 					{"x": 540, "y": 10,  "name":"MMENUNG", "hotkey" : 110, "help": 3, "command": "to new"},
 | |
| 					{"x": 532, "y": 132, "name":"MMENULG", "hotkey" : 108, "help": 4, "command": "to load"},
 | |
| 					{"x": 524, "y": 251, "name":"MMENUHS", "hotkey" : 104, "help": 5, "command": "highscores"},
 | |
| 					{"x": 557, "y": 359, "name":"MMENUCR", "hotkey" : 99,  "help": 6, "command": "to credits"},
 | |
| 					{"x": 586, "y": 468, "name":"MMENUQT", "hotkey" : 27,  "help": 7, "command": "exit"}
 | |
| 				]
 | |
| 			},
 | |
| 			{
 | |
| 				"name" : "new",
 | |
| 				"buttons":
 | |
| 				[
 | |
| 					{"x": 545, "y": 4,   "name":"GTSINGL", "hotkey" : 115, "help": 10, "command": "start single"},
 | |
| 					{"x": 568, "y": 120, "name":"GTMULTI", "hotkey" : 109, "help": 12, "command": "start multi"},
 | |
| 					{"x": 541, "y": 233, "name":"GTCAMPN", "hotkey" : 99,  "help": 11, "command": "to campaign"},
 | |
| 					{"x": 545, "y": 358, "name":"GTTUTOR", "hotkey" : 116, "help": 13, "command": "start tutorial"},
 | |
| 					{"x": 582, "y": 464, "name":"GTBACK",  "hotkey" : 27,  "help": 14, "command": "to main"}
 | |
| 				],
 | |
| 				"images": [ {"x": 114, "y": 312, "name":"NEWGAME"} ]
 | |
| 			},
 | |
| 			{
 | |
| 				"name" : "load",
 | |
| 				"buttons":
 | |
| 				[
 | |
| 					{"x": 545, "y": 8,   "name":"GTSINGL", "hotkey" : 115, "help": 10, "command": "load single"},
 | |
| 					{"x": 568, "y": 120, "name":"GTMULTI", "hotkey" : 109, "help": 12, "command": "load multi"},
 | |
| 					{"x": 541, "y": 233, "name":"GTCAMPN", "hotkey" : 99,  "help": 11, "command": "load campaign"},
 | |
| 					{"x": 545, "y": 358, "name":"GTTUTOR", "hotkey" : 116, "help": 13, "command": "load tutorial"},
 | |
| 					{"x": 582, "y": 464, "name":"GTBACK",  "hotkey" : 27,  "help": 14, "command": "to main"}
 | |
| 				],
 | |
| 				"images": [ {"x": 114, "y": 312, "name":"LOADGAME"} ]
 | |
| 			},
 | |
| 			{
 | |
| 				"name" : "campaign",
 | |
| 				"buttons":
 | |
| 				[
 | |
| 					{"x": 535, "y": 4,   "name":"CSSSOD", "hotkey" : 119, "command": "campaigns sod"},
 | |
| 					{"x": 494, "y": 117, "name":"CSSROE", "hotkey" : 114, "command": "campaigns roe"},
 | |
| 					{"x": 486, "y": 241, "name":"CSSARM", "hotkey" : 97,  "command": "campaigns ab"},
 | |
| 					{"x": 550, "y": 358, "name":"CSSCUS", "hotkey" : 99,  "command": "start campaign"},
 | |
| 					{"x": 582, "y": 464, "name":"GTBACK", "hotkey" : 27,  "command": "to new"}
 | |
| 				],
 | |
| 			}
 | |
| 		]
 | |
| 	}
 | |
| }
 |