mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-06 13:01:03 +00:00
15 lines
No EOL
129 B
Text
15 lines
No EOL
129 B
Text
|
|
ACTOR MapMarker native
|
|
{
|
|
+NOBLOCKMAP
|
|
+NOGRAVITY
|
|
+DONTSPLASH
|
|
+INVISIBLE
|
|
Scale 0.5
|
|
States
|
|
{
|
|
Spawn:
|
|
AMRK A -1
|
|
Stop
|
|
}
|
|
} |