Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@benrob0329
Created December 29, 2017 00:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benrob0329/6550fb3106ff8d8caf6dee717b66dd09 to your computer and use it in GitHub Desktop.
Save benrob0329/6550fb3106ff8d8caf6dee717b66dd09 to your computer and use it in GitHub Desktop.
demat = function(self, i)
if i < 256 then
self:set_alpha(i)
i = i+1
minetest.after(0.86, demat(self, i), self, i)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment