added infinite lives mode

This commit is contained in:
pennyrigate 2023-02-13 02:30:44 -05:00
parent f19a49f6e7
commit ed04bf1c2e
13 changed files with 109 additions and 11 deletions

View file

@ -91,6 +91,14 @@ text = "Collect all coins
"
align = 1
[node name="LivesModeText" type="Label" parent="."]
margin_left = 2.0
margin_top = 176.0
margin_right = 258.0
margin_bottom = 190.0
theme = ExtResource( 1 )
text = "lives are off press z to change this"
[node name="ShardGraphics" type="Node2D" parent="."]
position = Vector2( 0, 7 )