-
-
Notifications
You must be signed in to change notification settings - Fork 73
Getting_Started
Andrew McWatters edited this page Jun 8, 2020
·
25 revisions
Forking Planimeter/grid-sdk
on GitHub is recommended in order to sync your fork and pull the latest changes.
Sign in to GitHub, navigate to Planimeter/grid-sdk
and click Fork. Then, clone your fork.
Public forks can’t be made private. To make a private project, you can duplicate the repository by using https://github.com/new/import.
Edit Path
.
Add LÖVE.
To run Grid in development mode, run love . --debug --console
.
In the console, type map <space>
and select a map to start a game in.
Callbacks
- onAddonMounted
- onAddonUnmounted
- onMainMenuActivate
- onMainMenuClose
- onNPCSpawn
- onPlayerChat
- onPlayerConnect
- onPlayerDisconnect
- onPlayerInitialSpawn
- onPlayerSay
- onPlayerSpawn
- onPlayerUse
- onReloadImage
- onReloadScript
- onReloadSound
- quit
- update
Classes
- canvas
- character
- color
- concommand
- context
- convar
- entity
- fullscreencanvas
- host
- map
- networkvar
- payload
- player
- scheme
- shader
- sprite
- tween
- typelenvalues
- vector
Interfaces and Libraries
Panels
- box
- button
- checkbox
- closebutton
- commandbutton
- commandbuttongroup
- dropdownlist
- dropdownlistitem
- dropdownlistitemgroup
- frame
- frametab
- frametabgroup
- frametabpanel
- frametabpanels
- imagepanel
- label
- panel
- passwordtextbox
- progressbar
- radiobutton
- radiobuttongroup
- rootpanel
- scrollablepanel
- scrollbar
- slider
- tabbedframe
- text
- textbox
- textboxautocompleteitemgroup
- throbber
- viewport