Badger 2040, tests Ferreol et Capucine
This commit is contained in:
File diff suppressed because it is too large
Load Diff
BIN
badger2040/os/badger2040/assets/badge_image.png
Normal file
BIN
badger2040/os/badger2040/assets/badge_image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
BIN
badger2040/os/badger2040/assets/badgerpunk.png
Normal file
BIN
badger2040/os/badger2040/assets/badgerpunk.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
6
badger2040/os/badger2040/assets/boot.py
Normal file
6
badger2040/os/badger2040/assets/boot.py
Normal file
@ -0,0 +1,6 @@
|
||||
try:
|
||||
open("main.py", "r")
|
||||
except OSError:
|
||||
with open("main.py", "w") as f:
|
||||
f.write("import _launcher")
|
||||
f.flush()
|
BIN
badger2040/os/badger2040/assets/launchericons.png
Normal file
BIN
badger2040/os/badger2040/assets/launchericons.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.7 KiB |
Reference in New Issue
Block a user