diff --git a/skin_api.lua b/skin_api.lua index 1d47851..66f43fd 100644 --- a/skin_api.lua +++ b/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"; diff --git a/textures/cartographer_standard_table_bg.png b/textures/cartographer_standard_table_bg.png new file mode 100644 index 0000000..0a4bbc5 Binary files /dev/null and b/textures/cartographer_standard_table_bg.png differ diff --git a/textures/cartographer_standard_table_separator.png b/textures/cartographer_standard_table_separator.png new file mode 100644 index 0000000..a8c3160 Binary files /dev/null and b/textures/cartographer_standard_table_separator.png differ diff --git a/textures/cartographer_standard_table_slot.png b/textures/cartographer_standard_table_slot.png new file mode 100644 index 0000000..8daa479 Binary files /dev/null and b/textures/cartographer_standard_table_slot.png differ diff --git a/textures/cartographer_standard_table_tab.png b/textures/cartographer_standard_table_tab.png new file mode 100644 index 0000000..17cbfbc Binary files /dev/null and b/textures/cartographer_standard_table_tab.png differ diff --git a/textures/cartographer_standard_table_tab_hovered.png b/textures/cartographer_standard_table_tab_hovered.png new file mode 100644 index 0000000..d4ae901 Binary files /dev/null and b/textures/cartographer_standard_table_tab_hovered.png differ diff --git a/textures/cartographer_standard_table_tab_selected.png b/textures/cartographer_standard_table_tab_selected.png new file mode 100644 index 0000000..d86c87d Binary files /dev/null and b/textures/cartographer_standard_table_tab_selected.png differ