From 23ac5752c30cd90c5d9a1eecebb2f523004024ed Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 26 Sep 2022 23:05:22 +0600 Subject: use atlases instead of single files --- assets/sprites/gui/brand.atlas | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 assets/sprites/gui/brand.atlas (limited to 'assets/sprites/gui/brand.atlas') diff --git a/assets/sprites/gui/brand.atlas b/assets/sprites/gui/brand.atlas new file mode 100644 index 0000000..111d193 --- /dev/null +++ b/assets/sprites/gui/brand.atlas @@ -0,0 +1,20 @@ + +brand.png +size: 1024, 512 +format: RGBA8888 +filter: Nearest, Nearest +repeat: none +brand + rotate: false + xy: 2, 175 + size: 565, 175 + orig: 565, 175 + offset: 0, 0 + index: -1 +brandOnline + rotate: false + xy: 2, 0 + size: 565, 175 + orig: 565, 175 + offset: 0, 0 + index: -1 -- cgit v1.2.3