28 lines
449 B
JSON
28 lines
449 B
JSON
{
|
|
"shaders": [
|
|
"ui",
|
|
"main",
|
|
"lines"
|
|
],
|
|
"textures": [
|
|
"gui/menubg",
|
|
"gui/delete_icon",
|
|
"gui/no_icon",
|
|
"gui/no_world_icon",
|
|
"gui/warning",
|
|
"gui/error",
|
|
"gui/cross",
|
|
"gui/refresh"
|
|
],
|
|
"fonts": [
|
|
{
|
|
"name": "normal",
|
|
"path": "fonts/font"
|
|
}
|
|
],
|
|
"atlases": [
|
|
"blocks",
|
|
"items"
|
|
]
|
|
}
|