Skip to content

Commit eda5ce9

Browse files
committed
Completely redo Alphabet and fix any bugs related to it.
Signed-off-by: TechnikTil <[email protected]>
1 parent 358c01a commit eda5ce9

File tree

6 files changed

+383
-169
lines changed

6 files changed

+383
-169
lines changed

src/funkin/Constants.hx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ class Constants
7474
*/
7575
public static final STRUMLINE_Y_OFFSET:Float = 50;
7676

77+
/**
78+
* The atlas font that should be used when no font is supplied.
79+
*/
80+
public static final DEFAULT_ATLAS_FONT:String = 'default';
81+
7782
static function get_TECHNOTDRIP_VERSION():String
7883
{
7984
return FlxG.stage.application.meta.get('version');

0 commit comments

Comments
 (0)