среда, 8 марта 2017 г.

Rain effect in Lua/Corona

Just noted comment on my old YouTube tutorial with sample of rain effect.
Code and original post was on my old blog, so. Thats cool it is a copy on github:
https://github.com/vsergeyev/Rain

So enjoy.


It is quite simple to use rain in your Corona SDK game:

local rain = require("rain")

rain.new(group, {})


Pause rain
----------

rain.pause()


Resume rain
-----------

rain.resume()

Комментариев нет:

Отправить комментарий