Skip to content

Commit

Permalink
tab to space
Browse files Browse the repository at this point in the history
  • Loading branch information
maddie480 authored Oct 19, 2024
1 parent 8303650 commit 580612b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Entities/MiniHeart.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class MiniHeart : AbstractMiniHeart {
public MiniHeart(EntityData data, Vector2 position, EntityID gid)
: base(data, position, gid) {

this.flash = data.Bool("flash", defaultValue: true);
this.flash = data.Bool("flash", defaultValue: true);
}

protected override void heartBroken(Player player, Holdable holdable, Level level) {
Expand Down

0 comments on commit 580612b

Please sign in to comment.