mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-22 08:04:23 +00:00
Fix preload
paths in Main
This commit is contained in:
parent
b9624ab6bb
commit
ed82b22f93
1 changed files with 2 additions and 2 deletions
4
main.gd
4
main.gd
|
@ -42,8 +42,8 @@ var current_stage: Stage:
|
|||
|
||||
|
||||
## The main menu scene.
|
||||
const SCENE_MENU: PackedScene = preload("res://scenes/interface/main_menu.tscn")
|
||||
const SCENE_GAME: PackedScene = preload("res://scenes/game/game.tscn")
|
||||
const SCENE_MENU: PackedScene = preload("res://scenes/menu/main_menu.tscn")
|
||||
const SCENE_GAME: PackedScene = preload("res://scenes/game/main_game.tscn")
|
||||
|
||||
## The main menu node.
|
||||
var scene_menu: MainMenu = null
|
||||
|
|
Loading…
Reference in a new issue