Merge branch 'gymkhana/escoria4' of git.fosil.eu:gymkhana/gymkhana into gymkhana/escoria4
This commit is contained in:
@@ -100,8 +100,7 @@ func _ready():
|
||||
var time = Time.get_datetime_dict_from_system()
|
||||
var day = time["day"]
|
||||
var month = time["month"]
|
||||
if( day == 8 and month ==2 ):
|
||||
escoria.globals_manager.set_global('zorionak_eneko', true)
|
||||
escoria.globals_manager.set_global('zorionak_eneko', day == 8 and month ==2 )
|
||||
|
||||
# Show inventory when video player finishes playing a video (inventory is hidden when a video starts)
|
||||
get_video_player().connect("finished", Callable(self, "show_ui"))
|
||||
|
||||
Reference in New Issue
Block a user