Advertisement
helencarnate

Custom Environment Colors

Jan 24th, 2020 (edited)
1,397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.38 KB | None | 0 0
  1. {
  2.     "_version": "2.0.0",
  3.     "_songName": "Like A G6",
  4.     "_songSubName": "feat. The Cataracs, DEV",
  5.     "_songAuthorName": "Far East Movement",
  6.     "_levelAuthorName": "HelenCarnate",
  7.     "_beatsPerMinute": 125,
  8.     "_shuffle": 0,
  9.     "_shufflePeriod": 0.5,
  10.     "_previewStartTime": 12,
  11.     "_previewDuration": 10,
  12.     "_songFilename": "song.ogg",
  13.     "_coverImageFilename": "cover.jpg",
  14.     "_environmentName": "DefaultEnvironment",
  15.     "_songTimeOffset": 0,
  16.     "_customData": {
  17.         "_contributors": []
  18.     },
  19.     "_difficultyBeatmapSets": [
  20.         {
  21.             "_beatmapCharacteristicName": "Standard",
  22.             "_difficultyBeatmaps": [
  23.                 {
  24.                     "_difficulty": "Hard",
  25.                     "_difficultyRank": 5,
  26.                     "_beatmapFilename": "HardStandard.dat",
  27.                     "_noteJumpMovementSpeed": 12,
  28.                     "_noteJumpStartBeatOffset": 1,
  29.                     "_customData": {
  30.                         "_editorOffset": 0,
  31.                         "_editorOldOffset": 0,
  32.                         "_warnings": [],
  33.                         "_information": [],
  34.                         "_suggestions": [],
  35.                         "_requirements": [],
  36.                         "_colorLeft": {
  37.                         "r": 0.8515625,
  38.                         "g": 0.08984375,
  39.                         "b": 0.08984375
  40.                         },
  41.                         "_colorRight": {
  42.                         "r": 0.1796875,
  43.                         "g": 0.5390625,
  44.                         "b": 0.91015625
  45.                         },
  46.                         "_envColorLeft": {
  47.                         "r": 0.8515625,
  48.                         "g": 0.08984375,
  49.                         "b": 0.08984375
  50.                         },
  51.                         "_envColorRight": {
  52.                         "r": 0.1796875,
  53.                         "g": 0.5390625,
  54.                         "b": 0.91015625
  55.                         },
  56.                         "_obstacleColor": {
  57.                         "r": 1,
  58.                         "g": 0,
  59.                         "b": 0
  60.                         },
  61.                     }
  62.                 },
  63.                 {
  64.                     "_difficulty": "Expert",
  65.                     "_difficultyRank": 7,
  66.                     "_beatmapFilename": "ExpertStandard.dat",
  67.                     "_noteJumpMovementSpeed": 16,
  68.                     "_noteJumpStartBeatOffset": 1,
  69.                     "_customData": {
  70.                         "_editorOffset": 0,
  71.                         "_editorOldOffset": 0,
  72.                         "_warnings": [],
  73.                         "_information": [],
  74.                         "_suggestions": [],
  75.                         "_requirements": []
  76.                         "_colorLeft": {
  77.                         "r": 0.8515625,
  78.                         "g": 0.08984375,
  79.                         "b": 0.08984375
  80.                         },
  81.                         "_colorRight": {
  82.                         "r": 0.1796875,
  83.                         "g": 0.5390625,
  84.                         "b": 0.91015625
  85.                         },
  86.                         "_envColorLeft": {
  87.                         "r": 0.8515625,
  88.                         "g": 0.08984375,
  89.                         "b": 0.08984375
  90.                         },
  91.                         "_envColorRight": {
  92.                         "r": 0.1796875,
  93.                         "g": 0.5390625,
  94.                         "b": 0.91015625
  95.                         },
  96.                         "_obstacleColor": {
  97.                         "r": 1,
  98.                         "g": 0,
  99.                         "b": 0
  100.                         },
  101.                     }
  102.                 }
  103.             ]
  104.         }
  105.     ]
  106. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement