Skip to content

Commit

Permalink
Add the keys
Browse files Browse the repository at this point in the history
  • Loading branch information
glowsoony committed Feb 19, 2025
1 parent b9f3ff5 commit 85eaa80
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,3 @@ vs_Community.exe
!.vscode/extensions.json
art/build_html.bat
art/build_html-debug.bat

scsource/scfunkin/backend/gamejolt/GJKeys.hx
20 changes: 20 additions & 0 deletions scsource/scfunkin/backend/gamejolt/GJKeys.hx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
package scfunkin.backend.gamejolt;

/**
* YOU MUST NOT SHARE THESE DATA WITH ANYONE!!
*
*
* The publication of these data would lead to hacking or other kinds of alterations in the game
* To solve this problem, you must add the following line to the `.gitignore` file in your game director (if you don't have one, so create one ofc)
* ```gitignore
* source/gamejolt/GJKeys.hx
* ```
*/
class GJKeys
{
/** Your Game ID from GameJolt **/
public static var id:Int = -1;

/** Your Game Private Key from GameJolt, If key is updated with this file, it will be changed to still be private. **/
public static var key:String = '';
}

0 comments on commit 85eaa80

Please sign in to comment.