visual tweaks
This commit is contained in:
parent
d48b81f371
commit
23df0bbe23
@ -1408,7 +1408,7 @@ cmgr={
|
|||||||
bpi=1, -- TODO: bitplane index -- different algorithm
|
bpi=1, -- TODO: bitplane index -- different algorithm
|
||||||
sprs=10,
|
sprs=10,
|
||||||
step=3,
|
step=3,
|
||||||
y=12,
|
y=10,
|
||||||
h=10,
|
h=10,
|
||||||
oval_h=5,
|
oval_h=5,
|
||||||
c0 = 8, -- shadow
|
c0 = 8, -- shadow
|
||||||
@ -1747,8 +1747,8 @@ function arcade_level:u()
|
|||||||
end
|
end
|
||||||
if self.wordremain <= 0 and self.words.next == nil then
|
if self.wordremain <= 0 and self.words.next == nil then
|
||||||
self.phin.exiting = true
|
self.phin.exiting = true
|
||||||
self.cld1.df = 0
|
self.cld1.df = 0.125
|
||||||
self.cld0.df = 0
|
self.cld0.df = 0.125
|
||||||
end
|
end
|
||||||
if self.phin.x > 90 then
|
if self.phin.x > 90 then
|
||||||
if not self.mstp then
|
if not self.mstp then
|
||||||
|
Loading…
Reference in New Issue
Block a user