Add standard table assets
This commit is contained in:
parent
f31dc4d32d
commit
2a618a4861
16
skin_api.lua
16
skin_api.lua
@ -56,7 +56,7 @@ cartographer.skin = {
|
|||||||
node_mesh = "cartographer_standard_table.obj",
|
node_mesh = "cartographer_standard_table.obj",
|
||||||
node_texture = "cartographer_standard_table.png",
|
node_texture = "cartographer_standard_table.png",
|
||||||
background = {
|
background = {
|
||||||
texture = "cartographer_simple_table_bg",
|
texture = "cartographer_standard_table_bg",
|
||||||
radius = 16,
|
radius = 16,
|
||||||
},
|
},
|
||||||
button = {
|
button = {
|
||||||
@ -68,24 +68,24 @@ cartographer.skin = {
|
|||||||
radius = 8,
|
radius = 8,
|
||||||
},
|
},
|
||||||
slot = {
|
slot = {
|
||||||
texture = "cartographer_simple_table_slot",
|
texture = "cartographer_standard_table_slot",
|
||||||
radius = 8,
|
radius = 8,
|
||||||
},
|
},
|
||||||
separator = {
|
separator = {
|
||||||
texture = "cartographer_simple_table_separator",
|
texture = "cartographer_standard_table_separator",
|
||||||
radius = "9,1",
|
radius = "9,1",
|
||||||
},
|
},
|
||||||
label = {
|
label = {
|
||||||
font_color = "#694a3a",
|
font_color = "#694a3a",
|
||||||
texture = "cartographer_simple_table_slot",
|
texture = "cartographer_standard_table_slot",
|
||||||
radius = 8,
|
radius = 8,
|
||||||
},
|
},
|
||||||
tab = {
|
tab = {
|
||||||
font_color = "#694a3a",
|
font_color = "#694a3a",
|
||||||
texture = "cartographer_simple_table_tab",
|
texture = "cartographer_standard_table_tab",
|
||||||
selected_texture = "cartographer_simple_table_tab_selected",
|
selected_texture = "cartographer_standard_table_tab_selected",
|
||||||
hovered_texture = "cartographer_simple_table_tab_hovered",
|
hovered_texture = "cartographer_standard_table_tab_hovered",
|
||||||
pressed_texture = "cartographer_simple_table_tab_hovered",
|
pressed_texture = "cartographer_standard_table_tab_hovered",
|
||||||
radius = 10,
|
radius = 10,
|
||||||
},
|
},
|
||||||
paper_texture = "default_paper";
|
paper_texture = "default_paper";
|
||||||
|
BIN
textures/cartographer_standard_table_bg.png
Normal file
BIN
textures/cartographer_standard_table_bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
textures/cartographer_standard_table_separator.png
Normal file
BIN
textures/cartographer_standard_table_separator.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1002 B |
BIN
textures/cartographer_standard_table_slot.png
Normal file
BIN
textures/cartographer_standard_table_slot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
BIN
textures/cartographer_standard_table_tab.png
Normal file
BIN
textures/cartographer_standard_table_tab.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
BIN
textures/cartographer_standard_table_tab_hovered.png
Normal file
BIN
textures/cartographer_standard_table_tab_hovered.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
BIN
textures/cartographer_standard_table_tab_selected.png
Normal file
BIN
textures/cartographer_standard_table_tab_selected.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
Loading…
Reference in New Issue
Block a user