Skip to content

Commit 9750390

Browse files
committed
Fix Loenn plugin rectangle
1 parent 88929e1 commit 9750390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loenn/entities/misc/dream_theo_crystal.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function dreamTheoCrystal.sprite(room, entity)
2222
end
2323

2424
function dreamTheoCrystal.rectangle(room, entity)
25-
return utils.rectangle(entity.x - 11, entity.y - 21, 21, 21)
25+
return utils.rectangle(entity.x - 11, entity.y - 21, 21, 22)
2626
end
2727

2828
return dreamTheoCrystal

0 commit comments

Comments
 (0)