Skip to content

Commit

Permalink
added new icon and one bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolka9144 committed Dec 23, 2024
1 parent 7bb9b10 commit 533f825
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 3 deletions.
Binary file modified art/icon16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified art/icon32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified art/icon64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified art/iconOG.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/shared/images/credits/mykarm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion source/mikolka/stages/erect/SpookyMansionErect.hx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class SpookyMansionErect extends PicoCapableStage
stairsLight.alpha = 0;

halloweenWindow = new BGSprite('erect/bgtrees', 200, 50, 0.8, 0.8, ["bgtrees0"],true);

halloweenWindow.animation.curAnim.frameRate = 5;

add(halloweenWindow);
add(halloweenBG);
Expand Down
6 changes: 4 additions & 2 deletions source/options/NotesColorSubState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,13 @@ class NotesColorSubState extends MusicBeatSubstate
controllerPointer.visible = controls.controllerMode;
_lastControllerMode = controls.controllerMode;

#if TOUCH_CONTROLS_ALLOWED
addTouchPad('NONE', 'B_C');
controls.isInSubstate = true;
touchPad.buttonB.x = FlxG.width - 132;
touchPad.buttonC.x = 0;
touchPad.buttonC.y = FlxG.height - 135;
#end
}

function updateTip()
Expand Down Expand Up @@ -483,7 +485,7 @@ class NotesColorSubState extends MusicBeatSubstate
}
}
}
else if(touchPad.buttonC.justPressed || controls.RESET && hexTypeNum < 0)
else if(#if TOUCH_CONTROLS_ALLOWED touchPad.buttonC.justPressed || #end controls.RESET && hexTypeNum < 0)
{
if(FlxG.keys.pressed.SHIFT || FlxG.gamepads.anyPressed(LEFT_SHOULDER))
{
Expand Down Expand Up @@ -723,4 +725,4 @@ class NotesColorSubState extends MusicBeatSubstate
function setShaderColor(value:FlxColor) dataArray[curSelectedNote][curSelectedMode] = value;
function getShaderColor() return dataArray[curSelectedNote][curSelectedMode];
function getShader() return Note.globalRgbShaders[curSelectedNote];
}
}
1 change: 1 addition & 0 deletions source/states/CreditsState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class CreditsState extends MusicBeatState
[""],
['P-Slice Contributors'],
["Fazecarl", 'fazecarl', 'Made the new logo for P-Slice', 'https://gamebanana.com/members/2121406', '29170a'],
["Mykarm", 'mykarm', 'Made the new icon for P-Slice', 'https://x.com/cronviersmeat/status/1849059676467417311?s=46&t=4dcTT7PAMkRJ8zYd4LgTow', '29170a'],
[""],
["P-Slice server"],
["Join our community", "ppslice", "", "https://discord.gg/9FCyCqEvRf", "5e36c4"],
Expand Down

0 comments on commit 533f825

Please sign in to comment.