🎉Zorionak eneko!🎉
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user