[FIX] Requreix mini 1.5.2

This commit is contained in:
2026-05-01 21:49:04 +02:00
parent 20646e9c64
commit f071c4b359
7 changed files with 19 additions and 10 deletions

View File

@@ -112,7 +112,7 @@ function gota:draw_falling()
local gota_x, gota_y = viewp:screen_coords( self.x, self.y )
draw.circf( gota_x+4, gota_y+12, 4, 16)
draw.circf( gota_x+5, gota_y+13, 3, 11)
surf.pixel( gota_x+3, gota_y+13, 2)
draw.pixel( gota_x+3, gota_y+13, 2)
end
function gota:draw_drop( x, y )