Skip to content

Commit

Permalink
modchart and version change
Browse files Browse the repository at this point in the history
  • Loading branch information
Kade-github committed Apr 16, 2021
1 parent f119796 commit a0d8d26
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.4.2]
### Changed
- Trails on notes are more consistent
- Title now shows "Friday Night Funkin' Kade Engine"
- **THIS UPDATE WILL RESET YOUR SAVE FOR KADE ENGINE**, so you gotta redo all of ur settings.

### Added
- Lua Modchart support [(documentation located here)](https://github.com/KadeDev/Kade-Engine/blob/master/ModCharts.md)
- New option called watermarks which removes all watermarks from Kade Engine
- Chart spesfic offsets

## [1.4.1]
### Fixed
- Rating's and Accuracy calculation (they actually work now)
Expand Down
2 changes: 1 addition & 1 deletion source/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class MainMenuState extends MusicBeatState

public static var nightly:String = "";

public static var kadeEngineVer:String = "1.4.1" + nightly;
public static var kadeEngineVer:String = "1.4.2" + nightly;
public static var gameVer:String = "0.2.7.1";

var magenta:FlxSprite;
Expand Down
3 changes: 2 additions & 1 deletion source/Note.hx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ class Note extends FlxSprite
prevNote.animation.play('redhold');
}

prevNote.scale.y *= Conductor.stepCrochet / 100 * 1.5 * FlxG.save.data.scrollSpeed;

prevNote.scale.y *= Conductor.stepCrochet / 100 * 1.8 * FlxG.save.data.scrollSpeed;
prevNote.updateHitbox();
// prevNote.setGraphicSize();
}
Expand Down
2 changes: 1 addition & 1 deletion version.downloadMe
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.1
1.4.2

0 comments on commit a0d8d26

Please sign in to comment.