diff options
Diffstat (limited to 'game/Interface.tscn')
| -rw-r--r-- | game/Interface.tscn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/game/Interface.tscn b/game/Interface.tscn index fa0ea6e..ed071d2 100644 --- a/game/Interface.tscn +++ b/game/Interface.tscn @@ -11,13 +11,13 @@ margin_right = 67.0 margin_bottom = 40.0 [node name="FPS" type="Label" parent="VBoxContainer"] -margin_right = 107.0 +margin_right = 83.0 margin_bottom = 14.0 text = "FPS" script = ExtResource( 1 ) [node name="Money" type="Label" parent="VBoxContainer"] margin_top = 18.0 -margin_right = 107.0 +margin_right = 83.0 margin_bottom = 32.0 -text = "Money Spent: $0" +text = "Money Spent" |
