summaryrefslogtreecommitdiff
path: root/assets/sprites/gui
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2022-09-26 23:05:22 +0600
committerilotterytea <iltsu@alright.party>2022-09-26 23:05:22 +0600
commit23ac5752c30cd90c5d9a1eecebb2f523004024ed (patch)
tree169ce88d118a81d33089311a6f1f76c5d6a6cb89 /assets/sprites/gui
parent752b19a6a3b200700e33b5d3ffb1888b0c2e0f5b (diff)
use atlases instead of single files
Diffstat (limited to 'assets/sprites/gui')
-rw-r--r--assets/sprites/gui/brand.atlas20
-rw-r--r--assets/sprites/gui/brand.pngbin0 -> 63710 bytes
-rw-r--r--assets/sprites/gui/icons.atlas20
-rw-r--r--assets/sprites/gui/icons.pngbin0 -> 1479 bytes
-rw-r--r--assets/sprites/gui/ilotterytea.atlas27
-rw-r--r--assets/sprites/gui/ilotterytea.pngbin0 -> 4399 bytes
-rw-r--r--assets/sprites/gui/widgets.atlas42
-rw-r--r--assets/sprites/gui/widgets.pngbin0 -> 1226 bytes
8 files changed, 109 insertions, 0 deletions
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
diff --git a/assets/sprites/gui/brand.png b/assets/sprites/gui/brand.png
new file mode 100644
index 0000000..2caa8c7
--- /dev/null
+++ b/assets/sprites/gui/brand.png
Binary files differ
diff --git a/assets/sprites/gui/icons.atlas b/assets/sprites/gui/icons.atlas
new file mode 100644
index 0000000..93be8cd
--- /dev/null
+++ b/assets/sprites/gui/icons.atlas
@@ -0,0 +1,20 @@
+
+icons.png
+size: 256, 256
+format: RGBA8888
+filter: Nearest, Nearest
+repeat: none
+exclamination
+ rotate: false
+ xy: 2, 2
+ size: 33, 33
+ orig: 33, 33
+ offset: 0, 0
+ index: -1
+package
+ rotate: false
+ xy: 2, 37
+ size: 128, 128
+ orig: 128, 128
+ offset: 0, 0
+ index: -1
diff --git a/assets/sprites/gui/icons.png b/assets/sprites/gui/icons.png
new file mode 100644
index 0000000..47ad356
--- /dev/null
+++ b/assets/sprites/gui/icons.png
Binary files differ
diff --git a/assets/sprites/gui/ilotterytea.atlas b/assets/sprites/gui/ilotterytea.atlas
new file mode 100644
index 0000000..d593285
--- /dev/null
+++ b/assets/sprites/gui/ilotterytea.atlas
@@ -0,0 +1,27 @@
+
+ilotterytea.png
+size: 256, 256
+format: RGBA8888
+filter: Nearest, Nearest
+repeat: none
+org
+ rotate: false
+ xy: 126, 38
+ size: 24, 23
+ orig: 24, 23
+ offset: 0, 0
+ index: -1
+devOld
+ rotate: false
+ xy: 0, 24
+ size: 126, 37
+ orig: 126, 37
+ offset: 0, 0
+ index: -1
+dev
+ rotate: false
+ xy: 0, 0
+ size: 126, 24
+ orig: 126, 24
+ offset: 0, 0
+ index: -1
diff --git a/assets/sprites/gui/ilotterytea.png b/assets/sprites/gui/ilotterytea.png
new file mode 100644
index 0000000..b139b8f
--- /dev/null
+++ b/assets/sprites/gui/ilotterytea.png
Binary files differ
diff --git a/assets/sprites/gui/widgets.atlas b/assets/sprites/gui/widgets.atlas
new file mode 100644
index 0000000..9c4e741
--- /dev/null
+++ b/assets/sprites/gui/widgets.atlas
@@ -0,0 +1,42 @@
+
+widgets.png
+size: 256, 256
+format: RGBA8888
+filter: Nearest, Nearest
+repeat: none
+button
+ rotate: false
+ xy: 0, 128
+ size: 128, 128
+ split: 8, 8, 8, 8
+ pad: 8, 8, 8, 8
+ orig: 128, 128
+ offset: 0, 0
+ index: -1
+button_disabled
+ rotate: false
+ xy: 128, 128
+ size: 128, 128
+ split: 8, 8, 8, 8
+ pad: 8, 8, 8, 8
+ orig: 128, 128
+ offset: 0, 0
+ index: -1
+button_down
+ rotate: false
+ xy: 0, 0
+ size: 128, 128
+ split: 8, 8, 8, 8
+ pad: 8, 8, 8, 8
+ orig: 128, 128
+ offset: 0, 0
+ index: -1
+button_over
+ rotate: false
+ xy: 128, 0
+ size: 128, 128
+ split: 8, 8, 8, 8
+ pad: 8, 8, 8, 8
+ orig: 128, 128
+ offset: 0, 0
+ index: -1
diff --git a/assets/sprites/gui/widgets.png b/assets/sprites/gui/widgets.png
new file mode 100644
index 0000000..3066e49
--- /dev/null
+++ b/assets/sprites/gui/widgets.png
Binary files differ