diff options
| author | freddie-a <57713959+freddie-a@users.noreply.github.com> | 2022-10-29 14:32:15 +0100 |
|---|---|---|
| committer | mark9064 <57713959+freddie-a@users.noreply.github.com> | 2022-10-29 14:32:15 +0100 |
| commit | 552f7b245159b097724569e161c441bd71c287da (patch) | |
| tree | d9ea779e3a590d61f66a6ca2f3c8c8531046c415 /Node2D.tscn | |
| parent | 07af547a9cc763c318d02ef2a915fc8525fb71a3 (diff) | |
Set default health to 100%
Diffstat (limited to 'Node2D.tscn')
| -rw-r--r-- | Node2D.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Node2D.tscn b/Node2D.tscn index bbfd349..8859c48 100644 --- a/Node2D.tscn +++ b/Node2D.tscn @@ -42,7 +42,7 @@ margin_right = 949.0 margin_bottom = 14.0 size_flags_horizontal = 3 size_flags_vertical = 3 -value = 50.0 +value = 100.0 [node name="Label2" type="Label" parent="HBoxContainer"] margin_left = 959.0 |
