Skip to content

Commit

Permalink
v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Aug 6, 2024
1 parent 9571f0f commit e7ec3aa
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[submodule "template-react-vite-muijoy"]
path = template-react-vite-muijoy
url = https://github.com/DRincs-Productions/pixi-vn-react-template
branch = main
[submodule "template-react-vite-muijoy-multidevice"]
path = template-react-vite-muijoy-multidevice
url = https://github.com/DRincs-Productions/pixi-vn-react-template
branch = electron
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Add assert

```bash
git submodule add <link> '<Neme Folder>'
```
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-pixi-vn",
"version": "0.1.8",
"version": "0.1.9",
"type": "module",
"license": "GPL-3.0",
"author": "DRincs-Productions",
Expand All @@ -11,6 +11,7 @@
"files": [
"index.js",
"template-react-vite-muijoy",
"template-react-vite-muijoy-multidevice",
"dist"
],
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ const GAME_TYPES: GameTypes[] = [
display: 'Web page (Vite + React + MUI joy)',
color: cyan,
},
{
name: 'react-vite-muijoy-multidevice',
display: 'Multi Device (Vite + React + MUI joy + Electron Forge)',
color: cyan,
},
],
}
]
Expand Down
2 changes: 1 addition & 1 deletion template-react-vite-muijoy
1 change: 1 addition & 0 deletions template-react-vite-muijoy-multidevice

0 comments on commit e7ec3aa

Please sign in to comment.