Skip to content

Commit 0160ba9

Browse files
feat: adds screenshots to readme
1 parent 8da957e commit 0160ba9

5 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
VMU Icon Maker is a tool designed to create and manage icons for the Dreamcast VMU (Visual Memory Unit). This application allows users to generate, edit, and save ICONDATA_VMS icon files.
44

5+
![VMU Icon Maker](assets/images/app-ui.png)
6+
7+
![VMU Icon Maker](assets/images/vmu-icon-menu.png)
8+
59
## Getting Started
610

711
To quickly get started with VMU Icon Maker, you have two options:

assets/icons/app-icon.png

-3.94 KB
Loading

assets/images/app-ui.png

1.5 MB
Loading

assets/images/vmu-icon-menu.png

20.9 MB
Loading

main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ function createWindow() {
77
const win = new BrowserWindow({
88
width: 860,
99
height: 860,
10-
icon: path.join(__dirname, 'assets/icons/app-icon.ico'),
1110
webPreferences: {
1211
nodeIntegration: true,
1312
contextIsolation: false

0 commit comments

Comments
 (0)