0
0
Fork 0
mirror of https://github.com/ZDoom/gzdoom.git synced 2024-12-26 04:21:02 +00:00
gzdoom/wadsrc/static/zscript/shared/mapmarker.txt

19 lines
161 B
Text
Raw Normal View History

class MapMarker : Actor native
{
default
{
+NOBLOCKMAP
+NOGRAVITY
+DONTSPLASH
+INVISIBLE
Scale 0.5;
}
States
{
Spawn:
AMRK A -1;
Stop;
}
}