forked from pyrex/chameleonic
Also wrongbleep for tonguing the air
This commit is contained in:
parent
5831cdf4e8
commit
40859065df
@ -237,7 +237,7 @@ function level:advance()
|
|||||||
self:reinit(self.ix+1)
|
self:reinit(self.ix+1)
|
||||||
end
|
end
|
||||||
|
|
||||||
pitpal = {[0]=1, [7]=0}
|
pitpal = {[0]=1,[7]=0}
|
||||||
function level:draw()
|
function level:draw()
|
||||||
cls(1)
|
cls(1)
|
||||||
pal(1,0)
|
pal(1,0)
|
||||||
@ -862,7 +862,7 @@ function rope:update()
|
|||||||
self.latch_frame=10
|
self.latch_frame=10
|
||||||
end
|
end
|
||||||
|
|
||||||
if (self.latch==nil) self:destroy() return
|
if (self.latch==nil) wrongbleep:bleep(3) self:destroy() return
|
||||||
|
|
||||||
if
|
if
|
||||||
self.latch!=nil and
|
self.latch!=nil and
|
||||||
|
Loading…
Reference in New Issue
Block a user