73 lines
2.0 KiB
Plaintext
73 lines
2.0 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://iaf4md4cbwqh"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/gui/seed_card.gd" id="1_ecgsq"]
|
|
|
|
[sub_resource type="Gradient" id="Gradient_lissx"]
|
|
offsets = PackedFloat32Array(1)
|
|
colors = PackedColorArray(0.125911, 0.125911, 0.125911, 1)
|
|
|
|
[sub_resource type="GradientTexture1D" id="GradientTexture1D_aglhv"]
|
|
gradient = SubResource("Gradient_lissx")
|
|
|
|
[sub_resource type="NoiseTexture2D" id="NoiseTexture2D_kiud1"]
|
|
|
|
[node name="SeedCard" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
size_flags_horizontal = 8
|
|
size_flags_vertical = 8
|
|
script = ExtResource("1_ecgsq")
|
|
|
|
[node name="Card" type="PanelContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 3
|
|
anchor_left = 1.0
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = -100.0
|
|
offset_top = -181.0
|
|
grow_horizontal = 0
|
|
grow_vertical = 0
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Card"]
|
|
layout_mode = 2
|
|
texture = SubResource("GradientTexture1D_aglhv")
|
|
expand_mode = 1
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="Card"]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 10
|
|
theme_override_constants/margin_top = 10
|
|
theme_override_constants/margin_right = 10
|
|
theme_override_constants/margin_bottom = 10
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="Card/MarginContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Nom" type="Label" parent="Card/MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Chène"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="Image" type="TextureRect" parent="Card/MarginContainer/VBoxContainer"]
|
|
custom_minimum_size = Vector2(0, 80)
|
|
layout_mode = 2
|
|
texture = SubResource("NoiseTexture2D_kiud1")
|
|
expand_mode = 3
|
|
stretch_mode = 5
|
|
|
|
[node name="Besoins" type="Label" parent="Card/MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Besoins"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="Apports" type="Label" parent="Card/MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Apports
|
|
"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|