Hi, I was hoping there was a way to speed up sprite animations in the decorate.
You see, I wanna make the overlord's attack animation go faster.
Speeding up sprite animations?
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
- enderkevin13
- Posts: 1383
- Joined: Tue Jul 07, 2015 7:30 am
- Location: :noiƚɒɔo⅃
- wildweasel
- Posts: 21706
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
- Contact:
Re: Speeding up sprite animations?
This is precisely what the duration number is for in a Decorate line.enderkevin13 wrote:Hi, I was hoping there was a way to speed up sprite animations in the decorate.
You see, I wanna make the overlord's attack animation go faster.
Code: Select all
POSS E 8 A_PossAttack
- enderkevin13
- Posts: 1383
- Joined: Tue Jul 07, 2015 7:30 am
- Location: :noiƚɒɔo⅃
Re: Speeding up sprite animations?
Okay, thanks. I'm relatively new to decorate, and I'm glad this question was answered in a simple way.