File tree Expand file tree Collapse file tree 4 files changed +25
-11
lines changed
public/assets/screenshots Expand file tree Collapse file tree 4 files changed +25
-11
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "default" : true ,
3
+ "MD033" : false ,
4
+ "MD041" : false ,
5
+ "MD013" : false ,
6
+ "MD024" : false
7
+ }
Original file line number Diff line number Diff line change 1
1
<div align =" center " >
2
- <br />
3
- <p>
4
- <a href="https://games.prozilla.dev/"><img src="https://games.prozilla.dev/assets/banner-logo-title-small.png" width="576" alt="ProzillaOS Games" /></a>
5
- </p>
6
- <p>
7
- <a href="https://github.com/prozilla-os/ProzillaOS-games/blob/main/LICENSE.md"><img alt="License" src="https://img.shields.io/github/license/prozilla-os/ProzillaOS-games?style=flat-square&color=FF4D5B&label=License"></a>
8
- <a href="https://github.com/prozilla-os/ProzillaOS-games"><img alt="Stars" src="https://img.shields.io/github/stars/prozilla-os/ProzillaOS-games?style=flat-square&color=FED24C&label=%E2%AD%90"></a>
9
- <a href="https://github.com/prozilla-os/ProzillaOS-games"><img alt="Forks" src="https://img.shields.io/github/forks/prozilla-os/ProzillaOS-games?style=flat-square&color=4D9CFF&label=Forks&logo=github"></a>
10
- </p>
2
+ <br />
3
+ <p >
4
+ <a href =" https://games.prozilla.dev/ " ><img src =" https://games.prozilla.dev/assets/banner-logo-title-small.png " width =" 576 " alt =" ProzillaOS Games " /></a >
5
+ </p >
6
+ <p >
7
+ <a href =" https://github.com/prozilla-os/ProzillaOS-games/blob/main/LICENSE.md " ><img alt =" License " src =" https://img.shields.io/github/license/prozilla-os/ProzillaOS-games?style=flat-square&color=FF4D5B&label=License " ></a >
8
+ <a href =" https://github.com/prozilla-os/ProzillaOS-games " ><img alt =" Stars " src =" https://img.shields.io/github/stars/prozilla-os/ProzillaOS-games?style=flat-square&color=FED24C&label=%E2%AD%90 " ></a >
9
+ <a href =" https://github.com/prozilla-os/ProzillaOS-games " ><img alt =" Forks " src =" https://img.shields.io/github/forks/prozilla-os/ProzillaOS-games?style=flat-square&color=4D9CFF&label=Forks&logo=github " ></a >
10
+ </p >
11
11
</div >
12
12
13
13
## About
14
14
15
15
This repository is a collection of games made for ProzillaOS, as well as a website ([ games.prozilla.dev] [ site ] ) demonstrating those games using ProzillaOS.
16
16
17
+ <div align =" center " >
18
+ <br />
19
+ <a href =" https://games.prozilla.dev/ " ><img src =" https://games.prozilla.dev/assets/screenshots/screenshot-minesweeper-wordle.png " width =" 720 " alt =" Screenshot of ProzillaOS Games " /></a >
20
+ <br />
21
+ </div >
22
+
17
23
## Packages
18
24
19
25
### Games
@@ -36,4 +42,4 @@ ProzillaOS Games is [MIT licensed](./LICENSE).
36
42
[ site ] : https://games.prozilla.dev/
37
43
[ github ] : https://github.com/prozilla-os/ProzillaOS-games
38
44
[ discord ] : https://discord.gg/JwbyQP4tdz
39
- [ ko-fi ] : https://ko-fi.com/prozilla
45
+ [ ko-fi ] : https://ko-fi.com/prozilla
Original file line number Diff line number Diff line change 1
- import { Skin } from "@prozilla-os/skins" ;
1
+ import { macOsSkin , Skin } from "@prozilla-os/skins" ;
2
2
3
3
export const skin = new Skin ( {
4
4
defaultWallpaper : "https://os.prozilla.dev/assets/wallpapers/vibrant-wallpaper-purple-yellow.png" ,
5
5
loadStyleSheet : ( ) => {
6
6
import ( "../styles/global.css" ) ;
7
+ macOsSkin . loadStyleSheet ?.( ) ;
7
8
}
8
9
} ) ;
You can’t perform that action at this time.
0 commit comments