We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8303650 commit 580612bCopy full SHA for 580612b
Entities/MiniHeart.cs
@@ -22,7 +22,7 @@ public class MiniHeart : AbstractMiniHeart {
22
public MiniHeart(EntityData data, Vector2 position, EntityID gid)
23
: base(data, position, gid) {
24
25
- this.flash = data.Bool("flash", defaultValue: true);
+ this.flash = data.Bool("flash", defaultValue: true);
26
}
27
28
protected override void heartBroken(Player player, Holdable holdable, Level level) {
0 commit comments