Initial Home page
commit
9d7d8aedb1
17
Home.md
Normal file
17
Home.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# Home
|
||||||
|
|
||||||
|
Welcome.
|
||||||
|
|
||||||
|
#Usage
|
||||||
|
|
||||||
|
Put the files from the repo into your app's folder.
|
||||||
|
|
||||||
|
```lua
|
||||||
|
local GJ = require "gamejolt"
|
||||||
|
|
||||||
|
GJ.init(gameID, gameKey)
|
||||||
|
GJ.authUser(username, usertoken)
|
||||||
|
GJ.openSession()
|
||||||
|
|
||||||
|
-- your further manipulations
|
||||||
|
```
|
Reference in New Issue
Block a user