summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Romeo <vittorio.romeo@outlook.com>2021-11-04 20:37:43 +0000
committerVittorio Romeo <vittorio.romeo@outlook.com>2021-11-04 20:37:43 +0000
commite80300c8ed030b0b7914014b255e9fada9d996b9 (patch)
tree453ab865598263fee7d44a4d1f1b93d116fd587a
parent338b10b661f7ca597aaa9659ca0272fda9827fd6 (diff)
Add icon assets
-rw-r--r--_RELEASE/Assets/assets.json7
-rw-r--r--_RELEASE/Assets/icon.pngbin0 -> 1168 bytes
-rw-r--r--art/icon.rc1
-rw-r--r--art/icon.resbin0 -> 4558 bytes
4 files changed, 5 insertions, 3 deletions
diff --git a/_RELEASE/Assets/assets.json b/_RELEASE/Assets/assets.json
index 25e90c62..180c13b8 100644
--- a/_RELEASE/Assets/assets.json
+++ b/_RELEASE/Assets/assets.json
@@ -12,15 +12,16 @@
"creditsBar2b.png",
"creditsBar2c.png",
"creditsBar2d.png",
- "titleBar.png",
"epilepsyWarning.png",
+ "icon.png",
"keyArrow.png",
"keyFocus.png",
"keySwap.png",
- "replayIcon.png",
"onlineIcon.png",
"onlineIconFail.png",
- "starParticle.png"
+ "replayIcon.png",
+ "starParticle.png",
+ "titleBar.png"
],
"soundBuffers":
[
diff --git a/_RELEASE/Assets/icon.png b/_RELEASE/Assets/icon.png
new file mode 100644
index 00000000..a307975f
--- /dev/null
+++ b/_RELEASE/Assets/icon.png
Binary files differ
diff --git a/art/icon.rc b/art/icon.rc
new file mode 100644
index 00000000..abc8761b
--- /dev/null
+++ b/art/icon.rc
@@ -0,0 +1 @@
+id ICON "C:/OHWorkspace/SSVOpenHexagon/art/icon.ico"
diff --git a/art/icon.res b/art/icon.res
new file mode 100644
index 00000000..c75366fe
--- /dev/null
+++ b/art/icon.res
Binary files differ