This commit is contained in:
p.kosyh 2011-04-14 14:07:11 +00:00
parent 303eb0e94e
commit c3b90a1d78

View file

@ -38,6 +38,10 @@ sprite = {
free_font = function(font)
return stead.font_free(key);
end;
font_height = function(font)
local w,h = stead.sprite_text_size(font)
return h
end;
alpha = function(name, alpha)
return stead.sprite_alpha(name, alpha);
end;