Log In  

Cart #nutrispace_shooter-0 | 2022-03-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

P#107969 2022-03-03 14:15

1

Super jeux !!

P#107971 2022-03-03 14:22

There is a strange black pixel in the middle of the screen, @Shaa94.

P#108010 2022-03-04 03:01

Yes @dw817, but i don't know where he can from, i need to see that. Thanks

P#108019 2022-03-04 08:44
1

Jeu génial ! J'ai adoré, j'y ai passé des heures. :)

P#108040 2022-03-04 15:48
1
function _init()
    x=63
    y=63

There are these two variables under _init(). I doubt they're called anywhere else but here:

function draw_explosions()--cercle d'explosion
 circ(x,y,rayon,color)
    for ex in all(explosions) do
    circ(ex.x,ex.y,ex.timer/2,--taille du cercle
    8+ex.timer%3)   --halo de couleur
    end
end

This is where they seem to be used. Since rayon and color are undefined, they're substituted with 0. Removing or commenting out the circ() would do.

Changing the x and y under _init() places the black pixel (or a circle with 0 radius and black color (0)) in that position.

P#108042 2022-03-04 16:24 ( Edited 2022-03-04 16:26)

@Katyusza, the dot disappeared by removing x & y variables.
Thank you! ;)

P#110570 2022-04-20 12:51

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-28 21:45:22 | 0.063s | Q:30