🎉Zorionak eneko!🎉

This commit is contained in:
2024-02-08 23:45:43 +01:00
parent 1bb1fd9b5a
commit fdcf425425
2 changed files with 11 additions and 0 deletions

View File

@@ -90,6 +90,14 @@ func _ready():
if $tooltip_layer/tooltip.connect("tooltip_size_updated", self, "update_tooltip_following_mouse_position", [tooltip_node]) != 0:
escoria.logger.error(self, "Error connecting tooltip_size_updated with update_tooltip_following_mouse_position")
# We get current day and month
var time = OS.get_datetime()
var day = time["day"]
var month = time["month"]
if(day == 8 and month ==2):
escoria.globals_manager.set_global('zorionak_eneko', true)
func _enter_tree():
var room_selector_parent = $CanvasLayer/ui/menu_button/VBoxContainer