Search found 1 match

by TimFuchs
Sat Jun 02, 2012 9:34 pm
Forum: Libraries and Tools
Topic: Pölygamy: a collection of LÖVE helper libraries
Replies: 54
Views: 37482

Re: Pölygamy: a collection of LÖVE helper libraries

Pölygamy 0.4.1 doesn't work with Löve 0.8.0 It is easy to fix, just do the following: in init.lua: replace handlers.q with handlers.quit add 'love.event.pump()' before 'for e,a,b,c in love.event.poll() do' replace 'a,b,c' with 'a,b,c,d in 'love.event.poll()' loop change '1' in love.timer.sleep( 1 ) ...