🎨 Added icons, and moved resources into their own folder

main
Nichole Mattera 2 years ago
parent 86a4c85449
commit 45f384ed74
  1. BIN
      assets/icon_atmosphere.bmp
  2. 0
      assets/icon_kosmos.bmp
  3. BIN
      assets/icon_switch.bmp
  4. 5
      makefile
  5. 1964
      resources/Atmosphere.ai
  6. 0
      resources/Galaxy.ai
  7. 0
      resources/Planet.ai
  8. 0
      resources/Stars.ai
  9. 489
      resources/Switch.ai
  10. 0
      resources/bootlogo.psd
  11. BIN
      resources/icon_atmosphere.psd
  12. 0
      resources/icon_kosmos.psd
  13. BIN
      resources/icon_switch.psd

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

@ -1,7 +1,10 @@
all:
mkdir -p ./tmp/bootloader/res
rm -rf ./kosmos_reborn_assets.zip
cp ./assets/bootlogo.bmp ./tmp/bootloader/bootlogo.bmp
cp ./assets/hekate_ipl.ini ./tmp/bootloader/hekate_ipl.ini
cp ./assets/kosmos.bmp ./tmp/bootloader/res/kosmos.bmp
cp ./assets/icon_atmosphere.bmp ./tmp/bootloader/res/icon_atmosphere.bmp
cp ./assets/icon_kosmos.bmp ./tmp/bootloader/res/icon_kosmos.bmp
cp ./assets/icon_switch.bmp ./tmp/bootloader/res/icon_switch.bmp
cd ./tmp/ && zip -r ../kosmos_reborn_assets.zip .
rm -rf ./tmp

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save