mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +01:00
correct some more lint errors
This commit is contained in:
parent
cd21d816d3
commit
a8fb7bae19
2 changed files with 1 additions and 2 deletions
|
@ -1279,7 +1279,6 @@ label chapter_8:
|
||||||
with Dissolve(0.2)
|
with Dissolve(0.2)
|
||||||
|
|
||||||
pause 0.3
|
pause 0.3
|
||||||
hide anonfacecloseup
|
|
||||||
|
|
||||||
|
|
||||||
FD "Out. {w=0.3}{b}Now{/b}."
|
FD "Out. {w=0.3}{b}Now{/b}."
|
||||||
|
|
|
@ -1051,7 +1051,7 @@ image naomi prom lessblurred = im.Flip(im.Blur('images/naomi/naomi prom neutral.
|
||||||
#image emptyroomnight = "images/backgrounds/emptyroomnight.webp"
|
#image emptyroomnight = "images/backgrounds/emptyroomnight.webp"
|
||||||
|
|
||||||
#image naomifangcg = "images/cgs/naomifangcg.webp"
|
#image naomifangcg = "images/cgs/naomifangcg.webp"
|
||||||
image naomifangcg blur = im.Blur("images/cgs/naomifangcg.webp", 1.5)
|
#image naomifangcg blur = im.Blur("images/cgs/naomifangcg.webp", 1.5)
|
||||||
image naomiletter = 'images/cgs/naomiletter.webp'
|
image naomiletter = 'images/cgs/naomiletter.webp'
|
||||||
#image ending_d_cg = 'images/cgs/golden ending.webp'
|
#image ending_d_cg = 'images/cgs/golden ending.webp'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue