fix for the release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=12 format=3 uid="uid://jx8hrj6k1ju8"]
|
||||
[gd_scene load_steps=13 format=3 uid="uid://jx8hrj6k1ju8"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://d1ugwu6dqomtg" path="res://scene/wall.tscn" id="1_7iavl"]
|
||||
[ext_resource type="Theme" uid="uid://b46gto6k33wqr" path="res://theme.tres" id="3_7iavl"]
|
||||
@@ -75,6 +75,12 @@ func _ready() -> void:
|
||||
text = GameController.get_scoreboard_singleplayer()
|
||||
"
|
||||
|
||||
[sub_resource type="GDScript" id="GDScript_dyrmm"]
|
||||
script/source = "extends Label
|
||||
func _ready() -> void:
|
||||
text = GameController.get_scoreboard_multiplayer()
|
||||
"
|
||||
|
||||
[node name="load_screen" type="Node2D"]
|
||||
|
||||
[node name="wall" parent="." node_paths=PackedStringArray("spawner") instance=ExtResource("1_7iavl")]
|
||||
@@ -282,7 +288,7 @@ theme = ExtResource("3_7iavl")
|
||||
theme_override_font_sizes/font_size = 16
|
||||
horizontal_alignment = 1
|
||||
autowrap_mode = 1
|
||||
script = SubResource("GDScript_u3kfb")
|
||||
script = SubResource("GDScript_dyrmm")
|
||||
|
||||
[node name="Label" type="Label" parent="CanvasLayer/Control"]
|
||||
layout_mode = 1
|
||||
|
||||
Reference in New Issue
Block a user