Skip to content

Commit

Permalink
tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TinyTakinTeller committed Aug 26, 2024
1 parent cab8ddd commit 2243f6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions scenes/ui/screen/offline_screen/offline_screen.gd
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ func _on_offline_progress_processed(
death_label.text += "\n"
death_label.text += "+" + str(heart) + " " + Locale.get_ui_label("heart")
death_label.visible = true
else:
death_label.visible = false

if not SaveFile.prestige_dialog:
SignalBus.tab_clicked.emit(offlline_tab_data)
1 change: 1 addition & 0 deletions scenes/ui/screen/offline_screen/offline_screen.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ layout_mode = 2

[node name="DeathLabel" type="Label" parent="MarginContainer/VBoxContainer/DeathMarginContainer"]
unique_name_in_owner = true
visible = false
layout_mode = 2
text = "+ 180 Singularity
+ 10 Heart"

0 comments on commit 2243f6c

Please sign in to comment.