Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ OgreLookRight()

void Terraria.Cinematics.DD2Film.OgreLookRight ( FrameEventData evt)
inlineprivate

Definition at line 322 of file DD2Film.cs.

323 {
324 if (_ogre != null)
325 {
326 _ogre.direction = 1;
327 _ogre.spriteDirection = 1;
328 }
329 }

References Terraria.Cinematics.DD2Film._ogre.