goodlancer-org / typer-miner

Typing tutor for Hebrew language
0 stars 0 forks source link

Create splash screen with mascots #3

Closed melofon closed 5 months ago

melofon commented 5 months ago

Redesign game menu:

  1. Add mascots as sprites with animation
  2. Add styled background
  3. Design the first screen appearance as follows:
    • showing the background
    • the mascots appear on the screen
    • wait for 5 seconds and show the main menu
melofon commented 5 months ago

to get the moment when the screen is ready you can use func _ready(): signal function. To make a function wait just add OS.delay_msec(milliseconds), i.e. OS.delay_msec(5000)