Skip to content

Commit

Permalink
Converted main scene name to lowercase to match on-disk name
Browse files Browse the repository at this point in the history
  • Loading branch information
iwasinnamuknow committed Nov 15, 2023
1 parent 499e585 commit 922c83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenes/ui/loading_screen.gd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ extends Node
@onready var loading_label = %LoadingLabel
@onready var loading_sprite = %LoadingSprite

var main_scene_path = "res://Scenes/main.tscn"
var main_scene_path = "res://scenes/main.tscn"
var loading_progress = []
var scene_load_status = 0
var main_scene: PackedScene
Expand Down

0 comments on commit 922c83d

Please sign in to comment.