From 281ab4e7348804fc22e3f5f95582a86b6ec840ad Mon Sep 17 00:00:00 2001 From: Jennifer Hogueison Date: Wed, 30 Aug 2023 23:07:28 -0700 Subject: [PATCH] initialized blank GameMaker project --- double-jammy-whammy.resource_order | 4 ++++ double-jammy-whammy.yyp | 26 ++++++++++++++++++++++ options/linux/options_linux.yy | 24 ++++++++++++++++++++ options/mac/options_mac.yy | 35 ++++++++++++++++++++++++++++++ options/main/options_main.yy | 20 +++++++++++++++++ options/operagx/options_operagx.yy | 27 +++++++++++++++++++++++ options/windows/options_windows.yy | 34 +++++++++++++++++++++++++++++ 7 files changed, 170 insertions(+) create mode 100644 double-jammy-whammy.resource_order create mode 100644 double-jammy-whammy.yyp create mode 100644 options/linux/options_linux.yy create mode 100644 options/mac/options_mac.yy create mode 100644 options/main/options_main.yy create mode 100644 options/operagx/options_operagx.yy create mode 100644 options/windows/options_windows.yy diff --git a/double-jammy-whammy.resource_order b/double-jammy-whammy.resource_order new file mode 100644 index 0000000..aa0ea72 --- /dev/null +++ b/double-jammy-whammy.resource_order @@ -0,0 +1,4 @@ +{ + "FolderOrderSettings": [], + "ResourceOrderSettings": [], +} \ No newline at end of file diff --git a/double-jammy-whammy.yyp b/double-jammy-whammy.yyp new file mode 100644 index 0000000..b65f2d9 --- /dev/null +++ b/double-jammy-whammy.yyp @@ -0,0 +1,26 @@ +{ + "resourceType": "GMProject", + "resourceVersion": "1.7", + "name": "double-jammy-whammy", + "AudioGroups": [ + {"resourceType":"GMAudioGroup","resourceVersion":"1.3","name":"audiogroup_default","targets":-1,}, + ], + "configs": { + "children": [], + "name": "Default", + }, + "defaultScriptType": 0, + "Folders": [], + "IncludedFiles": [], + "isEcma": false, + "LibraryEmitters": [], + "MetaData": { + "IDEVersion": "2023.800.0.404", + }, + "resources": [], + "RoomOrderNodes": [], + "templateType": "game", + "TextureGroups": [ + {"resourceType":"GMTextureGroup","resourceVersion":"1.3","name":"Default","autocrop":true,"border":2,"compressFormat":"bz2","directory":"","groupParent":null,"isScaled":true,"loadType":"default","mipsToGenerate":0,"targets":-1,}, + ], +} \ No newline at end of file diff --git a/options/linux/options_linux.yy b/options/linux/options_linux.yy new file mode 100644 index 0000000..b6c5a50 --- /dev/null +++ b/options/linux/options_linux.yy @@ -0,0 +1,24 @@ +{ + "resourceType": "GMLinuxOptions", + "resourceVersion": "1.0", + "name": "Linux", + "option_linux_allow_fullscreen": false, + "option_linux_disable_sandbox": false, + "option_linux_display_cursor": true, + "option_linux_display_name": "Created with GameMaker", + "option_linux_display_splash": false, + "option_linux_enable_steam": false, + "option_linux_homepage": "http://www.yoyogames.com", + "option_linux_icon": "${base_options_dir}/linux/icons/64.png", + "option_linux_interpolate_pixels": true, + "option_linux_long_desc": "", + "option_linux_maintainer_email": "", + "option_linux_resize_window": false, + "option_linux_scale": 0, + "option_linux_short_desc": "", + "option_linux_splash_screen": "${base_options_dir}/linux/splash/splash.png", + "option_linux_start_fullscreen": false, + "option_linux_sync": false, + "option_linux_texture_page": "2048x2048", + "option_linux_version": "1.0.0.0", +} \ No newline at end of file diff --git a/options/mac/options_mac.yy b/options/mac/options_mac.yy new file mode 100644 index 0000000..3d2d171 --- /dev/null +++ b/options/mac/options_mac.yy @@ -0,0 +1,35 @@ +{ + "resourceType": "GMMacOptions", + "resourceVersion": "1.0", + "name": "macOS", + "option_mac_allow_fullscreen": false, + "option_mac_allow_incoming_network": false, + "option_mac_allow_outgoing_network": false, + "option_mac_app_category": "Games", + "option_mac_app_id": "com.company.game", + "option_mac_apple_sign_in": false, + "option_mac_arm64": true, + "option_mac_build_app_store": false, + "option_mac_copyright": "", + "option_mac_disable_sandbox": false, + "option_mac_display_cursor": true, + "option_mac_display_name": "Created with GameMaker", + "option_mac_enable_retina": false, + "option_mac_enable_steam": false, + "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_interpolate_pixels": true, + "option_mac_menu_dock": false, + "option_mac_min_version": "10.10", + "option_mac_output_dir": "~/gamemakerstudio2", + "option_mac_resize_window": false, + "option_mac_scale": 0, + "option_mac_signing_identity": "Developer ID Application:", + "option_mac_splash_png": "${base_options_dir}/mac/splash/splash.png", + "option_mac_start_fullscreen": false, + "option_mac_team_id": "", + "option_mac_texture_page": "2048x2048", + "option_mac_version": "1.0.0.0", + "option_mac_vsync": false, + "option_mac_x86_64": true, +} \ No newline at end of file diff --git a/options/main/options_main.yy b/options/main/options_main.yy new file mode 100644 index 0000000..a105e4c --- /dev/null +++ b/options/main/options_main.yy @@ -0,0 +1,20 @@ +{ + "resourceType": "GMMainOptions", + "resourceVersion": "1.4", + "name": "Main", + "option_author": "", + "option_collision_compatibility": false, + "option_copy_on_write_enabled": false, + "option_draw_colour": 4294967295, + "option_game_speed": 60, + "option_gameguid": "763f374c-a740-47fe-b869-33f33be617d3", + "option_gameid": "0", + "option_mips_for_3d_textures": false, + "option_sci_usesci": false, + "option_spine_licence": false, + "option_steam_app_id": "0", + "option_template_description": null, + "option_template_icon": "${base_options_dir}/main/template_icon.png", + "option_template_image": "${base_options_dir}/main/template_image.png", + "option_window_colour": 255, +} \ No newline at end of file diff --git a/options/operagx/options_operagx.yy b/options/operagx/options_operagx.yy new file mode 100644 index 0000000..9d6b5a0 --- /dev/null +++ b/options/operagx/options_operagx.yy @@ -0,0 +1,27 @@ +{ + "resourceType": "GMOperaGXOptions", + "resourceVersion": "1.1", + "name": "operagx", + "option_operagx_display_cursor": true, + "option_operagx_editUrl": "", + "option_operagx_game_name": "${project_name}", + "option_operagx_guid": "", + "option_operagx_internalShareUrl": "", + "option_operagx_interpolate_pixels": true, + "option_operagx_mod_editUrl": "", + "option_operagx_mod_game_name": "${project_name}", + "option_operagx_mod_guid": "", + "option_operagx_mod_internalShareUrl": "", + "option_operagx_mod_next_version": "1.0.0.0", + "option_operagx_mod_publicShareUrl": "", + "option_operagx_mod_team_id": "", + "option_operagx_mod_team_name": "", + "option_operagx_mod_version": "1.0.0.0", + "option_operagx_next_version": "1.0.0.0", + "option_operagx_publicShareUrl": "", + "option_operagx_scale": 0, + "option_operagx_team_id": "", + "option_operagx_team_name": "", + "option_operagx_texture_page": "2048x2048", + "option_operagx_version": "1.0.0.0", +} \ No newline at end of file diff --git a/options/windows/options_windows.yy b/options/windows/options_windows.yy new file mode 100644 index 0000000..0321be2 --- /dev/null +++ b/options/windows/options_windows.yy @@ -0,0 +1,34 @@ +{ + "resourceType": "GMWindowsOptions", + "resourceVersion": "1.1", + "name": "Windows", + "option_windows_allow_fullscreen_switching": false, + "option_windows_borderless": false, + "option_windows_company_info": "YoYo Games Ltd", + "option_windows_copy_exe_to_dest": false, + "option_windows_copyright_info": "", + "option_windows_description_info": "A GameMaker Game", + "option_windows_disable_sandbox": false, + "option_windows_display_cursor": true, + "option_windows_display_name": "Created with GameMaker", + "option_windows_enable_steam": false, + "option_windows_executable_name": "${project_name}.exe", + "option_windows_icon": "${base_options_dir}/windows/icons/icon.ico", + "option_windows_installer_finished": "${base_options_dir}/windows/installer/finished.bmp", + "option_windows_installer_header": "${base_options_dir}/windows/installer/header.bmp", + "option_windows_interpolate_pixels": false, + "option_windows_license": "${base_options_dir}/windows/installer/license.txt", + "option_windows_nsis_file": "${base_options_dir}/windows/installer/nsis_script.nsi", + "option_windows_product_info": "Created with GameMaker", + "option_windows_resize_window": false, + "option_windows_save_location": 0, + "option_windows_scale": 0, + "option_windows_sleep_margin": 10, + "option_windows_splash_screen": "${base_options_dir}/windows/splash/splash.png", + "option_windows_start_fullscreen": false, + "option_windows_steam_use_alternative_launcher": false, + "option_windows_texture_page": "2048x2048", + "option_windows_use_splash": false, + "option_windows_version": "1.0.0.0", + "option_windows_vsync": false, +} \ No newline at end of file