Skip to content

Commit b984431

Browse files
Rename Doom to Main
1 parent b849899 commit b984431

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal_filesystem/apps/com.micropythonos.doom_launcher/META-INF/MANIFEST.JSON

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Doom",
2+
"name": "Doom Launcher",
33
"publisher": "MicroPythonOS",
44
"short_description": "Legendary 3D shooter",
55
"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.",

internal_filesystem/apps/com.micropythonos.doom_launcher/assets/doom.py renamed to internal_filesystem/apps/com.micropythonos.doom_launcher/assets/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from mpos.apps import Activity
44
from mpos import TaskManager, sdcard
55

6-
class Doom(Activity):
6+
class Main(Activity):
77

88
romdir = "/roms"
99
doomdir = romdir + "/doom"

0 commit comments

Comments
 (0)