[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

@@ -70,8 +70,8 @@ function elalien.draw()
end
if elalien.step==0 then
draw.line(scr_x+xoff0, scr_y+6, scr_x+xoff0, scr_y+11, 11)
surf.pixel(scr_x+xoff1, scr_y+11, 11)
surf.pixel(scr_x+xoff1, scr_y+7, 11)
draw.pixel(scr_x+xoff1, scr_y+11, 11)
draw.pixel(scr_x+xoff1, scr_y+7, 11)
elseif elalien.step<3 then
draw.line(scr_x+xoff0, scr_y+6, scr_x+xoff0, scr_y+11, 11)
draw.line(scr_x+xoff1, scr_y+7, scr_x+xoff1, scr_y+11, 11)