[FIX] Requreix mini 1.5.2
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user