From 77430014e44f7a2a8bae9750c09728dc82f48fe9 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Sun, 1 Sep 2019 18:22:52 +0100 Subject: [PATCH] Add cursors and icons I guess this ASM-accurate side-project is "complete" now... --- assets/resources/CURSOR/CURSOR_IKA.cur | Bin 0 -> 766 bytes assets/resources/CURSOR/CURSOR_NORMAL.cur | Bin 0 -> 766 bytes msvc2003/CSE2.rc | 9 +++++++++ 3 files changed, 9 insertions(+) create mode 100644 assets/resources/CURSOR/CURSOR_IKA.cur create mode 100644 assets/resources/CURSOR/CURSOR_NORMAL.cur diff --git a/assets/resources/CURSOR/CURSOR_IKA.cur b/assets/resources/CURSOR/CURSOR_IKA.cur new file mode 100644 index 0000000000000000000000000000000000000000..488b84bf5c34a70167e88115e2fda22b70636665 GIT binary patch literal 766 zcmd5)JF>zs5L18|m-{N}l-%NRq};$cn&&le2o6ApJE#y^Y=?y64J8}PyV{T9cmk}@ zq3`ju^9tB1+6ld|7dmXT%T#Ojqrg#Y1hg=Y#c5ZFl#;v`_*@`867+b=w{J9iJCx;R zBILJ@VeuhhK%5U45$2p+=o!7?m5bRMnt~zP{Gu#7We)X~#^9WYMbtQWd6F~UG+?~e z6No_NTRV`rD>e$n(i#?gYF5_ke3c7t;?vZ}fvf#%7gZ0!pO7Ls3Mjbi)=pUSD4*mL UIsw&t&V*k-v7L64+g-(4gdfE literal 0 HcmV?d00001 diff --git a/assets/resources/CURSOR/CURSOR_NORMAL.cur b/assets/resources/CURSOR/CURSOR_NORMAL.cur new file mode 100644 index 0000000000000000000000000000000000000000..a70f9c55087d747a5e08f9b38da81eaada938db2 GIT binary patch literal 766 zcmds#u?@m76htop3CRsqw4`JU*evN-Bekc<2CM)=0=kUwxpM&hpN^J`pZ)Kj<0z7W z8WoxbMb8@8vf7h|97%;GXNuWJ8x~?x2XLV4riC+048y=xft3L>RfLaPn*KpK{zS@s zXv}@~`x6j-AGfER!*TNdba~$?-hID#_kz5OA@5>&AItlgKE(7PMv5^~jOUJb;5VJQ g{q$ySHj?|!>>>_iK~{wQZ?9!-W><0}4>A(z1%hj;TL1t6 literal 0 HcmV?d00001 diff --git a/msvc2003/CSE2.rc b/msvc2003/CSE2.rc index c1771c7a..db40c215 100644 --- a/msvc2003/CSE2.rc +++ b/msvc2003/CSE2.rc @@ -137,6 +137,15 @@ ZONBIE ORG "..\\assets\\resources\\ORG\\Zon // WAVE100 WAVE "..\\assets\\resources\\WAVE\\Wave.dat" + +CURSOR_IKA CURSOR "..\\assets\\resources\\CURSOR\\CURSOR_IKA.cur" + +CURSOR_NORMAL CURSOR "..\\assets\\resources\\CURSOR\\CURSOR_NORMAL.cur" + +0 ICON "..\\assets\\resources\\ICON\\0.ico" + +ICON_MINI ICON "..\\assets\\resources\\ICON\\ICON_MINI.ico" + #endif // Japanese resources /////////////////////////////////////////////////////////////////////////////