Skip to content

Commit

Permalink
Fixed Duke, Doom and added wolfenstein3D
Browse files Browse the repository at this point in the history
  • Loading branch information
Annalouu committed Dec 7, 2023
1 parent 3d7b1b7 commit 202765b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions shared/sh_main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,17 @@ Config.games = {
},
{
label = 'Duke Nukem 3D',
args = string.format("nui://qb-arcade/html/msdos.html?url=%s&params=%s", "https://www.retrogames.cz/dos/zip/duke3d.zip", "./DUKE3D.EXE"),
args = string.format("nui://mtc-arcade/html/msdos.html?url=%s&params=%s", "https://www.retrogames.cz/dos/zip/duke3d.zip", "./DUKE3D.EXE"),
icon = 'gun'
},
{
label = 'DOOM',
args = string.format("nui://qb-arcade/html/msdos.html?url=%s&params=%s", "https://www.retrogames.cz/dos/zip/Doom.zip", "./DOOM.EXE"),
args = string.format("nui://mtc-arcade/html/msdos.html?url=%s&params=%s", "https://www.retrogames.cz/dos/zip/Doom.zip", "./DOOM.EXE"),
icon = 'gun'
},
{
label = 'Wolfenstein 3D',
args = string.format("nui://mtc-arcade/html/msdos.html?url=%s&params=%s", "https://www.retrogames.cz/dos/zip/Wolfenstein3D.zip", "./WOLF3D.EXE"),
icon = 'gun'
}
}
Expand Down

0 comments on commit 202765b

Please sign in to comment.