forked from team-sg/hero-mark-2
added infinite lives mode
This commit is contained in:
parent
f19a49f6e7
commit
ed04bf1c2e
13 changed files with 109 additions and 11 deletions
|
@ -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 )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue