mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
19 lines
161 B
Text
19 lines
161 B
Text
|
|
||
|
class MapMarker : Actor native
|
||
|
{
|
||
|
default
|
||
|
{
|
||
|
+NOBLOCKMAP
|
||
|
+NOGRAVITY
|
||
|
+DONTSPLASH
|
||
|
+INVISIBLE
|
||
|
Scale 0.5;
|
||
|
}
|
||
|
States
|
||
|
{
|
||
|
Spawn:
|
||
|
AMRK A -1;
|
||
|
Stop;
|
||
|
}
|
||
|
}
|