Skip to content

Commit

Permalink
More resource updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dashodanger committed Oct 2, 2024
1 parent 9d1bfcd commit 428e1c1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions data/licenses/License Attribution.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions games/doom/resources.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 428e1c1

Please sign in to comment.