Sizeto: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
One (talk | contribs)
No edit summary
Sangman (talk | contribs)
m Some input from Dan
 
Line 2: Line 2:


Gradually sizes the current [[actor]]'s x and y sizes to the given values. 64 64 is the default sprite size.  See [[sizeat]].
Gradually sizes the current [[actor]]'s x and y sizes to the given values. 64 64 is the default sprite size.  See [[sizeat]].
The speed of the sizing can be increased by calling sizeto multiple times in a row.


[[Category:Duke3D 1.3/1.5 commands]]
[[Category:Duke3D 1.3/1.5 commands]]
[[Category:Sprite manipulation]]
[[Category:Sprite manipulation]]

Latest revision as of 14:44, 15 November 2021

sizeto <xrepeat> <yrepeat>

Gradually sizes the current actor's x and y sizes to the given values. 64 64 is the default sprite size. See sizeat. The speed of the sizing can be increased by calling sizeto multiple times in a row.