BFD:BFD[
4.2] → [
5.20617:20663]
BFD:BFD[
4.2] → [
6.2755:2801]
BFD:BFD[
6.2801] → [
5.20461:20461]
BFD:BFD[
4.2] → [
5.20617:20663]
BFD:BFD[
5.20663] → [
5.20461:20461]
B:BD[
5.20542] → [
3.217:227]
local i = 0
if i >= 3 then
love.graphics.origin()
love.graphics.clear(0,0,0)
love.graphics.setColor(1,1,1)
love.graphics.print('Waiting for app to respond...', 30,30)
love.graphics.present()
end
i = i+1
end
end
if love.event then
love.event.pump()
for name, a,b,c,d,e,f in love.event.poll() do
if name == 'quit' then
os.exit(1)
end
end
end
while true do
love.timer.sleep(0.01)
local response = live.receive_from_app()
if response then
return response
end