swag merge commit

merge commit swag
This commit is contained in:
CyndaquilDAC 2021-05-05 07:09:26 -05:00 committed by GitHub
commit 7ccf634c15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 5 additions and 1 deletions

View File

@ -163,9 +163,13 @@
<!--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/icon32.png" size='32'/>
<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" />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

After

Width:  |  Height:  |  Size: 3.0 MiB

BIN
art/FunkinSwitch.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

After

Width:  |  Height:  |  Size: 3.0 MiB

BIN
art/FunkinSwitchAlt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 782 KiB

BIN
art/icon128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
art/icon256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
art/icon512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

BIN
art/icon8.png Normal file

Binary file not shown.

View File

@ -494,7 +494,7 @@ class ChartingState extends MusicBeatState
var label = check.getLabel().text;
switch (label)
{
case 'Must hit section':
case 'Camera Points to P1?':
_song.notes[curSection].mustHitSection = check.checked;
case 'Change BPM':
_song.notes[curSection].changeBPM = check.checked;