mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-04-27 23:35:34 +00:00
HOTFIX: tests pass again
This commit is contained in:
parent
036c363071
commit
a18a9ea6f3
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
extends GutTest
|
||||
|
||||
var PLAYER : PackedScene = preload("res://entities/player/player.tscn")
|
||||
var SCOREBOARD : PackedScene = preload("res://interfaces/hud/scoreboard.tscn")
|
||||
var SCOREBOARD : PackedScene = preload("res://interfaces/scoreboard/scoreboard.tscn")
|
||||
|
||||
var _subject : Scoreboard
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue