Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • 0
Sign in to follow this  
ContrastSaturation

Creating obstacles with decorate.

Question

 I'm trying to make custom obstacles with decorate. They display in the editor, but not in game. Does anyone know why? The file name for the sprite is URC1A. Below is the decorate code.

 

ACTOR Urchin : TallGreenColumn 502
{
  Radius 1
  Height 7
  ProjectilePassHeight 0
  +SOLID
  States
  {
  Spawn:
    URC1 A -1
    Stop
  }
 }

editview.png

Screenshot_Doom_20200821_214407.png

Share this post


Link to post

1 answer to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
×