diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-15 17:01:29 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-15 17:01:29 +0200 |
commit | a09aa839cb548d9ea1ce2cdd30874054ed9a3a80 (patch) | |
tree | 061cb86d3878f62090dd080eaef1f9db6f9454f7 /light-client/textures | |
parent | e04589e8b766882375a30c00fb715687a7cc9821 (diff) | |
download | hurrycurry-a09aa839cb548d9ea1ce2cdd30874054ed9a3a80.tar hurrycurry-a09aa839cb548d9ea1ce2cdd30874054ed9a3a80.tar.bz2 hurrycurry-a09aa839cb548d9ea1ce2cdd30874054ed9a3a80.tar.zst |
first visible tiles in light client
Diffstat (limited to 'light-client/textures')
-rw-r--r-- | light-client/textures/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/light-client/textures/makefile b/light-client/textures/makefile index d130ec97..9b3c1097 100644 --- a/light-client/textures/makefile +++ b/light-client/textures/makefile @@ -1,7 +1,7 @@ -ALL_TA = $(patsubst %.png,%.ta,$(shell find -name '*.png')) -ALL_PNG = $(patsubst %.ta,%.png,$(shell find -name '*.ta')) +ALL_TA = $(patsubst %.png,%.ta,$(shell find tiles -name '*.png')) +ALL_PNG = $(patsubst %.ta,%.png,$(shell find tiles -name '*.ta')) .PHONY: tex_export tex_import clean tex_import: $(ALL_TA) |