falling petals module, uses a markov model for animation. Make with love, for LÖVE
- take
blossoms.lua
into the directory where yourmain.lua
is local blossoms = require("blossoms")
- put
blossoms:init()
,blossoms:update()
, andblossoms:draw()
into their respective love callback functions - specify the screen width and height by setting
blossoms:xdim
andblossoms:ydim
to their respective values
JRYZKNS 2018