Advertisement
Guest User

config example

a guest
Mar 25th, 2014
916
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "layoutBaseDimension": "height",
  3.    
  4.     "designResolutionEntries":
  5.     [
  6.         {
  7.             "width": 0,
  8.             "height": 0,
  9.             "designWidth": 960,
  10.             "designHeight": 640,
  11.             "paths": []
  12.         },
  13.      
  14.         {
  15.             "width": 960,
  16.             "height": 640,
  17.             "designWidth": 480,
  18.             "designHeight": 320,
  19.             "paths":
  20.             [
  21.                 "Res/960x640/fonts/",
  22.                 "Res/960x640/ui/",
  23.         "Res/960x640/gems/",
  24.         "Res/960x640/characters/",
  25.         "Res/960x640/shop/",
  26.         "Res/960x640/combat/"
  27.             ]
  28.         },
  29.  
  30.      
  31.         {
  32.             "width": 1024,
  33.             "height": 768,
  34.             "designWidth": 512,
  35.             "designHeight": 384,
  36.             "paths":
  37.             [
  38.                 "Res/1024x768/fonts/",
  39.                 "Res/1024x768/ui/",
  40.         "Res/1024x768/gems/",
  41.         "Res/1024x768/characters/",
  42.         "Res/1024x768/shop/",
  43.         "Res/1024x768/combat/"
  44.             ]
  45.         },
  46.      
  47.         {
  48.             "width": 2048,
  49.             "height": 1536,
  50.             "designWidth": 512,
  51.             "designHeight": 384,
  52.             "paths":
  53.             [  
  54.         "Res/2048x1536/fonts/",
  55.                 "Res/2048x1536/ui/",
  56.         "Res/2048x1536/gems/",
  57.         "Res/2048x1536/characters/",
  58.         "Res/2048x1536/shop/",
  59.         "Res/2048x1536/combat/"
  60.             ]
  61.         }
  62.     ],
  63.                                
  64.     "sharedPaths":
  65.     [
  66.         "Res/shared/sounds/",
  67.         "Res/shared/fonts/",
  68.         "Res/shared/strings/",
  69.         "Res/shared/",
  70.         "Res/",
  71.         "shared/sounds/",
  72.         "shared/fonts/",
  73.         "shared/strings/",
  74.         "shared/",
  75.         "/"
  76.     ]
  77. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement