mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:55:35 +00:00
30 lines
980 B
Text
30 lines
980 B
Text
[gd_scene load_steps=4 format=3 uid="uid://dfdagutgntio4"]
|
|
|
|
[ext_resource type="Script" uid="uid://cifjmgf1f2iuk" path="res://Scripts/UI/MusicVisualizerCanvas.cs" id="1_2rpsr"]
|
|
[ext_resource type="LabelSettings" uid="uid://buk3e7bbwmnv1" path="res://Resources/Styles/Hud_Text_Style.tres" id="1_11hsa"]
|
|
[ext_resource type="Texture2D" uid="uid://bpd4ldfmt3s51" path="res://Sprites/UI/Note.png" id="2_6xd7p"]
|
|
|
|
[node name="AudioCanvas" type="CanvasLayer"]
|
|
script = ExtResource("1_2rpsr")
|
|
|
|
[node name="Title" type="Label" parent="."]
|
|
anchors_preset = 3
|
|
anchor_left = 1.0
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = -63.0
|
|
offset_top = -23.0
|
|
grow_horizontal = 0
|
|
grow_vertical = 0
|
|
size_flags_horizontal = 4
|
|
text = "Title Text (Author)"
|
|
label_settings = ExtResource("1_11hsa")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Title"]
|
|
layout_mode = 1
|
|
offset_left = -16.0
|
|
offset_top = -2.0
|
|
offset_bottom = 14.0
|
|
texture = ExtResource("2_6xd7p")
|
|
stretch_mode = 2
|