Initialize GMS2 project files
This commit is contained in:
commit
4c93250675
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"option_linux_display_name": "Created with GameMaker Studio 2",
|
||||
"option_linux_version": "1.0.0.0",
|
||||
"option_linux_maintainer_email": "",
|
||||
"option_linux_homepage": "http://www.yoyogames.com",
|
||||
"option_linux_short_desc": "",
|
||||
"option_linux_long_desc": "",
|
||||
"option_linux_splash_screen": "${base_options_dir}/linux/splash/splash.png",
|
||||
"option_linux_display_splash": false,
|
||||
"option_linux_icon": "${base_options_dir}/linux/icons/64.png",
|
||||
"option_linux_start_fullscreen": false,
|
||||
"option_linux_allow_fullscreen": false,
|
||||
"option_linux_interpolate_pixels": true,
|
||||
"option_linux_display_cursor": true,
|
||||
"option_linux_sync": false,
|
||||
"option_linux_resize_window": false,
|
||||
"option_linux_scale": 0,
|
||||
"option_linux_texture_page": "2048x2048",
|
||||
"option_linux_enable_steam": false,
|
||||
"option_linux_disable_sandbox": false,
|
||||
"resourceVersion": "1.0",
|
||||
"name": "Linux",
|
||||
"tags": [],
|
||||
"resourceType": "GMLinuxOptions",
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"option_mac_display_name": "Created with GameMaker Studio 2",
|
||||
"option_mac_app_id": "com.company.game",
|
||||
"option_mac_version": "1.0.0.0",
|
||||
"option_mac_output_dir": "~/gamemakerstudio2",
|
||||
"option_mac_team_id": "",
|
||||
"option_mac_signing_identity": "Developer ID Application:",
|
||||
"option_mac_copyright": "",
|
||||
"option_mac_splash_png": "${base_options_dir}/mac/splash/splash.png",
|
||||
"option_mac_icon_png": "${base_options_dir}/mac/icons/1024.png",
|
||||
"option_mac_installer_background_png": "${base_options_dir}/mac/splash/installer_background.png",
|
||||
"option_mac_menu_dock": false,
|
||||
"option_mac_display_cursor": true,
|
||||
"option_mac_start_fullscreen": false,
|
||||
"option_mac_allow_fullscreen": false,
|
||||
"option_mac_interpolate_pixels": true,
|
||||
"option_mac_vsync": false,
|
||||
"option_mac_resize_window": false,
|
||||
"option_mac_enable_retina": false,
|
||||
"option_mac_scale": 0,
|
||||
"option_mac_texture_page": "2048x2048",
|
||||
"option_mac_build_app_store": false,
|
||||
"option_mac_allow_incoming_network": false,
|
||||
"option_mac_allow_outgoing_network": false,
|
||||
"option_mac_app_category": "Games",
|
||||
"option_mac_enable_steam": false,
|
||||
"option_mac_disable_sandbox": false,
|
||||
"option_mac_apple_sign_in": false,
|
||||
"resourceVersion": "1.0",
|
||||
"name": "macOS",
|
||||
"tags": [],
|
||||
"resourceType": "GMMacOptions",
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"option_gameguid": "c4ea3aa7-5ca8-411b-9977-a0431c43c78b",
|
||||
"option_game_speed": 60,
|
||||
"option_mips_for_3d_textures": false,
|
||||
"option_draw_colour": 4294967295,
|
||||
"option_window_colour": 255,
|
||||
"option_steam_app_id": "0",
|
||||
"option_sci_usesci": false,
|
||||
"option_author": "",
|
||||
"option_lastchanged": "",
|
||||
"option_spine_licence": false,
|
||||
"resourceVersion": "1.2",
|
||||
"name": "Main",
|
||||
"tags": [],
|
||||
"resourceType": "GMMainOptions",
|
||||
}
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"option_windows_display_name": "Created with GameMaker Studio 2",
|
||||
"option_windows_executable_name": "${project_name}.exe",
|
||||
"option_windows_version": "1.0.0.0",
|
||||
"option_windows_company_info": "YoYo Games Ltd",
|
||||
"option_windows_product_info": "Created with GameMaker Studio 2",
|
||||
"option_windows_copyright_info": "",
|
||||
"option_windows_description_info": "A GameMaker Studio 2 Game",
|
||||
"option_windows_display_cursor": true,
|
||||
"option_windows_icon": "${base_options_dir}/windows/icons/icon.ico",
|
||||
"option_windows_save_location": 0,
|
||||
"option_windows_splash_screen": "${base_options_dir}/windows/splash/splash.png",
|
||||
"option_windows_use_splash": false,
|
||||
"option_windows_start_fullscreen": false,
|
||||
"option_windows_allow_fullscreen_switching": false,
|
||||
"option_windows_interpolate_pixels": false,
|
||||
"option_windows_vsync": false,
|
||||
"option_windows_resize_window": false,
|
||||
"option_windows_borderless": false,
|
||||
"option_windows_scale": 0,
|
||||
"option_windows_copy_exe_to_dest": false,
|
||||
"option_windows_sleep_margin": 10,
|
||||
"option_windows_texture_page": "2048x2048",
|
||||
"option_windows_installer_finished": "${base_options_dir}/windows/installer/finished.bmp",
|
||||
"option_windows_installer_header": "${base_options_dir}/windows/installer/header.bmp",
|
||||
"option_windows_license": "${base_options_dir}/windows/installer/license.txt",
|
||||
"option_windows_nsis_file": "${base_options_dir}/windows/installer/nsis_script.nsi",
|
||||
"option_windows_enable_steam": false,
|
||||
"option_windows_disable_sandbox": false,
|
||||
"option_windows_steam_use_alternative_launcher": false,
|
||||
"option_windows_use_x64": false,
|
||||
"resourceVersion": "1.1",
|
||||
"name": "Windows",
|
||||
"tags": [],
|
||||
"resourceType": "GMWindowsOptions",
|
||||
}
|
|
@ -0,0 +1,52 @@
|
|||
{
|
||||
"isDnd": false,
|
||||
"volume": 1.0,
|
||||
"parentRoom": null,
|
||||
"views": [
|
||||
{"inherit":false,"visible":false,"xview":0,"yview":0,"wview":1366,"hview":768,"xport":0,"yport":0,"wport":1366,"hport":768,"hborder":32,"vborder":32,"hspeed":-1,"vspeed":-1,"objectId":null,},
|
||||
{"inherit":false,"visible":false,"xview":0,"yview":0,"wview":1366,"hview":768,"xport":0,"yport":0,"wport":1366,"hport":768,"hborder":32,"vborder":32,"hspeed":-1,"vspeed":-1,"objectId":null,},
|
||||
{"inherit":false,"visible":false,"xview":0,"yview":0,"wview":1366,"hview":768,"xport":0,"yport":0,"wport":1366,"hport":768,"hborder":32,"vborder":32,"hspeed":-1,"vspeed":-1,"objectId":null,},
|
||||
{"inherit":false,"visible":false,"xview":0,"yview":0,"wview":1366,"hview":768,"xport":0,"yport":0,"wport":1366,"hport":768,"hborder":32,"vborder":32,"hspeed":-1,"vspeed":-1,"objectId":null,},
|
||||
{"inherit":false,"visible":false,"xview":0,"yview":0,"wview":1366,"hview":768,"xport":0,"yport":0,"wport":1366,"hport":768,"hborder":32,"vborder":32,"hspeed":-1,"vspeed":-1,"objectId":null,},
|
||||
{"inherit":false,"visible":false,"xview":0,"yview":0,"wview":1366,"hview":768,"xport":0,"yport":0,"wport":1366,"hport":768,"hborder":32,"vborder":32,"hspeed":-1,"vspeed":-1,"objectId":null,},
|
||||
{"inherit":false,"visible":false,"xview":0,"yview":0,"wview":1366,"hview":768,"xport":0,"yport":0,"wport":1366,"hport":768,"hborder":32,"vborder":32,"hspeed":-1,"vspeed":-1,"objectId":null,},
|
||||
{"inherit":false,"visible":false,"xview":0,"yview":0,"wview":1366,"hview":768,"xport":0,"yport":0,"wport":1366,"hport":768,"hborder":32,"vborder":32,"hspeed":-1,"vspeed":-1,"objectId":null,},
|
||||
],
|
||||
"layers": [
|
||||
{"instances":[],"visible":true,"depth":0,"userdefinedDepth":false,"inheritLayerDepth":false,"inheritLayerSettings":false,"gridX":32,"gridY":32,"layers":[],"hierarchyFrozen":false,"resourceVersion":"1.0","name":"Instances","tags":[],"resourceType":"GMRInstanceLayer",},
|
||||
{"spriteId":null,"colour":4278190080,"x":0,"y":0,"htiled":false,"vtiled":false,"hspeed":0.0,"vspeed":0.0,"stretch":false,"animationFPS":15.0,"animationSpeedType":0,"userdefinedAnimFPS":false,"visible":true,"depth":100,"userdefinedDepth":false,"inheritLayerDepth":false,"inheritLayerSettings":false,"gridX":32,"gridY":32,"layers":[],"hierarchyFrozen":false,"resourceVersion":"1.0","name":"Background","tags":[],"resourceType":"GMRBackgroundLayer",},
|
||||
],
|
||||
"inheritLayers": false,
|
||||
"creationCodeFile": "",
|
||||
"inheritCode": false,
|
||||
"instanceCreationOrder": [],
|
||||
"inheritCreationOrder": false,
|
||||
"sequenceId": null,
|
||||
"roomSettings": {
|
||||
"inheritRoomSettings": false,
|
||||
"Width": 1366,
|
||||
"Height": 768,
|
||||
"persistent": false,
|
||||
},
|
||||
"viewSettings": {
|
||||
"inheritViewSettings": false,
|
||||
"enableViews": false,
|
||||
"clearViewBackground": false,
|
||||
"clearDisplayBuffer": true,
|
||||
},
|
||||
"physicsSettings": {
|
||||
"inheritPhysicsSettings": false,
|
||||
"PhysicsWorld": false,
|
||||
"PhysicsWorldGravityX": 0.0,
|
||||
"PhysicsWorldGravityY": 10.0,
|
||||
"PhysicsWorldPixToMetres": 0.1,
|
||||
},
|
||||
"parent": {
|
||||
"name": "thpj3",
|
||||
"path": "thpj3.yyp",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "Room1",
|
||||
"tags": [],
|
||||
"resourceType": "GMRoom",
|
||||
}
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"resources": [
|
||||
{"id":{"name":"Room1","path":"rooms/Room1/Room1.yy",},"order":14,},
|
||||
],
|
||||
"Options": [
|
||||
{"name":"Linux","path":"options/linux/options_linux.yy",},
|
||||
{"name":"macOS","path":"options/mac/options_mac.yy",},
|
||||
{"name":"Main","path":"options/main/options_main.yy",},
|
||||
{"name":"Windows","path":"options/windows/options_windows.yy",},
|
||||
],
|
||||
"isDnDProject": false,
|
||||
"isEcma": false,
|
||||
"tutorialPath": "",
|
||||
"configs": {
|
||||
"name": "Default",
|
||||
"children": [],
|
||||
},
|
||||
"RoomOrderNodes": [
|
||||
{"roomId":{"name":"Room1","path":"rooms/Room1/Room1.yy",},},
|
||||
],
|
||||
"Folders": [],
|
||||
"AudioGroups": [
|
||||
{"targets":-1,"resourceVersion":"1.3","name":"audiogroup_default","resourceType":"GMAudioGroup",},
|
||||
],
|
||||
"TextureGroups": [
|
||||
{"isScaled":true,"autocrop":true,"border":2,"mipsToGenerate":0,"groupParent":null,"targets":-1,"resourceVersion":"1.3","name":"Default","resourceType":"GMTextureGroup",},
|
||||
],
|
||||
"IncludedFiles": [],
|
||||
"MetaData": {
|
||||
"IDEVersion": "2.3.2.560",
|
||||
},
|
||||
"resourceVersion": "1.4",
|
||||
"name": "thpj3",
|
||||
"tags": [],
|
||||
"resourceType": "GMProject",
|
||||
}
|
Loading…
Reference in New Issue