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