You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Rename Doom to Main
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Doom",
|
||||
"name": "Doom Launcher",
|
||||
"publisher": "MicroPythonOS",
|
||||
"short_description": "Legendary 3D shooter",
|
||||
"long_description": "Plays Doom 1, 2 and modded .wad files from internal storage or SD card and plays them. Place them in the folder /roms/doom/ . Uses ducalex's retro-go port of PrBoom. Supports zipped wad files too.",
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ import os
|
||||
from mpos.apps import Activity
|
||||
from mpos import TaskManager, sdcard
|
||||
|
||||
class Doom(Activity):
|
||||
class Main(Activity):
|
||||
|
||||
romdir = "/roms"
|
||||
doomdir = romdir + "/doom"
|
||||
Reference in New Issue
Block a user