Search found 6 matches

by NegiMox
Fri Apr 10, 2020 11:11 am
Forum: General
Topic: Sprite pixel on the bottom left are glitched
Replies: 6
Views: 7016

Re: Sprite pixel on the bottom left are glitched

Oh ok,i will try updating my drivers.Btw thanks for helping me.
by NegiMox
Thu Apr 09, 2020 8:06 am
Forum: General
Topic: Sprite pixel on the bottom left are glitched
Replies: 6
Views: 7016

Re: Sprite pixel on the bottom left are glitched

This is made in LOVE 0.10.0
Here it is:
game.love
"Game"
(754.07 KiB) Downloaded 412 times
by NegiMox
Wed Apr 08, 2020 3:06 pm
Forum: General
Topic: Sprite pixel on the bottom left are glitched
Replies: 6
Views: 7016

Re: Sprite pixel on the bottom left are glitched

I tried doing it,like this function love.draw() push:start() love.graphics.draw(background, -backgroundScroll, 0) gStateMachine:render() love.graphics.draw(ground, math.floor(-groundScroll), math.floor(VIRTUAL_HEIGHT - 16)) push:finish() end" But still the same problem. (For further post i will...
by NegiMox
Wed Apr 08, 2020 7:06 am
Forum: General
Topic: Avatars: OBEY!
Replies: 763
Views: 1004227

Re: Avatars: OBEY!

This is my thread link:https://love2d.org/forums/viewtopic.php?f=3&t=88590
Hope someone reply.
by NegiMox
Wed Apr 08, 2020 4:36 am
Forum: General
Topic: Avatars: OBEY!
Replies: 763
Views: 1004227

Re: Avatars: OBEY!

Hello,iam new to love2d i was wandering do people still use this forum or not?
by NegiMox
Mon Apr 06, 2020 9:11 am
Forum: General
Topic: Sprite pixel on the bottom left are glitched
Replies: 6
Views: 7016

Sprite pixel on the bottom left are glitched

Heya everybody,Iam new to LUA and also LOVE today i was creating new sprites but it showed some wired unwanted pixels on the bottom left corner. This is the glitch which appears when i add love.graphics.setDefaultFilter('nearest','nearest'). Untitled.png This is without love.graphics.setDefaultFilte...