Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GuglioIsStupid committed May 28, 2024
1 parent 8d71c4e commit fae4b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/love/sprites/resultsScreen/resultBoyfriendGOOD.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return graphics.newSprite(
love.graphics.newImage(graphics.imagePath(love.math.random(1, 300) and "resultsScreen/resultSuperFuckingMarioGOOD" or "resultsScreen/resultBoyfriendGOOD")),
love.graphics.newImage(graphics.imagePath(love.math.random(1, 300) == 1 and "resultsScreen/resultSuperFuckingMarioGOOD" or "resultsScreen/resultBoyfriendGOOD")),
-- Automatically generated from resultBoyfriendGOOD.xml
{
{x = 4, y = 4, width = 451, height = 464, offsetX = -114, offsetY = 0, offsetWidth = 655, offsetHeight = 937, rotated = false}, -- 1: Boyfriend Good Anim0000
Expand Down

0 comments on commit fae4b88

Please sign in to comment.