I have two variables:
var month :int = null
var day :int = null
Now in the _ready()
function I want to set the month and day variable to the real month and day.
For example today is the 09.11.2020 and today month should be set to 11 and day should be set to 9.
Thanks for answers!