contentpack remove feature WIP

This commit is contained in:
MihailRis
2024-03-03 15:11:52 +03:00
parent 19a91fd4fa
commit 6f62ddea4b
18 changed files with 541 additions and 433 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
// Example of a GLSL library
#define PI 3.1415926535897932384626433832795
#define PI2 (PI*2)
vec4 decompress_light(float compressed_light) {
vec4 result;
+1
View File
@@ -1,6 +1,7 @@
# Menu
menu.missing-content=Missing Content!
world.convert-request=Content indices have changed! Convert world files?
pack.remove-confirm=Do you want to erase all pack content from the world forever?
error.pack-not-found=Could not to find pack
error.dependency-not-found=Dependency pack is not found
world.delete-confirm=Do you want to delete world forever?
+2
View File
@@ -10,6 +10,8 @@ Add=Добавить
error.pack-not-found=Не удалось найти пакет
error.dependency-not-found=Используемая зависимость не найдена
pack.remove-confirm=Удалить весь поставляемый паком контент из мира (безвозвратно)?
# Меню
menu.New World=Новый Мир
menu.Quit=Выход
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB