Skip to content

Commit

Permalink
Updated to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
vulcan-dev committed Mar 31, 2021
1 parent 318d306 commit 156c0e4
Showing 1 changed file with 45 additions and 2 deletions.
47 changes: 45 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,51 @@

Repository for my [Visual Studio Extension](https://marketplace.visualstudio.com/items?itemName=vulcan-dev.teardown-api-snippet)

# Teardown-API Snippets
Teardown API Snippets (https://teardowngame.com/modding/api.html)

## Example
![Example](https://i.imgur.com/ZQA3ui3.png "Example")

Thanks to [Thomasims](https://github.com/Thomasims) for providing me with the basics of the web scraper
Thanks to [Cammy](https://github.com/camprevail) for helping me make an automated JSON fixer so that I'm able to parse the JSON
### 1.0.0

Initial release

### Release 1.0.1

- Cleaned up code
- Added description
- Added examples

### Release 1.0.2

- Updated the snippets I forgot to update

### Release 1.0.3

- Added function init()
- Added function tick(dt)
- Added function update(dt)
- Added function draw()

- When doing UiPush(), UiPop() will also get created and you cursor will be in between those two functions
```lua
UiPush()
...
UiPop()
```

### Release 1.0.4

- Added icon
- Added [git repository](https://github.com/vulcan-dev/teardown-snippets)
- Cleaned up file structure

### Release 1.0.5
- Added function descriptions
- Auto complete now adds the necessary function arguments
>![Params](https://i.imgur.com/xWpmDkd.png "Function Description")
>![Params](https://i.imgur.com/3WnDZR3.png "Function Parameters")
Thanks to [Thomasims](https://github.com/Thomasims) for helping with the scraping part with JS
Thanks to [Cammy](https://github.com/camprevail) for helping me make an automated JSON fixer so I can parse the JSON

0 comments on commit 156c0e4

Please sign in to comment.