Skip to content

Commit 88a9395

Browse files
committed
Some stuff needed to be changed
1 parent 8a3c83c commit 88a9395

File tree

3 files changed

+4
-21
lines changed

3 files changed

+4
-21
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Heya there! GamerPablito here!
44

55
Thanks for use this custom client for GameJolt for Haxe, this has very useful functions for different purposes with a little better performance than the default libraries (such as the flixel file ~~"FlxGameJolt"~~ or the original ~~"gamejoltAPI"~~ library stuff).
66

7-
This was originally made for some Friday Night Funkin' mods, but it can be used for any game made with Haxeflixel as well.
7+
This was originally made for some Friday Night Funkin' mods, but it can be used for any game made using Haxe as well.
88

99
The purpose of this project is to make everything the best way possible, using less space and complexity for a better performance (and by that I mean it can be useful for computers with a very slow processing speed).
1010

@@ -17,24 +17,7 @@ NOTE: Don't get confused with the GJ Integration made by [TentaRJ](https://githu
1717
- This also contains some files with info formats about how some data has to be received like, this in order to let the user know how to use the data in their game
1818
- Has many extra features that can be fetched instantly without you have to code a lot for them
1919
- Every file is full of instructions for each command, in order to do the things right if you don't know so much about it
20-
21-
## How to Use
22-
1. Open the command prompt or Powershell and run: `haxelib install HaxeGJClient`
23-
2. Open the `project.xml` file and write at the bottom of the libraries section.
24-
```xml
25-
<haxelib name="HaxeGJClient">
26-
```
27-
3. Make a variable holder for the client in the `Main.hx` and initialize it in there.
28-
```hx
29-
// Put this at the top
30-
import GJClient;
31-
32-
// Put this inside of the Main class
33-
public static var gjClient:GJClient;
34-
35-
// Put this inside the "new" function
36-
gjClient = new GJClient({id: 0, key: ""}); // replace this with the actual data of your game
37-
```
20+
- Check the Wiki Page of this Client in GitHub for more info about its use.
3821

3922
## Still have doubts about its use?
4023
If you're still have questions about how to use this client correctly, or if you want some menu templates to begin with for your game (FNF mods or anything else), you're free to talk to me by [Twitter](https://twitter.com/GamerPablito1) or Discord (GamerPablito#3132). I have no kind of special access you need to do this at all!

haxelib.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
"tags": [
66
"gamejolt-api",
77
"haxeflixel",
8+
"haxe",
89
"fnf"
910
],
1011
"description": "An useful tool to work with GameJolt for FNF Mods and Haxe Games as well!",
1112
"version": "4.0.0",
12-
"classPath": "src/",
13+
"classPath": "gamejolt/",
1314
"releasenote": "Every command is now included, along with a new interface!",
1415
"contributors": [
1516
"GamerPablito"

0 commit comments

Comments
 (0)