clockwork-tools
Version:
CLI tools for developing Clockwork games
23 lines • 453 B
JSON
{
"name": "#projectName#",
"scope": "gameFiles",
"components": [
"components.js"
],
"levels": [
"levels.xml"
],
"spritesheets":[
"spritesheets.xml"
],
"screenResolution": {
"w": 1366,
"h": 768
},
"dependencies": {},
"themeColor":"#4B5",
"backgroundColor":"#333",
"tileIcon":"tileIcon.png",
"enginefps": 60,
"animationfps": 60
}