Skip to content

Commit

Permalink
the changelog
Browse files Browse the repository at this point in the history
and 1.14.0 out
  • Loading branch information
JordanSantiagoYT committed Nov 10, 2023
1 parent 6495b3b commit 3a73920
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
15 changes: 15 additions & 0 deletions THECHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
1.14.0;
Added 3 new noteskins: Chip, Future and Circle
Health Display is no longer enabled by default.
Strum Light Up Style - Customize how long the strum animations play for!
7 Events! - An overdue addition to JS Engine! Now you can make pressing the Chart Editor key take you to another song or close the game!
Windows builds now utilize DPI Awareness for higher fidelity visuals on resolutions higher than 1280x720 and speaking of resolutions...
You can now change the game's resolution in the Graphics Options!
Removed Chart Drawing in the Chart Editor - EZ Spam is just better in every way.
EZ Spam can now use decimal numbers!
You can now undo up to 100 of the most recent changes in the Chart Editor by pressing Ctrl+Z (PC) or V on the virtual pad (Android)!
Song credits now display the title of the song, the composer of the song and are now colored according to the opponent's health bar color!
EZ Spam now fully adapts to BPM changes!
INGAME UPDATER!! - Now you'll never possibly have to head to GitHub to view the changelog and update there again! Now you can update the engine directly inside itself! (From CDEV Engine!!)
Added Main Menu Tips (from SB Engine!!)
Fixed a few crashes as well as full screen issues on Android builds
2 changes: 1 addition & 1 deletion source/TitleState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class TitleState extends MusicBeatState
#if (CHECK_FOR_UPDATES && !android)
if(ClientPrefs.checkForUpdates && !closedState) {
trace('checking for update');
var http = new haxe.Http("https://raw.githubusercontent.com/JordanSantiagoYT/FNF-PsychEngine-NoBotplayLag/main/version.downloadMe");
var http = new haxe.Http("https://raw.githubusercontent.com/JordanSantiagoYT/FNF-PsychEngine-NoBotplayLag/main/THECHANGELOG.md");
var returnedData:Array<String> = [];

http.onData = function (data:String)
Expand Down
10 changes: 5 additions & 5 deletions version.downloadMe
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
1.13.0;
- Song Credits
- Tankman ASCEND
- ScoreTxt Size
- Full Android Support
1.14.0;
- Deprecated, 1.14.0 and later now use the full changelog instead
- 3 new noteskins
- Ingame Updater
- 7 Events

0 comments on commit 3a73920

Please sign in to comment.