All checks were successful
Build / build (push) Successful in 1m21s
#23: Add a log for when points are given to players #25: Fixed some graphical stuff #26: Changed so the same character can be on a song multiple times #27: Turning off statistics after win
34 lines
953 B
Plaintext
34 lines
953 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://bijh5h5yrivm3"]
|
|
|
|
[ext_resource type="Script" uid="uid://cw41y87l64qo7" path="res://log.gd" id="1_q72ua"]
|
|
|
|
[node name="Control" type="Control"]
|
|
custom_minimum_size = Vector2(700, 700)
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_q72ua")
|
|
|
|
[node name="LogPanel" type="Panel" parent="."]
|
|
unique_name_in_owner = true
|
|
visibility_layer = 513
|
|
custom_minimum_size = Vector2(700, 700)
|
|
layout_mode = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="LogScrollContainer" type="ScrollContainer" parent="LogPanel"]
|
|
custom_minimum_size = Vector2(700, 700)
|
|
layout_mode = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="LogVBoxContainer" type="VBoxContainer" parent="LogPanel/LogScrollContainer"]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(700, 700)
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 1
|