Line 276:
Line 276:
! colspan="4"|Texture coordinates entry
! colspan="4"|Texture coordinates entry
|-
|-
−
|0x60 + N*0x20||0x8||Vector2||Top left vertex texture coordinate
+
|0x60 + (N-1) * 0x20||0x8||Vector2||Top left vertex texture coordinate
|-
|-
−
|0x60 + N*0x20||0x8||Vector2||Top right vertex texture coordinate
+
|0x60 + (N-1) * 0x20||0x8||Vector2||Top right vertex texture coordinate
|-
|-
−
|0x60 + N*0x20||0x8||Vector2||Bottom left vertex texture coordinate
+
|0x60 + (N-1) * 0x20||0x8||Vector2||Bottom left vertex texture coordinate
|-
|-
−
|0x60 + N*0x20||0x8||Vector2||Bottom right vertex texture coordinate
+
|0x60 + (N-1) * 0x20||0x8||Vector2||Bottom right vertex texture coordinate
|}
|}