make sprint use sprint_dust.png for the particles
This commit is contained in:
parent
8e518c57a7
commit
e228250a71
@ -82,7 +82,7 @@ minetest.register_globalstep(function(dtime)
|
|||||||
size = math.random()+0.5,
|
size = math.random()+0.5,
|
||||||
collisiondetection = true,
|
collisiondetection = true,
|
||||||
vertical = false,
|
vertical = false,
|
||||||
texture = "default_dirt.png",
|
texture = "sprint_dust.png",
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
BIN
mods/sprint/textures/sprint_dust.png
Normal file
BIN
mods/sprint/textures/sprint_dust.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 973 B |
Loading…
x
Reference in New Issue
Block a user