Hello
I am making a game and am trying to implement a menu scene where the player selects the difficulty. When the player selects the difficulty he gets moved onto the main game. The only information I want the difficulty to pass to the main game is a time variable 60, 45 ,30 seconds etc.
My question is how can I pass the information between the two lua files/scenes.
I have attached a simple picture to show what i mean.
Thanking You