Return to repo list

tzed

Simple story-driven open world 2D CRPG.
Return to HMagellan.com

defaults.json (503B)


      1 {
      2     "screen_width" : 1024,
      3     "screen_height" : 768,
      4     "screen_margin_x" : 4,
      5     "screen_margin_y" : 4,
      6     "framerate" : 30,
      7     "message_font" : "PixelOperatorMono.ttf",
      8     "message_font_size" : 16,
      9     "controls" : {
     10         "up" : [119, 1073741906],
     11         "down" : [115, 1073741905],
     12         "left" : [97, 1073741904],
     13         "right": [100, 1073741903],
     14         "wait" : [32, 53, 1073741917],
     15         "examine" : [101]
     16     },
     17     "color_palette" : "Crazy",
     18     "overlay_sheet" : "ovrly"
     19 }