mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-01-11 13:51:11 +01:00
Removed stray print.
This commit is contained in:
parent
9c4c30b821
commit
6b388b3c1b
@ -173,7 +173,6 @@ func _button_zoom_plus() -> void:
|
|||||||
|
|
||||||
func _notification(p_what : int) -> void:
|
func _notification(p_what : int) -> void:
|
||||||
if (p_what == NOTIFICATION_ENTER_TREE || p_what == NOTIFICATION_THEME_CHANGED):
|
if (p_what == NOTIFICATION_ENTER_TREE || p_what == NOTIFICATION_THEME_CHANGED):
|
||||||
print(get_icon("ZoomLess", "EditorIcons"))
|
|
||||||
zoom_minus.icon = get_icon("ZoomLess", "EditorIcons")
|
zoom_minus.icon = get_icon("ZoomLess", "EditorIcons")
|
||||||
zoom_plus.icon = get_icon("ZoomMore", "EditorIcons")
|
zoom_plus.icon = get_icon("ZoomMore", "EditorIcons")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user