mirror of
https://github.com/clockworkpi/GameShellDocs.git
synced 2025-12-13 10:18:50 +01:00
Add instructions for changing the Launcher icon for PICO-8
parent
606741c8eb
commit
8baf872f56
@ -122,6 +122,24 @@ button_keys 0 0 0 0 13 14 0 0 0 0 0 0 0
|
|||||||
|
|
||||||
Press Control-O to save the file. Press Control-X to exit Pico.
|
Press Control-O to save the file. Press Control-X to exit Pico.
|
||||||
|
|
||||||
|
## Optional: Change the Launcher icon
|
||||||
|
|
||||||
|
The Launcher icon for PICO-8 works just fine with the default icon (the letters "Pi" in a circle). You can change this to the PICO-8 logo, if you like.
|
||||||
|
|
||||||
|
In your browser, download this image file by right-clicking and selecting "Save Image As..." (or the equivalent feature in your browser):
|
||||||
|
|
||||||
|
[[https://discourse-cdn-sjc2.com/standard17/uploads/clockworkpi/original/1X/a415c7739328fb740739c177e68c8c34d4692061.png|alt=PICO-8 icon]]
|
||||||
|
|
||||||
|
Copy this file to your GameShell using `scp` or whatever file transfer program you used earlier.
|
||||||
|
|
||||||
|
You want this file to be named `PICO-8.png`, and to be located in the folder `/home/cpi/apps/launcher/skin/Menu/GameShell/`. You can either find this location using your file transfer program, or you can transfer the image file to the home directory (`/home/cpi/`) then move it into place with a shell command. Connect via `ssh`, then:
|
||||||
|
|
||||||
|
```
|
||||||
|
mv PICO-8.png ~/apps/launcher/skin/default/Menu/GameShell
|
||||||
|
```
|
||||||
|
|
||||||
|
Restart your GameShell (`sudo reboot`). When the GameShell is finished restarting, the Launcher should have the new icon.
|
||||||
|
|
||||||
## Welcome to PICO-8!
|
## Welcome to PICO-8!
|
||||||
|
|
||||||
Launch PICO-8 from the Launcher. It should start reliably and at a comfortable size.
|
Launch PICO-8 from the Launcher. It should start reliably and at a comfortable size.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user