@@ -27,7 +27,7 @@ impl From<i32> for PikminInfo {
27
27
attr_special : Hash40 :: new ( "collision_attr_fire" ) ,
28
28
sound : * COLLISION_SOUND_ATTR_FIRE ,
29
29
color : Vector3f { x : 1.0 , y : 0.05 , z : 0.0 } ,
30
- cling_frame : 4
30
+ cling_frame : 5
31
31
} ,
32
32
1 => PikminInfo { // yellow
33
33
dmg : 0.94 ,
@@ -38,7 +38,7 @@ impl From<i32> for PikminInfo {
38
38
attr_special : Hash40 :: new ( "collision_attr_paralyze" ) ,
39
39
sound : * COLLISION_SOUND_ATTR_ELEC ,
40
40
color : Vector3f { x : 1.0 , y : 1.0 , z : 0.14 } ,
41
- cling_frame : 6
41
+ cling_frame : 7
42
42
} ,
43
43
2 => PikminInfo { // Blue
44
44
dmg : 1.0 ,
@@ -49,7 +49,7 @@ impl From<i32> for PikminInfo {
49
49
attr_special : Hash40 :: new ( "collision_attr_water" ) ,
50
50
sound : * COLLISION_SOUND_ATTR_WATER ,
51
51
color : Vector3f { x : 0.1 , y : 0.4 , z : 1.0 } ,
52
- cling_frame : 4
52
+ cling_frame : 5
53
53
} ,
54
54
3 => PikminInfo { // White
55
55
dmg : 0.75 ,
@@ -60,7 +60,7 @@ impl From<i32> for PikminInfo {
60
60
attr_special : Hash40 :: new ( "collision_attr_flower" ) ,
61
61
sound : * COLLISION_SOUND_ATTR_FIRE ,
62
62
color : Vector3f { x : 1.0 , y : 1.0 , z : 1.0 } ,
63
- cling_frame : 2
63
+ cling_frame : 3
64
64
} ,
65
65
_ => PikminInfo { // Violet (Rock), also default
66
66
dmg : 1.2 ,
0 commit comments