Skip to content

Commit

Permalink
the big number
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealJake12 committed May 19, 2023
1 parent 42e0662 commit f31b00b
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 18 deletions.
2 changes: 1 addition & 1 deletion assets/preload/data/characters/bf-holding-gf.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Boyfriend holding GF",
"asset": "characters/bfAndGF",
"barColor": "#31B0D1",
"camPos": [0,0],
"camPos": [-100, -100],
"scale": 1,
"healthicon" : "bf",
"startingAnim": "idle",
Expand Down
1 change: 1 addition & 0 deletions assets/preload/data/characters/monster.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"barColor": "#F3FF6E",
"startingAnim": "idle",
"healthicon" : "monster",
"camPos":[150, -100],
"animations": [
{
"name": "idle",
Expand Down
4 changes: 3 additions & 1 deletion source/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ using StringTools;
class MainMenuState extends MusicBeatState
{
public static var nightly:String = "";
public static var kecVer:String = 'Kade Engine Community 1.7.1';
public static var kecVer:String = 'Kade Engine Community 1.8';
public static var keVer:String = "Kade Engine 1.8.1";
public static var curSelected:Int = 0;
public static var freakyPlaying:Bool;
Expand Down Expand Up @@ -59,6 +59,8 @@ class MainMenuState extends MusicBeatState
"Sus Sus Amogus (-Mryoyo123YT)",
"Man I'm Dead (-TheRealJake_12)",
"Jesse! We Need To Cook Crystal Meth! (-TheRealJake_12)",
"Also Try BoloVEVO Kade Engine!",
"The Basement (-TheRealJake_12)",
#if windows
'${Sys.environment()["USERNAME"]}! Get down from the tree and put your clothes on, dammit. (-Antonella)',
#elseif web
Expand Down
2 changes: 2 additions & 0 deletions source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,8 @@ class PlayState extends MusicBeatState
tweenCamIn();
}

Stage.update(0);

if (loadRep)
{
FlxG.watch.addQuick('rep rpesses', repPresses);
Expand Down
32 changes: 16 additions & 16 deletions version.downloadMe
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
1.7.1;
1.8;

- Partial Controller Support Added Back.
- StepMania Format Now Functions Again.
- Notes Are Handled Better When Pressed.
- Multiple Chart Editor Fixes.
- Chart Editor Reskined.
- Score Screen Now Displays The Inputs Accurately.
- Score Screen Look Overhaul.
- Replay Fixes. Not 100% Fixed Though.
- Uses The KE 1.5 Rating Skins.
- The CPU Can Now Have Notesplashes.
- Optimized Input / Input Overhaul.
- A Few Tweaks To The Camera System.
- Made Icon Bumping Smoother.
- Pause Menu Additions From Week 7.
- Multiple Bugs Fixed.
- Main Menu Design Rework.
- HTML5 Builds Are Currently No Longer Officially Supported.
- New Gettin' Freaky Track By Red Radiant.
- New Track For Options Menu "Tweakin'" By Red Radiant.
- Freeplay Culls Text That Is Not Visible.
- BPM / Sections Overhaul.
- Camera Now Uses The Character's camPos Array.
- Fix Sustain Note Clipping.
- Fixes To The Lua System Not Being Able To Do Stuff.
- New Text Rendering On Some Fonts(FlxText to FlxBitmapText).
- Changed How A Few Systems Function.
- Song Starting Slightly Changed.
- Redo Story Menu To Use JSON.
- Tweaks and other changes.
- Bug Fixes.

0 comments on commit f31b00b

Please sign in to comment.