diff options
Diffstat (limited to 'Data/Resources')
-rw-r--r-- | Data/Resources/Icon/GameLab.ico | bin | 0 -> 32870 bytes | |||
-rw-r--r-- | Data/Resources/Images/UI.csv | 2 | ||||
-rw-r--r-- | Data/Resources/Images/UI.xlsx | bin | 0 -> 6625 bytes | |||
-rw-r--r-- | Data/Resources/Shaders/UI.glsl | 12 |
4 files changed, 14 insertions, 0 deletions
diff --git a/Data/Resources/Icon/GameLab.ico b/Data/Resources/Icon/GameLab.ico Binary files differnew file mode 100644 index 0000000..ae94a7d --- /dev/null +++ b/Data/Resources/Icon/GameLab.ico 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 Binary files differnew file mode 100644 index 0000000..15e2235 --- /dev/null +++ b/Data/Resources/Images/UI.xlsx 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 |