Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
This project is archived. Its data is
read-only
.
Changes
Page history
Updated Home (markdown)
authored
Mar 24, 2018
by
luk3yx
Show whitespace changes
Inline
Side-by-side
Home.md
View page @
bd92c49c
...
@@ -20,6 +20,14 @@ Objects you can add into your formspec.
...
@@ -20,6 +20,14 @@ Objects you can add into your formspec.
-
[
Text
][
text
]
-
[
Text
][
text
]
-
[
Text box
][
textbox
]
-
[
Text box
][
textbox
]
## Pre-baked chunks:
Pre-baked chunks allow certain chunks of formspec to be copied and reused easily.
-
[
Player Inventory
][
formspeclib_player_inventory
]
-
[
Node Inventory
][
formspeclib_node_inventory
]
-
[
Chest
][
formspeclib_chest
]
## Advanced:
## Advanced:
If you are using a LuaController,
[
touchscreen
][
touchscreen
]
, or any other sandbox, you cannot do these.
If you are using a LuaController,
[
touchscreen
][
touchscreen
]
, or any other sandbox, you cannot do these.
...
@@ -33,4 +41,8 @@ If you are using a LuaController, [touchscreen][touchscreen], or any other sandb
...
@@ -33,4 +41,8 @@ If you are using a LuaController, [touchscreen][touchscreen], or any other sandb
[
text
]:
./Object:-text
[
text
]:
./Object:-text
[
textbox
]:
./Object:-textbox
[
textbox
]:
./Object:-textbox
[
formspeclib_player_inventory
]:
./Pre-Baked:-formspeclib:player_inventory
[
formspeclib_node_inventory
]:
./Pre-Baked:-formspeclib:node_inventory
[
formspeclib_chest
]:
./Pre-Baked:-formspeclib:chest
[
touchscreen
]:
https://github.com/rdococ/formspeclib_touchscreen
[
touchscreen
]:
https://github.com/rdococ/formspeclib_touchscreen
\ No newline at end of file