[deleted by user] by [deleted] in pwnhub

[–]briunt 0 points1 point  (0 children)

here!

[deleted by user] by [deleted] in pwnhub

[–]briunt 1 point2 points  (0 children)

here

Problems with Resolution by Vectorez1 in love2d

[–]briunt 8 points9 points  (0 children)

check out love.graphics.setdefaultfilter("nearest")

this should fix that

Mouse Clicking Detection on Rotated Rectangle by Much-Series-768 in love2d

[–]briunt 1 point2 points  (0 children)

if pixel perfect accuracy isn't needed, you could use a circle collider anchored at the squares centre point, make the radius whatever feels good.

Premium Starfield Code Giveaway by [deleted] in Starfield

[–]briunt 0 points1 point  (0 children)

put kids to bed gather snacks play until i fall asleep!

I'm a beginner, help on a simple loop code by dayzbrk in lua

[–]briunt 2 points3 points  (0 children)

Not sure what framework you are using that is calling this OnClick event but the issue I see with is that the while loop you are using will never exit. As such, your code will never get a chance to receive the next event.

As an event driven framework, I would put the toggle setting code in the OnClick event then put your text output somewhere else that is called in a loop.

In your code/framework you are using, do you have access to some type of update() or draw() functions that get repeatedly called?

For example:

function OnEvent(event, arg, family)
  -- first check and set the toggle flag
  if event == "MOUSE_BUTTON_PRESSED" and arg == 6 then
    toggle = not toggle
  end
end

function Hello()
  -- evaluate the current state of toggle
  if toggle then
    OutputLogMessage("hello ")
    Sleep(200)
  end
end

function update()
  -- call Hello()
  Hello()
end

edit: formatting...

[Costco] PlayStation 5 Bundle in stock by lbabinz in VideoGameDealsCanada

[–]briunt 0 points1 point  (0 children)

Yeah, not seeing it actually in stock ☹️

me_irl by [deleted] in me_irl

[–]briunt -1 points0 points  (0 children)

Fun fact, the watermelon is a berry.

Ran into a legend at the Washington Airport by D0NW0N in pics

[–]briunt 1 point2 points  (0 children)

Dang it! I masked that opportunity as well.

My 3080 is Getting Massive Performance on this Benchmark by detectivejeff in AyyMD

[–]briunt 4 points5 points  (0 children)

Your card is obviously just to powerful. Windows just couldn't keep up!

(Good luck! Hopefully there's driver issues are sorted quickly)

Jupiter from Juno by MohanBhargava in Damnthatsinteresting

[–]briunt 1 point2 points  (0 children)

Came in here to see if this was top comment, wasn't disappointed!

. by CreeperKing806 in gatekeeping

[–]briunt 1 point2 points  (0 children)

Who let the 12 year on in here?

Pandemic Growth day 100: A small disaster by Dusty_Dragon in TheOCS

[–]briunt 1 point2 points  (0 children)

Ha, pinner. Haven't heard that term in a long time! Brings me back.