1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00

Allow overwriting media files of dependencies (#10752)

This commit is contained in:
DS 2021-02-23 19:39:15 +01:00 committed by GitHub
parent 29681085b9
commit 4abe4b87b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 21 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 790 B

After

Width:  |  Height:  |  Size: 7.1 KiB

Before After
Before After

View file

@ -1,3 +0,0 @@
This is for testing loading textures from subfolders.
If it works correctly, the default_grass_side.png file in this folder is used but
default_grass.png is not overwritten by the file in this folder.

View file

@ -0,0 +1,7 @@
The dirt_with_grass folder is for testing loading textures from subfolders.
If it works correctly, the default_grass_side.png file in the folder is used but
default_grass.png is not overwritten by the file in the folder.
default_dirt.png should be overwritten by the default_dirt.png in the unittests
mod which depends on basenodes.

View file

@ -1,2 +1,3 @@
name = unittests
description = Adds automated unit tests for the engine
depends = basenodes

Binary file not shown.

After

Width:  |  Height:  |  Size: 790 B