mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-24 03:54:34 -04:00
17 lines
292 B
JSON
17 lines
292 B
JSON
{
|
|
"project_type": "javascript",
|
|
|
|
"debugMode" : 1,
|
|
"showFPS" : /*GDJS_SHOW_FPS*/,
|
|
"frameRate" : 60,
|
|
"id" : "gameCanvas",
|
|
"renderMode" : 0,
|
|
"engineDir":"frameworks/cocos2d-html5",
|
|
|
|
"modules" : ["cocos2d"],
|
|
|
|
"jsList" : [
|
|
// GDJS_INCLUDE_FILES
|
|
]
|
|
}
|