From ae8d0dd85c64a7fc7f087c602f2151f6fb94f232 Mon Sep 17 00:00:00 2001 From: entar Date: Tue, 9 Sep 2025 16:16:15 +0700 Subject: [PATCH] no, --- stages/streets.lua | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/stages/streets.lua b/stages/streets.lua index 261134f..5f7cea5 100644 --- a/stages/streets.lua +++ b/stages/streets.lua @@ -29,10 +29,11 @@ function module.onCreate() canthing.atlas.disappear = true canthing.alpha = 0 - local rain = Sprite("images/blazin/Rain.png", "images/blazin/Rain.xml") - rain.ui = true - rain.layer = 0 - rain:PlayAnimation("Rain", 15, true) + -- local rain = Sprite("images/blazin/Rain.png", "images/blazin/Rain.xml") + -- rain.ui = true + -- rain.layer = 0 + -- rain:PlayAnimation("Rain", 15, true) + -- no. end return module \ No newline at end of file