Skip to content

ThatRozebudDude/mid-jam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sup bitches, check out my cool new game!

you now need the haxelib newgrounds so install that

speaking of newgrounds, i basically stole the code for Newgrounds.hx from eric so thanks for that buddy!

if you are compiling to desktop, everything should work fine, but if you want to compile to html5, you're gonna need to do some extra stuff this is because of the newgrounds integration (which is html5 exclusive) requires an api and encryption key to work, which i did not include for obvious reasons

you have 2 options:

  1. make a file in /source and call it NGKeys.hx, and copy & paste this into it
package;

class NGKeys
{
    public static final api = "";
    public static final encryption = "";
}

or

  1. you could go into Newgrounds.hx and delete all the parts that reference NGKeys to remove the ng stuff

ALSO IF YOU MOD THIS FOR ANY REASON LET ME KNOW!!!! i wanna see it!