Skip to content

Instantly share code, notes, and snippets.

@kriskowal
Created October 2, 2022 06:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kriskowal/39c7c06ebcf9ae985c359fe5f2f01de0 to your computer and use it in GitHub Desktop.
Save kriskowal/39c7c06ebcf9ae985c359fe5f2f01de0 to your computer and use it in GitHub Desktop.
{
"colors": {
"lightBlue": "#92D3F5",
"darkBlue": "#61B2E4",
"lightRed": "#EA5A47",
"darkRed": "#D22F27",
"lightGreen": "#B14CC3",
"darkGreen": "#5C9E31",
"lightYellow": "#FCEA2B",
"darkYellow": "#F1B31C",
"white": "#FFFFFF",
"lightGrey": "#D0CFCE",
"grey": "#9B9B9A",
"darkGrey": "#3F3F3F",
"lightPink": "#FFA7C0",
"darkPink": "#E67A94",
"lightPurple": "#B399C8",
"darkPurple": "#8967AA",
"lightOrange": "#F4AA41",
"darkOrange": "#E27022",
"lightBrown": "#A57939",
"darkBrown": "#6A462F"
},
"levels": [
{
"topology": "torus",
"chunksPerLevel": {
"x": 3,
"y": 3
},
"tilesPerChunk": {
"x": 3,
"y": 3
},
"colors": {
"base": "darkGreen",
"earth": "darkGreen",
"water": "darkBlue",
"lava": "darkRed"
}
},
{
"topology": "rect",
"size": {
"x": 4,
"y": 4
},
"colors": {
"base": "lightPurple",
"earth": "lightPurple",
"water": "darkBlue",
"lava": "darkRed"
}
}
],
"player": 0,
"locations": [5, 6],
"types": [3, 24],
"inventories": [],
"terrain": [
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
],
"healths": [
{
"entity": 0,
"health": 5
}
],
"staminas": [
{
"entity": 0,
"stamina": 5
}
],
"entityTargetLocations": [
{
"entity": 1,
"location": 81
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment