Difference between revisions of "Pixel:setHeight"

From GiderosMobile
(removed language stuff)
 
(2 intermediate revisions by one other user not shown)
Line 4: Line 4:
  
 
=== Description ===
 
=== Description ===
Sets the height of the pixel sprite.
+
Sets the height of the Pixel sprite.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
Pixel:setHeight(h)
 
Pixel:setHeight(h)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===
'''h''': (number) the new height<br/>
+
'''h''': (number) the new Pixel height<br/>
  
 
{{Pixel}}
 
{{Pixel}}

Latest revision as of 23:01, 7 November 2023