Remove dependency on minetest_game by adding sprint particle image.

master
GunshipPenguin 2015-02-27 20:07:25 -08:00
parent 91507c7520
commit 6724176d4c
3 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ minetest.register_globalstep(function(dtime)
size = math.random()+0.5,
collisiondetection = true,
vertical = false,
texture = "default_dirt.png",
texture = "sprint_particle.png",
})
end
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 791 B

View File

@ -71,7 +71,7 @@ minetest.register_globalstep(function(dtime)
size = math.random()+0.5,
collisiondetection = true,
vertical = false,
texture = "default_dirt.png",
texture = "sprint_particle.png",
})
end
end