Made Luigi a bit bigger

This commit is contained in:
MysterD 2020-08-23 23:44:11 -07:00
parent 4b12d0e513
commit ee35c999aa
2 changed files with 2 additions and 2 deletions

View file

@ -786,7 +786,7 @@ const GeoLayout luigi_geo[] = {
GEO_OPEN_NODE(),
GEO_SHADOW(0, 180, 100),
GEO_OPEN_NODE(),
GEO_SCALE(0, 16384),
GEO_SCALE(0, 17202),
GEO_OPEN_NODE(),
GEO_ASM(0, geo_mirror_mario_backface_culling),
GEO_ASM(0, geo_mirror_mario_set_alpha),

View file

@ -786,7 +786,7 @@ const GeoLayout luigi2_geo[] = {
GEO_OPEN_NODE(),
GEO_SHADOW(0, 180, 100),
GEO_OPEN_NODE(),
GEO_SCALE(0, 16384),
GEO_SCALE(0, 17202),
GEO_OPEN_NODE(),
GEO_ASM(0, geo_mirror_mario_backface_culling),
GEO_ASM(0, geo_mirror_mario_set_alpha),