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