Code cleaning

This commit is contained in:
Jean-Patrick Guerrero
2019-09-10 11:28:13 +02:00
parent 00a88a320a
commit fc3f1fece2
2 changed files with 139 additions and 102 deletions

4
API.md
View File

@ -160,6 +160,8 @@ craftguide.group_stereotypes.radioactive = "mod:item"
You can set a custom background theme by overriding this variable:
```Lua
craftguide.background = "my_custom_bg.png"
craftguide.background = "<file_name.png>:<middle>"
```
`middle` (number) refers to a 9-sliced background. Read the engine's Lua API documentation for more info.