Skip to content

Commit

Permalink
fix: make the mouse visible on menu scene
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle committed Jan 1, 2024
1 parent 0cb4da2 commit 95ab48d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/menu.gd
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ extends Node


func _ready():
Input.set_mouse_mode(Input.MOUSE_MODE_VISIBLE)

get_viewport().scaling_3d_scale = 0.25
title.set_text(&"Hazy Road")
easy_menu.connect(&"start_game_pressed", _on_Menu_start_game_pressed)
music.play("main_menu")

await Fade.fade_in(1, Color.BLACK, "Diamond", false, false).finished


Expand Down

0 comments on commit 95ab48d

Please sign in to comment.