mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-17 17:11:19 +00:00
Added compatibility settings for Hanging Gardens
Six trees spawned below arches blocking player's path to red keycard https://www.doomworld.com/idgames/levels/doom2/Ports/g-i/hgarden
This commit is contained in:
parent
a11e9ca4dc
commit
563a80ff83
1 changed files with 11 additions and 0 deletions
|
@ -833,3 +833,14 @@ CA3773ED313E8899311F3DD0CA195A68 // e3m6
|
||||||
{
|
{
|
||||||
polyobj
|
polyobj
|
||||||
}
|
}
|
||||||
|
|
||||||
|
3D8ED20BF5CAAE6D6AE0E10999C75084 // hgarden.pk3 map01
|
||||||
|
{
|
||||||
|
// spawn trees on top of arches
|
||||||
|
setthingz 399 168
|
||||||
|
setthingz 400 168
|
||||||
|
setthingz 401 168
|
||||||
|
setthingz 402 168
|
||||||
|
setthingz 403 168
|
||||||
|
setthingz 404 168
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue