forked from frero/hsgj25-growth
59 lines
2.1 KiB
Plaintext
59 lines
2.1 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://b0g5wd4n3py3x"]
|
|
|
|
[ext_resource type="Script" uid="uid://c4x7n1r3ce1bc" path="res://BaseCard/BaseCard.gd" id="1_hoajl"]
|
|
[ext_resource type="Texture2D" uid="uid://bj4es23jrau8v" path="res://assets/Card/Card_template_grey.png" id="2_111jl"]
|
|
[ext_resource type="Script" uid="uid://bpnlg41p6hsel" path="res://BaseCard/margin_container.gd" id="3_j30jg"]
|
|
[ext_resource type="Texture2D" uid="uid://dpd4hnlfynh0i" path="res://assets/icons/Cursor_projectile_symbol.png" id="4_op1lx"]
|
|
|
|
[node name="Card" type="PanelContainer"]
|
|
offset_right = 430.0
|
|
offset_bottom = 681.0
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 0
|
|
script = ExtResource("1_hoajl")
|
|
|
|
[node name="Behaviors" type="Node" parent="."]
|
|
|
|
[node name="NinePatchRect" type="NinePatchRect" parent="."]
|
|
custom_minimum_size = Vector2(400, 650)
|
|
layout_mode = 2
|
|
texture = ExtResource("2_111jl")
|
|
patch_margin_left = 49
|
|
patch_margin_top = 41
|
|
patch_margin_right = 39
|
|
patch_margin_bottom = 46
|
|
axis_stretch_horizontal = 1
|
|
axis_stretch_vertical = 1
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 50
|
|
theme_override_constants/margin_top = 50
|
|
theme_override_constants/margin_right = 50
|
|
theme_override_constants/margin_bottom = 50
|
|
script = ExtResource("3_j30jg")
|
|
|
|
[node name="VSplitContainer" type="VSplitContainer" parent="MarginContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Art" type="TextureRect" parent="MarginContainer/VSplitContainer"]
|
|
custom_minimum_size = Vector2(300, 300)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
texture = ExtResource("4_op1lx")
|
|
expand_mode = 1
|
|
stretch_mode = 4
|
|
|
|
[node name="VSplitContainer2" type="VSplitContainer" parent="MarginContainer/VSplitContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Title" type="RichTextLabel" parent="MarginContainer/VSplitContainer/VSplitContainer2"]
|
|
layout_mode = 2
|
|
text = "Hello!
|
|
"
|
|
|
|
[node name="Description" type="RichTextLabel" parent="MarginContainer/VSplitContainer/VSplitContainer2"]
|
|
layout_mode = 2
|
|
text = "This is an example of speech, an audio compression service designed specifically for the reproduction of human speech"
|