mirror of
https://github.com/pandorabox-io/banners.git
synced 2025-06-30 07:11:06 +02:00
tweak formspec layout
This commit is contained in:
4
init.lua
4
init.lua
@ -100,8 +100,8 @@ function banners.creation_form_func(state)
|
||||
state.banner:read_item(state.player)
|
||||
state.current_color = state.banner.color
|
||||
state:size(20, 10)
|
||||
state:image(3, 0.4, 4, 2, "banner_preview", nil)
|
||||
state:image(2.4, 0.8, 0.7, 0.7, "color_indicator", state.current_color)
|
||||
state:image(3.4, 0.4, 4, 2, "banner_preview", nil)
|
||||
state:image(2.55, 0.95, 0.7, 0.7, "color_indicator", state.current_color)
|
||||
state:update_preview_inv()
|
||||
-- color indicator
|
||||
-- undo button
|
||||
|
Reference in New Issue
Block a user