balanced normal, and usin newgrounds haxelib

This commit is contained in:
Cameron Taylor
2020-11-06 01:57:00 -08:00
parent e6a219c8cc
commit 6cf7267078
50 changed files with 258 additions and 2954 deletions

View File

@ -146,6 +146,15 @@ class NGio
// NGio.scoreboardArray = NG.core.scoreBoards.get(8004).scores;
}
inline static public function logEvent(event:String)
{
if (isLoggedIn)
{
NG.core.calls.event.logEvent(event);
trace('should have logged: ' + event);
}
}
inline static public function unlockMedal(id:Int)
{
if (isLoggedIn)