Upgrade to Godot 4.4.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
[ext_resource type="Theme" uid="uid://b8rk41gjual2b" path="res://Assets/DefaultTheme.tres" id="1_tbi88"]
|
||||
[ext_resource type="Texture2D" uid="uid://bwfbs4jxbia3o" path="res://Assets/Icons/microphone_track.svg" id="2_r2pin"]
|
||||
[ext_resource type="Script" path="res://Scripts/Track.gd" id="2_rsf0h"]
|
||||
[ext_resource type="Script" uid="uid://nq2n8r8tq3nt" path="res://Scripts/Track.gd" id="2_rsf0h"]
|
||||
[ext_resource type="FontFile" uid="uid://ctw3g5gundhpj" path="res://Assets/Fonts/InterVariable.ttf" id="3_12y3l"]
|
||||
|
||||
[sub_resource type="FontVariation" id="FontVariation_lbdn3"]
|
||||
@@ -29,6 +29,7 @@ anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_type_variation = &"Track"
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="PanelContainer"]
|
||||
clip_children = 1
|
||||
@@ -37,8 +38,9 @@ layout_mode = 2
|
||||
[node name="ColorStrip" type="ColorRect" parent="PanelContainer/HBoxContainer"]
|
||||
self_modulate = Color(0.699653, 0.699654, 0.699653, 1)
|
||||
clip_contents = true
|
||||
custom_minimum_size = Vector2(4, 0)
|
||||
custom_minimum_size = Vector2(2, 0)
|
||||
layout_mode = 2
|
||||
color = Color(0.435294, 0.435294, 0.435294, 1)
|
||||
|
||||
[node name="Body" type="MarginContainer" parent="PanelContainer/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
Reference in New Issue
Block a user