Skip to content
This repository was archived by the owner on Mar 15, 2025. It is now read-only.

Commit f31b00b

Browse files
committed
the big number
1 parent 42e0662 commit f31b00b

File tree

5 files changed

+23
-18
lines changed

5 files changed

+23
-18
lines changed

assets/preload/data/characters/bf-holding-gf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Boyfriend holding GF",
33
"asset": "characters/bfAndGF",
44
"barColor": "#31B0D1",
5-
"camPos": [0,0],
5+
"camPos": [-100, -100],
66
"scale": 1,
77
"healthicon" : "bf",
88
"startingAnim": "idle",

assets/preload/data/characters/monster.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"barColor": "#F3FF6E",
55
"startingAnim": "idle",
66
"healthicon" : "monster",
7+
"camPos":[150, -100],
78
"animations": [
89
{
910
"name": "idle",

source/MainMenuState.hx

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ using StringTools;
2828
class MainMenuState extends MusicBeatState
2929
{
3030
public static var nightly:String = "";
31-
public static var kecVer:String = 'Kade Engine Community 1.7.1';
31+
public static var kecVer:String = 'Kade Engine Community 1.8';
3232
public static var keVer:String = "Kade Engine 1.8.1";
3333
public static var curSelected:Int = 0;
3434
public static var freakyPlaying:Bool;
@@ -59,6 +59,8 @@ class MainMenuState extends MusicBeatState
5959
"Sus Sus Amogus (-Mryoyo123YT)",
6060
"Man I'm Dead (-TheRealJake_12)",
6161
"Jesse! We Need To Cook Crystal Meth! (-TheRealJake_12)",
62+
"Also Try BoloVEVO Kade Engine!",
63+
"The Basement (-TheRealJake_12)",
6264
#if windows
6365
'${Sys.environment()["USERNAME"]}! Get down from the tree and put your clothes on, dammit. (-Antonella)',
6466
#elseif web

source/PlayState.hx

+2
Original file line numberDiff line numberDiff line change
@@ -838,6 +838,8 @@ class PlayState extends MusicBeatState
838838
tweenCamIn();
839839
}
840840

841+
Stage.update(0);
842+
841843
if (loadRep)
842844
{
843845
FlxG.watch.addQuick('rep rpesses', repPresses);

version.downloadMe

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
1.7.1;
1+
1.8;
22

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

0 commit comments

Comments
 (0)