* Add clouds! (optional feature)

This commit is contained in:
iProgramInCpp
2023-08-13 20:38:52 +03:00
parent 206bc5cce0
commit 2da5c2e2fe
11 changed files with 148 additions and 11 deletions

5
.gitignore vendored
View File

@@ -401,7 +401,7 @@ FodyWeavers.xsd
/game/assets/particles.png
/game/assets/terrain.png
# Ignore the panorama textures.
# Ignore the panorama textures. Adding them yourself will make the title screen use them.
/game/assets/gui/background/panorama_0.png
/game/assets/gui/background/panorama_1.png
/game/assets/gui/background/panorama_2.png
@@ -409,6 +409,9 @@ FodyWeavers.xsd
/game/assets/gui/background/panorama_4.png
/game/assets/gui/background/panorama_5.png
# Ignore the clouds texture. Adding them yourself will make the game use them.
/game/assets/environment/clouds.png
# Avoid including Minecraft Classic assets from Mojang, for now.
/game/assets/patches/*.png
/game/assets/patches/classic/*.png