diff options
author | Logan <logan@cflip.net> | 2023-05-01 11:08:27 -0600 |
---|---|---|
committer | Logan <logan@cflip.net> | 2023-05-01 11:08:27 -0600 |
commit | af772345caa9fc3a006f91fbd4ab10fc11fe33c7 (patch) | |
tree | c816899e6d79a0bf3b0993360c19da2292a56062 | |
parent | 7625d43635b89a97e662deb01814c79154516302 (diff) |
Fix MessageLabel typo
-rw-r--r-- | scenes/interface.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scenes/interface.tscn b/scenes/interface.tscn index ed21f96..b40e282 100644 --- a/scenes/interface.tscn +++ b/scenes/interface.tscn @@ -191,7 +191,7 @@ offset_left = -107.0 offset_right = 107.0 offset_bottom = 16.0 theme = ExtResource("4") -text = "DIFFICULT PHASE CHANGED:" +text = "DIFFICULTY PHASE CHANGED:" horizontal_alignment = 1 [node name="ChangeLabel" type="Label" parent="Difficulty"] |