Skip to content

Commit

Permalink
Merge pull request #1 from iwasinnamuknow/fix-main-scene-name
Browse files Browse the repository at this point in the history
Converted main scene name to lowercase to match on-disk name
  • Loading branch information
Dutchgoose authored Nov 15, 2023
2 parents 27adbc8 + 922c83d commit b0859e2
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 b0859e2

Please sign in to comment.