swag merge commit
merge commit swag
@ -163,9 +163,13 @@
|
|||||||
|
|
||||||
<!--Place custom nodes like icons here (higher priority to override the HaxeFlixel icon)-->
|
<!--Place custom nodes like icons here (higher priority to override the HaxeFlixel icon)-->
|
||||||
|
|
||||||
|
<icon path="art/icon8.png" size='8'/>
|
||||||
<icon path="art/icon16.png" size='16'/>
|
<icon path="art/icon16.png" size='16'/>
|
||||||
<icon path="art/icon32.png" size='32'/>
|
<icon path="art/icon32.png" size='32'/>
|
||||||
<icon path="art/icon64.png" size='64'/>
|
<icon path="art/icon64.png" size='64'/>
|
||||||
|
<icon path="art/icon128.png" size='128'/>
|
||||||
|
<icon path="art/icon256.png" size='256'/>
|
||||||
|
<icon path="art/icon512.png" size='512'/>
|
||||||
<icon path="art/iconOG.png" />
|
<icon path="art/iconOG.png" />
|
||||||
|
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 3.0 MiB After Width: | Height: | Size: 3.0 MiB |
BIN
art/FunkinSwitch.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 3.0 MiB After Width: | Height: | Size: 3.0 MiB |
BIN
art/FunkinSwitchAlt.png
Normal file
After Width: | Height: | Size: 782 KiB |
BIN
art/icon128.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
art/icon256.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
art/icon512.png
Normal file
After Width: | Height: | Size: 98 KiB |
BIN
art/icon8.png
Normal file
@ -494,7 +494,7 @@ class ChartingState extends MusicBeatState
|
|||||||
var label = check.getLabel().text;
|
var label = check.getLabel().text;
|
||||||
switch (label)
|
switch (label)
|
||||||
{
|
{
|
||||||
case 'Must hit section':
|
case 'Camera Points to P1?':
|
||||||
_song.notes[curSection].mustHitSection = check.checked;
|
_song.notes[curSection].mustHitSection = check.checked;
|
||||||
case 'Change BPM':
|
case 'Change BPM':
|
||||||
_song.notes[curSection].changeBPM = check.checked;
|
_song.notes[curSection].changeBPM = check.checked;
|
||||||
|