visual tweaks

This commit is contained in:
Kistaro Windrider 2024-02-29 22:20:55 -08:00
parent d48b81f371
commit 23df0bbe23
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -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