Skip to content

Commit

Permalink
Update README with tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
uduse committed Feb 16, 2017
1 parent 450db3c commit 8a5ed69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Using [Sublime Package Control](http://wbond.net/sublime_packages/package_contro
Restart your Sublime and you're ready to rock!

## Usage
- [Checkout my tutorial on setting up your GameMaker Studio: 2 for Sublime](Checkout my tutorial on setting up your GameMaker Studio: 2 for Sublime)!
- Name your script with extension ```gml```. For example, ```nvm.gml```. Syntax highlighting will be applied automatically.
- Partially type keywords or built-in variables to trigger autocompletion.
- Partially type function name to trigger function snippet. If multiple parameters are avaliable, TAB (↹) to go to next one. Available snippets are: ```for```, ```if```, ```else```, ```repeat```, ```switch```, ```while```, ```with```, and most of the built-in functions.
Expand Down

0 comments on commit 8a5ed69

Please sign in to comment.