Skip to content

Commit

Permalink
res: some higher res background textures
Browse files Browse the repository at this point in the history
  • Loading branch information
shlusiak committed Feb 20, 2016
1 parent bd40813 commit 84d543d
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 0 deletions.
Binary file modified res/raw/texture_bricks.ktx
Binary file not shown.
Binary file modified res/raw/texture_carpet_blue.ktx
Binary file not shown.
Binary file modified res/raw/texture_grass.ktx
Binary file not shown.
Binary file modified res/raw/texture_velvet.ktx
Binary file not shown.
23 changes: 23 additions & 0 deletions stuff/textures/Makefile
@@ -0,0 +1,23 @@
TEXTURES = \
texture_metal.ktx \
texture_bricks.ktx \
texture_carpet_blue.ktx \
texture_grass.ktx \
texture_table_1.ktx \
texture_table_2.ktx \
texture_velvet.ktx \
texture_wood_fine.ktx


%.ktx: %.png Makefile
etcpack $*.png . -ktx -c etc1 -mipmaps > /dev/null

all: textures

textures: $(TEXTURES)

clean:
rm -f $(TEXTURES)

install: all
cp $(TEXTURES) ../../res/raw/
Binary file modified stuff/textures/texture_bricks.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified stuff/textures/texture_carpet_blue.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified stuff/textures/texture_grass.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified stuff/textures/texture_velvet.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 84d543d

Please sign in to comment.