update assets errors handling & add 'atlases' to preload

This commit is contained in:
MihailRis
2024-07-23 19:27:46 +03:00
parent ed60bdc333
commit f9df873382
7 changed files with 112 additions and 51 deletions
+21 -7
View File
@@ -1,13 +1,27 @@
{
"shaders": [
"ui3d",
"screen",
"background",
"skybox_gen"
"ui",
"main",
"lines"
],
"textures": [
"misc/moon",
"misc/sun",
"gui/crosshair"
"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"
]
}