Compare commits
5 Commits
master
...
add_the_re
Author | SHA1 | Date |
---|---|---|
Wbjitscool | 49829a3985 | |
Wbjitscool | 17287f5ef8 | |
Wbjitscool | f3c208394d | |
Wbjitscool | 6911f72364 | |
Wbjitscool | a6fdbe2516 |
|
@ -31,7 +31,7 @@ local cherry_particle = {
|
||||||
velocity = vector.zero(),
|
velocity = vector.zero(),
|
||||||
acceleration = vector.new(0,-1,0),
|
acceleration = vector.new(0,-1,0),
|
||||||
size = math.random(1.3,2.5),
|
size = math.random(1.3,2.5),
|
||||||
texture = "mcl_cherry_blossom_particle.png",
|
texture = "mcl_cherry_blossom_particle_" .. math.random(1, 12) .. ".png",
|
||||||
collision_removal = false,
|
collision_removal = false,
|
||||||
collisiondetection = false,
|
collisiondetection = false,
|
||||||
}
|
}
|
||||||
|
|
Before Width: | Height: | Size: 75 B After Width: | Height: | Size: 75 B |
After Width: | Height: | Size: 78 B |
After Width: | Height: | Size: 78 B |
After Width: | Height: | Size: 78 B |
After Width: | Height: | Size: 78 B |
After Width: | Height: | Size: 78 B |
After Width: | Height: | Size: 78 B |
After Width: | Height: | Size: 78 B |
After Width: | Height: | Size: 78 B |
After Width: | Height: | Size: 78 B |
After Width: | Height: | Size: 78 B |
After Width: | Height: | Size: 78 B |