summaryrefslogtreecommitdiff
path: root/Data/Resources
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-27 19:30:06 +0800
committerchai <chaifix@163.com>2021-10-27 19:30:06 +0800
commit51ced5a191078ce4ef08d57e343e91db007f556f (patch)
tree72dce341b2019e5b14c789a9edfb47d5b31900a6 /Data/Resources
parente6a15decac22912900d2cbd2e5525229b92bb55a (diff)
*misc
Diffstat (limited to 'Data/Resources')
-rw-r--r--Data/Resources/Metatable/Excel/Icons.xlsxbin12385 -> 12404 bytes
-rw-r--r--Data/Resources/Metatable/Icons.csv4
-rw-r--r--Data/Resources/Shaders/UI.glsl1
3 files changed, 2 insertions, 3 deletions
diff --git a/Data/Resources/Metatable/Excel/Icons.xlsx b/Data/Resources/Metatable/Excel/Icons.xlsx
index bc359e5..5f21f2d 100644
--- a/Data/Resources/Metatable/Excel/Icons.xlsx
+++ b/Data/Resources/Metatable/Excel/Icons.xlsx
Binary files differ
diff --git a/Data/Resources/Metatable/Icons.csv b/Data/Resources/Metatable/Icons.csv
index 0b7221a..85ea0fd 100644
--- a/Data/Resources/Metatable/Icons.csv
+++ b/Data/Resources/Metatable/Icons.csv
@@ -1,7 +1,7 @@
Name,Category,Path,Filter,Wrap,Slicing,Left,Right,Top,Bottom,
btn_add,Button,buttons/add.png,,,,,,,,
-btn_alpha,Button,buttons/alpha.png,,,,,,,,
-btn_checker,Button,buttons/checker.png,,,,,,,,
+btn_alpha,Button,buttons/alpha.png,Nearest,,,,,,,
+btn_checker,Button,buttons/checker.png,,Repeat,,,,,,
,,,,,,,,,,
,,,,,,,,,,
,,,,,,,,,,
diff --git a/Data/Resources/Shaders/UI.glsl b/Data/Resources/Shaders/UI.glsl
index 12a94db..c4b1f92 100644
--- a/Data/Resources/Shaders/UI.glsl
+++ b/Data/Resources/Shaders/UI.glsl
@@ -8,5 +8,4 @@ FRAGMENT_SHADER_BEGIN
-
FRAGMENT_SHADER_END \ No newline at end of file