Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 332 Bytes

Road_Format.md

File metadata and controls

18 lines (14 loc) · 332 Bytes

Format

"newRoad" :
{
	// Two-letters unique indentifier for this road. Used in map format
	"shortIdentifier" : "mr",
	
	// Human-readable name of the road
	"text" : "My Road",
	
	// Name of file with road graphics
	"tilesFilename" : "myRoad.def"
	
	// How many movement points needed to move hero
	"moveCost" : 66
}