Skip to content

Commit

Permalink
Merge pull request #13 from strangebit/wadsmoosh-gzdoom_4.6.0
Browse files Browse the repository at this point in the history
Support WadSmoosh for GZDoom's 4.6.0 changes
  • Loading branch information
NightFright2k19 committed Jun 30, 2021
2 parents bd31805 + c55847d commit 73e2584
Show file tree
Hide file tree
Showing 45 changed files with 43 additions and 0 deletions.
17 changes: 17 additions & 0 deletions filter/doom.id.doom2/textures
@@ -0,0 +1,17 @@
sprite sht2a0, 59, 55
{
offset -130, -113
sprite "/sprites_placeholder/supershotgun/sht2a0.png", 0, 0
}

sprite sht2i0, 55, 37
{
offset -133, -99
sprite "/sprites_placeholder/supershotgun/sht2i0.png", 0, 0
}

sprite sht2j0, 65, 46
{
offset -127, -90
sprite "/sprites_placeholder/supershotgun/sht2j0.png", 0, 0
}
4 changes: 4 additions & 0 deletions filter/doom.id.wadsmoosh/mapinfo
@@ -0,0 +1,4 @@
GameInfo
{
AddEventHandlers = "ZPerkDoom2Handler"
}
17 changes: 17 additions & 0 deletions filter/doom.id.wadsmoosh/textures
@@ -0,0 +1,17 @@
sprite sht2a0, 59, 55
{
offset -130, -113
sprite "/sprites_placeholder/supershotgun/sht2a0.png", 0, 0
}

sprite sht2i0, 55, 37
{
offset -133, -99
sprite "/sprites_placeholder/supershotgun/sht2i0.png", 0, 0
}

sprite sht2j0, 65, 46
{
offset -127, -90
sprite "/sprites_placeholder/supershotgun/sht2j0.png", 0, 0
}
5 changes: 5 additions & 0 deletions filter/doom.id.wadsmoosh/zscript.zc
@@ -0,0 +1,5 @@
version "4.3.0"
#include "zscript/ZPerkMixin.zc"
#include "zscript/doom1.zc"
#include "zscript/doom2.zc"
#include "zscript/ZPerkHandlerDoom2.zc"

0 comments on commit 73e2584

Please sign in to comment.