Change background to rounded corners (#200)

This change is supposed to match the rounded inventory slot design.
This commit is contained in:
SmallJoker
2022-04-03 22:30:21 +02:00
committed by GitHub
parent 19efce45ed
commit 477acd2f89
4 changed files with 4 additions and 4 deletions

View File

@ -50,7 +50,7 @@ unified_inventory = {
trash_enabled = (minetest.settings:get_bool("unified_inventory_trash") ~= false),
imgscale = 1.25,
list_img_offset = 0.13,
standard_background = "background9[0,0;1,1;ui_formbg_9_sliced.png;true;16]",
standard_background = "bgcolor[#0000]background9[0,0;1,1;ui_formbg_9_sliced.png;true;16]",
version = 4
}