mirror of
https://gitlab.com/luk3yx/minetest-flow.git
synced 2025-10-10 23:43:11 +02:00
Fix example
This commit is contained in:
parent
aa087ed55f
commit
275ef77dec
@ -120,8 +120,8 @@ gui.HBox{
|
|||||||
|
|
||||||
-- You can nest HBox and VBox elements
|
-- You can nest HBox and VBox elements
|
||||||
gui.VBox{
|
gui.VBox{
|
||||||
gui.Image{texture_name="default_dirt.png", align_h = "centre"},
|
gui.Image{w=1, h=1, texture_name="default_dirt.png", align_h="centre"},
|
||||||
gui.Label{label="Dirt"},
|
gui.Label{label="Dirt", expand=true, align_h="centre"},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user