Skip to content

Commit

Permalink
Update Assets.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline committed Sep 30, 2024
1 parent 4d68e88 commit b029acb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/funkin/Assets.hx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ import openfl.utils.Future;
*/
class Assets
{
public static function getText(path:String):String
{
return openfl.utils.Assets.getText(path);
}

/**
* Get the file system path for an asset
* @param path The asset path to load from, relative to the assets folder
Expand Down

0 comments on commit b029acb

Please sign in to comment.