diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-08-05 22:26:17 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-08-05 22:26:17 -0400 |
| commit | f38880a49047aeea9ff55a3f1fd13701688ca56f (patch) | |
| tree | f282ab1f7636ded4765a3e6f33e16e3824b6bb96 /game/Interface.tscn | |
| parent | 0fdf6eebba1723f3d05e668d78bdc7669e679486 (diff) | |
| download | frivolous-run-f38880a49047aeea9ff55a3f1fd13701688ca56f.tar.gz frivolous-run-f38880a49047aeea9ff55a3f1fd13701688ca56f.tar.bz2 frivolous-run-f38880a49047aeea9ff55a3f1fd13701688ca56f.zip | |
New logo, pause, made more controls
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 8efd082..fa0ea6e 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 = 67.0 +margin_right = 107.0 margin_bottom = 14.0 text = "FPS" script = ExtResource( 1 ) [node name="Money" type="Label" parent="VBoxContainer"] margin_top = 18.0 -margin_right = 67.0 +margin_right = 107.0 margin_bottom = 32.0 -text = "Money: $0" +text = "Money Spent: $0" |
