Rename Doom to Main

This commit is contained in:
Thomas Farstrike
2026-01-04 21:09:42 +01:00
parent b849899c5c
commit b98443189b
2 changed files with 2 additions and 2 deletions
@@ -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.",
@@ -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"