diff --git a/data/licenses/License Attribution.txt b/data/licenses/License Attribution.txt index 5b27871b2..38c8a8505 100644 --- a/data/licenses/License Attribution.txt +++ b/data/licenses/License Attribution.txt @@ -15,9 +15,9 @@ BSD 3-Clause License Copyright (c) 1990, Jeff Sparkes. Copyright (c) 1989, Georgia Tech Research Corporation (GTRC), Atlanta, GA 30332. -Blasphemer (HERETIC1 loading image) - Copyright (c) 2021 Contributors to the Blasphemer project +Blasphemer (Assorted graphic assets) - Copyright (c) 2021 Contributors to the Blasphemer project -Freedoom (Icon of Sin replacement graphics) - Copyright (c) 2001-2019 Contributors to the Freedoom project +Freedoom (Assorted graphic assets) - Copyright (c) 2001-2019 Contributors to the Freedoom project =========================================================================================== CC0 1.0 Universal License diff --git a/addons/Obsidian Non-Free Addons/games/doom/data/doom_falls.wad b/games/doom/data/doom_falls.wad similarity index 100% rename from addons/Obsidian Non-Free Addons/games/doom/data/doom_falls.wad rename to games/doom/data/doom_falls.wad diff --git a/addons/Obsidian Non-Free Addons/games/doom/data/lift_flat.wad b/games/doom/data/lift_flat.wad similarity index 100% rename from addons/Obsidian Non-Free Addons/games/doom/data/lift_flat.wad rename to games/doom/data/lift_flat.wad diff --git a/addons/Obsidian Non-Free Addons/games/doom/data/metal_step.wad b/games/doom/data/metal_step.wad similarity index 100% rename from addons/Obsidian Non-Free Addons/games/doom/data/metal_step.wad rename to games/doom/data/metal_step.wad diff --git a/addons/Obsidian Non-Free Addons/games/doom/data/short_bars.wad b/games/doom/data/short_bars.wad similarity index 100% rename from addons/Obsidian Non-Free Addons/games/doom/data/short_bars.wad rename to games/doom/data/short_bars.wad diff --git a/addons/Obsidian Non-Free Addons/games/doom/data/vine_dude.wad b/games/doom/data/vine_dude.wad similarity index 100% rename from addons/Obsidian Non-Free Addons/games/doom/data/vine_dude.wad rename to games/doom/data/vine_dude.wad diff --git a/games/doom/resources.lua b/games/doom/resources.lua index 33332c189..873ebc3ae 100644 --- a/games/doom/resources.lua +++ b/games/doom/resources.lua @@ -944,15 +944,15 @@ function DOOM.all_done() local dir = "games/doom/data/" - --gui.wad_merge_sections(dir .. "doom_falls.wad") - --gui.wad_merge_sections(dir .. "lift_flat.wad") - --gui.wad_merge_sections(dir .. "metal_step.wad") - --gui.wad_merge_sections(dir .. "vine_dude.wad") + gui.wad_merge_sections(dir .. "doom_falls.wad") + gui.wad_merge_sections(dir .. "lift_flat.wad") + gui.wad_merge_sections(dir .. "metal_step.wad") + gui.wad_merge_sections(dir .. "vine_dude.wad") gui.wad_merge_sections(dir .. "logos.wad") gui.wad_merge_sections(dir .. "invisible_wall.wad") if OB_CONFIG.game == "doom1" or OB_CONFIG.game == "ultdoom" then - --gui.wad_merge_sections(dir .. "short_bars.wad") + gui.wad_merge_sections(dir .. "short_bars.wad") end if ob_mod_enabled("compress_output") == 1 then