Showing with 8 additions and 4 deletions.
  1. +5 −1 src/gimme.lua
  2. BIN src/images/loader/card.png
  3. +3 −3 src/pdxinfo
6 changes: 5 additions & 1 deletion src/gimme.lua
Expand Up @@ -298,7 +298,7 @@ function calc()
if(wallBottom - b._y < nd) then
nd = wallBottom - b._y
if nd < 0 then
ubarray[#ubarray] = b
ubarray[#ubarray+1] = b
table.remove(barray, #barray)
nd = math.abs(nd)
end
Expand Down Expand Up @@ -398,6 +398,10 @@ function restore()
for j = 1,#barray do
barray[j]:remove()
end
for k = 1,#ubarray do
ubarray[k]:remove()
end
ubarray = {}
barray = {}
i = 10
n = -1
Expand Down
Binary file modified src/images/loader/card.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/pdxinfo
@@ -1,7 +1,7 @@
name=Gimme Friction Baby
author=Peter Tripp
description=A Tribute to Gimme Friction Baby
bundleID=net.notpeter.gimmefriction
version=1.0.1
bundleID=net.notpeter.gimmefrictionbaby
version=1.1.2
imagePath=images/loader
buildNumber=15
buildNumber=101020