init for the hugo site
This commit is contained in:
commit
4a54106436
16 changed files with 156 additions and 0 deletions
2
content/LuaFunctions/_index.md
Normal file
2
content/LuaFunctions/_index.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Some commands might have documentation on the [Smashing Tech Wiki](https://antifandom.com/smashhitlab/wiki/List_of_Lua_Functions)
|
||||
|
10
content/LuaFunctions/_template.md
Normal file
10
content/LuaFunctions/_template.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# `{{ cmd }}` – {{ short_description }}
|
||||
|
||||
## Usage
|
||||
|
||||
{{ cmd }}(required, [optional]) <!-- type these in manually -->
|
||||
<!--
|
||||
optional arguments are written in square brackets
|
||||
|
||||
below you can add examples
|
||||
--->
|
2
content/LuaFunctions/index.md
Normal file
2
content/LuaFunctions/index.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Some commands might have documentation on the [Smashing Tech Wiki](https://antifandom.com/smashhitlab/wiki/List_of_Lua_Functions)
|
||||
|
8
content/LuaFunctions/mgCameraShake.md
Normal file
8
content/LuaFunctions/mgCameraShake.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# `mgCameraShake` – used to visually shake camera
|
||||
|
||||
## Usage
|
||||
|
||||
```lua
|
||||
mgCameraShake(amount)
|
||||
```
|
||||
`amount` should be an decimal value, for example `0.25`
|
Loading…
Add table
Add a link
Reference in a new issue