Line 153:
Line 153:
=== Mouth ===
=== Mouth ===
+
* '''Image File(s):''' mii_lips.png (contains the 24 different mouth types)
+
** ''Image Size:'' 300x300
+
** ''Tile Size:'' 24 tiles of 60x60
+
** ''Tile Anchor Point:'' 30,30 (for scaling)
+
* '''Variable(s) from libmii:'''
+
:{| cellpadding="5" cellspacing="0" border="1"
+
!align="center"|Variable
+
!align="center"|Possible Values
+
!align="center"|Notes
+
|-
+
|mii.libType
+
|0 - 23
+
|values DO NOT align with order of tiles (see note below)
+
|-
+
|mii.lipColor
+
|0 - 2
+
|see COLORS section below to get translation
+
|-
+
|mii.lipSize
+
|0 - 8
+
|translates from 20% to 100% scale in increments of 10%
+
|-
+
|mii.lipVertPos
+
|0 - 18
+
|each step is worth 2.6 pixels
+
|}
+
* '''Notes:''' an array has been created called lips[24]. See the ARRAYS section below for description of how this works.
+
=== Beard ===
=== Beard ===