mirror of
https://github.com/DrBeef/QuestZDoom.git
synced 2025-04-24 10:08:52 +00:00
fix: moved the christmas mod in res folder so it doesn't show up in the mods section
This commit is contained in:
parent
527b0527ee
commit
8f5428386f
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -205,10 +205,10 @@ import java.io.OutputStream;
|
|||
copy_asset(progdir, "res/lz_game_support.pk3", true);
|
||||
copy_asset(progdir, "res/lights.pk3", true);
|
||||
copy_asset(progdir, "res/brightmaps.pk3", true);
|
||||
copy_asset(progdir, "res/merrychristmas.pk3", true);
|
||||
|
||||
copy_asset(progdir, "mods/Ultimate-Cheat-Menu.zip", true);
|
||||
copy_asset(progdir, "mods/laser-sight-0.5.5-vr.pk3", true);
|
||||
copy_asset(progdir, "mods/merrychristmas.pk3", true);
|
||||
|
||||
copy_asset(progdir + "/soundfonts", "qzdoom.sf2", false);
|
||||
copy_asset(progdir + "/fm_banks", "GENMIDI.GS.wopl", false);
|
||||
|
|
Loading…
Reference in a new issue