Skip to content

Commit

Permalink
Added basic slot
Browse files Browse the repository at this point in the history
  • Loading branch information
virustotalop committed Sep 7, 2018
1 parent ca06ded commit 0b55316
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/gui/index.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Gui
Guis
=====
9 changes: 8 additions & 1 deletion docs/slot/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
Slots
=====

Slots make up the individual slot of a gui.
Slots have a number of components that can be assigned to them.
Below is an example of a basic slot.

``
'0': #Index to be placed at, starting at 0
icon: "DIRT" #Icon for the slot
``

0 comments on commit 0b55316

Please sign in to comment.