Skip to content

Commit

Permalink
Update Hscript.hx
Browse files Browse the repository at this point in the history
haven't done anything in a while lol
  • Loading branch information
Joalor64GH authored Jan 15, 2025
1 parent d60942a commit 7b9b42f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/modding/Hscript.hx
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ class Hscript extends FlxBasic {
setVariable('Song', Song);
setVariable('Utilities', Utilities);

setVariable('game', PlayState.instance);

if (execute)
this.execute(file);
}
Expand Down

0 comments on commit 7b9b42f

Please sign in to comment.