gzdoom-gles/wadsrc/static/zscript/shared/waterzone.txt

11 lines
103 B
Plaintext

class WaterZone : Actor native
{
default
{
+NOSECTOR
+NOBLOCKMAP
+NOGRAVITY
+DONTSPLASH
}
}