瀏覽代碼

+ options for windows
- 删掉一些格式错乱的

tianhaobu 7 小時之前
父節點
當前提交
555bd2c8f3
共有 3 個文件被更改,包括 37 次插入67 次删除
  1. 0 59
      ATT21546.gitignore
  2. 0 8
      ATT81076.gitattributes
  3. 37 0
      options/windows/options_windows.yy

+ 0 - 59
ATT21546.gitignore

@@ -1,59 +0,0 @@
-# Windows
- 
-# Windows thumbnail cache files
-Thumbs.db
-Thumbs.db:encryptable
-ehthumbs.db
-ehthumbs_vista.db
- 
-# Dump file
-*.stackdump
- 
-# Folder config file
-[Dd]esktop.ini
- 
-# Recycle Bin used on file shares
-$RECYCLE.BIN/
- 
-# Windows Installer files
-*.cab
-*.msi
-*.msix
-*.msm
-*.msp
- 
-# Windows shortcuts
-*.lnk
- 
-# Mac
- 
-## General
-.DS_Store
-.AppleDouble
-.LSOverride
- 
-## Icon must end with two \r
-Icon
- 
-## Thumbnails
-._*
- 
-## Files that might appear in the root of a volume
-.DocumentRevisions-V100
-.fseventsd
-.Spotlight-V100
-.TemporaryItems
-.Trashes
-.VolumeIcon.icns
-.com.apple.timemachine.donotpresent
- 
-## Directories potentially created on remote AFP share
-.AppleDB
-.AppleDesktop
-Network Trash Folder
-Temporary Items
-.apdisk
- 
-# GameMaker temporary files
-*.resource_order
-*.old

+ 0 - 8
ATT81076.gitattributes

@@ -1,8 +0,0 @@
-# Ignore .yy files for language statistics
-*.yy linguist-generated=true
- 
-# force LF for metadata files for merge simplicity
-*.gml text eol=lf
-*.yy text eol=lf
-*.yyp text eol=lf
-*.json text eol=lf

+ 37 - 0
options/windows/options_windows.yy

@@ -0,0 +1,37 @@
+{
+  "$GMWindowsOptions":"v1",
+  "%Name":"Windows",
+  "name":"Windows",
+  "option_windows_allow_fullscreen_switching":false,
+  "option_windows_borderless":false,
+  "option_windows_company_info":"YoYo Games Ltd",
+  "option_windows_copyright_info":"",
+  "option_windows_copy_exe_to_dest":false,
+  "option_windows_d3dswapeffectdiscard":false,
+  "option_windows_description_info":"A GameMaker Game",
+  "option_windows_disable_sandbox":false,
+  "option_windows_display_cursor":true,
+  "option_windows_display_name":"ddmyx",
+  "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":true,
+  "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":"${project_name}",
+  "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":true,
+  "resourceType":"GMWindowsOptions",
+  "resourceVersion":"2.0",
+}