Add Dino game shortcut
1
.gitignore
vendored
|
@ -28,6 +28,7 @@ public/Users/Public/**
|
|||
!public/Users/Public/Start Menu/Emulators
|
||||
!public/Users/Public/Start Menu/Emulators/*.url
|
||||
!public/Users/Public/Start Menu/Games
|
||||
!public/Users/Public/Start Menu/Games/Chrome Dino.url
|
||||
!public/Users/Public/Start Menu/Games/ClassiCube.url
|
||||
!public/Users/Public/Start Menu/Games/DX-Ball.url
|
||||
!public/Users/Public/Start Menu/Games/Quake III Arena.url
|
||||
|
|
BIN
public/System/Icons/144x144/dino.png
Normal file
After Width: | Height: | Size: 815 B |
BIN
public/System/Icons/144x144/dino.webp
Normal file
After Width: | Height: | Size: 572 B |
BIN
public/System/Icons/16x16/dino.png
Normal file
After Width: | Height: | Size: 204 B |
BIN
public/System/Icons/16x16/dino.webp
Normal file
After Width: | Height: | Size: 158 B |
BIN
public/System/Icons/32x32/dino.png
Normal file
After Width: | Height: | Size: 306 B |
BIN
public/System/Icons/32x32/dino.webp
Normal file
After Width: | Height: | Size: 262 B |
BIN
public/System/Icons/48x48/dino.png
Normal file
After Width: | Height: | Size: 427 B |
BIN
public/System/Icons/48x48/dino.webp
Normal file
After Width: | Height: | Size: 336 B |
BIN
public/System/Icons/96x96/dino.png
Normal file
After Width: | Height: | Size: 531 B |
BIN
public/System/Icons/96x96/dino.webp
Normal file
After Width: | Height: | Size: 520 B |
5
public/Users/Public/Start Menu/Games/Chrome Dino.url
Normal file
|
@ -0,0 +1,5 @@
|
|||
[InternetShortcut]
|
||||
BaseURL=Browser
|
||||
Comment=T-Rex Runner Side-Scroller
|
||||
IconFile=/System/Icons/dino.webp
|
||||
URL=chrome://dino
|