* Add optional 3d panorama background

This commit is contained in:
iProgramInCpp
2023-08-11 00:13:06 +03:00
parent 27a0057886
commit d1de430d14
11 changed files with 172 additions and 7 deletions

8
.gitignore vendored
View File

@@ -401,6 +401,14 @@ FodyWeavers.xsd
/game/assets/particles.png
/game/assets/terrain.png
# Ignore the panorama textures.
/game/assets/gui/background/panorama_0.png
/game/assets/gui/background/panorama_1.png
/game/assets/gui/background/panorama_2.png
/game/assets/gui/background/panorama_3.png
/game/assets/gui/background/panorama_4.png
/game/assets/gui/background/panorama_5.png
# Avoid including Minecraft Classic assets from Mojang, for now.
/game/assets/patches/*.png
/game/assets/patches/classic/*.png