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_texture = "cartographer_standard_table.png",
|
||||
background = {
|
||||
texture = "cartographer_simple_table_bg",
|
||||
texture = "cartographer_standard_table_bg",
|
||||
radius = 16,
|
||||
},
|
||||
button = {
|
||||
@ -68,24 +68,24 @@ cartographer.skin = {
|
||||
radius = 8,
|
||||
},
|
||||
slot = {
|
||||
texture = "cartographer_simple_table_slot",
|
||||
texture = "cartographer_standard_table_slot",
|
||||
radius = 8,
|
||||
},
|
||||
separator = {
|
||||
texture = "cartographer_simple_table_separator",
|
||||
texture = "cartographer_standard_table_separator",
|
||||
radius = "9,1",
|
||||
},
|
||||
label = {
|
||||
font_color = "#694a3a",
|
||||
texture = "cartographer_simple_table_slot",
|
||||
texture = "cartographer_standard_table_slot",
|
||||
radius = 8,
|
||||
},
|
||||
tab = {
|
||||
font_color = "#694a3a",
|
||||
texture = "cartographer_simple_table_tab",
|
||||
selected_texture = "cartographer_simple_table_tab_selected",
|
||||
hovered_texture = "cartographer_simple_table_tab_hovered",
|
||||
pressed_texture = "cartographer_simple_table_tab_hovered",
|
||||
texture = "cartographer_standard_table_tab",
|
||||
selected_texture = "cartographer_standard_table_tab_selected",
|
||||
hovered_texture = "cartographer_standard_table_tab_hovered",
|
||||
pressed_texture = "cartographer_standard_table_tab_hovered",
|
||||
radius = 10,
|
||||
},
|
||||
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