mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 04:12:12 +00:00
15 lines
No EOL
197 B
Text
15 lines
No EOL
197 B
Text
Class {ActorName} : Actor {
|
|
Default {
|
|
Radius {PropRadius};
|
|
Height {PropHeight};
|
|
{FlagNoGravity}
|
|
{FlagSpawnOnCeiling}
|
|
{FlagSolid}
|
|
}
|
|
|
|
States {
|
|
Spawn:
|
|
{Sprite} A -1;
|
|
Stop;
|
|
}
|
|
} |