33 lines
545 B
JSON
33 lines
545 B
JSON
{
|
|
"shaders": [
|
|
"ui",
|
|
"ui3d",
|
|
"main",
|
|
"lines",
|
|
"entity",
|
|
"screen",
|
|
"background",
|
|
"skybox_gen"
|
|
],
|
|
"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"
|
|
]
|
|
}
|