summaryrefslogtreecommitdiff
path: root/Resources/Data
diff options
context:
space:
mode:
Diffstat (limited to 'Resources/Data')
-rw-r--r--Resources/Data/Icon/GameLab.icobin0 -> 32870 bytes
-rw-r--r--Resources/Data/Images/UI.csv2
-rw-r--r--Resources/Data/Images/UI.xlsxbin0 -> 6625 bytes
-rw-r--r--Resources/Data/Shaders/UI.glsl12
4 files changed, 14 insertions, 0 deletions
diff --git a/Resources/Data/Icon/GameLab.ico b/Resources/Data/Icon/GameLab.ico
new file mode 100644
index 0000000..ae94a7d
--- /dev/null
+++ b/Resources/Data/Icon/GameLab.ico
Binary files differ
diff --git a/Resources/Data/Images/UI.csv b/Resources/Data/Images/UI.csv
new file mode 100644
index 0000000..e9c9eea
--- /dev/null
+++ b/Resources/Data/Images/UI.csv
@@ -0,0 +1,2 @@
+filePath type slice left right top bottom
+asdasd
diff --git a/Resources/Data/Images/UI.xlsx b/Resources/Data/Images/UI.xlsx
new file mode 100644
index 0000000..15e2235
--- /dev/null
+++ b/Resources/Data/Images/UI.xlsx
Binary files differ
diff --git a/Resources/Data/Shaders/UI.glsl b/Resources/Data/Shaders/UI.glsl
new file mode 100644
index 0000000..12a94db
--- /dev/null
+++ b/Resources/Data/Shaders/UI.glsl
@@ -0,0 +1,12 @@
+VERTEX_SHADER_BEGIN
+
+
+VERTEX_SHADER_END
+
+
+FRAGMENT_SHADER_BEGIN
+
+
+
+
+FRAGMENT_SHADER_END \ No newline at end of file