Sizeto: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
Sangman (talk | contribs)
m Some input from Dan
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
sizeto <xrepeat> <yrepeat>
'''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]].
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.