- Added a custom mouse pointer (Kickstart 1.3 FTW!) in the menu

- Changed default font in the menu to Topaz New, size 14.
This commit is contained in:
Dimitris Panokostas 2017-04-05 23:38:59 +02:00
parent 0b6fc80b20
commit fb023d0546
10 changed files with 41 additions and 4 deletions

View file

@ -88,6 +88,9 @@
<Image Include="..\data\cpu.ico">
<DeploymentContent>true</DeploymentContent>
</Image>
<Image Include="..\data\cursor.bmp">
<DeploymentContent>true</DeploymentContent>
</Image>
<Image Include="..\data\delete.png">
<DeploymentContent>true</DeploymentContent>
</Image>
@ -132,6 +135,9 @@
<Font Include="..\data\FreeSans.ttf">
<DeploymentContent>true</DeploymentContent>
</Font>
<Font Include="..\data\Topaznew.ttf">
<DeploymentContent>true</DeploymentContent>
</Font>
</ItemGroup>
<ItemGroup>
<None Include="..\Makefile">

View file

@ -128,11 +128,17 @@
<Image Include="..\data\sound.ico">
<Filter>data</Filter>
</Image>
<Image Include="..\data\cursor.bmp">
<Filter>data</Filter>
</Image>
</ItemGroup>
<ItemGroup>
<Font Include="..\data\FreeSans.ttf">
<Filter>data</Filter>
</Font>
<Font Include="..\data\Topaznew.ttf">
<Filter>data</Filter>
</Font>
</ItemGroup>
<ItemGroup>
<None Include="..\Makefile" />