seeding-planets/gui/game/inspector/inspector.tscn
Zacharie Guet ef392595de ajout des mutation et refonte de l'inspecteur
* ajout des mutations #86
* changement de l'objectif #85
* refonte de l'inspecteur #71
* changement léger de la plantation
* les plantes ne donnent que des graines de leurs espèces
* refonte partielle du code, refacto
2025-10-12 01:03:08 +02:00

75 lines
2.6 KiB
Plaintext

[gd_scene load_steps=10 format=3 uid="uid://d3lff5fui1k0c"]
[ext_resource type="Theme" uid="uid://bgcmd213j6gk1" path="res://gui/ressources/default_theme.tres" id="1_f5bv4"]
[ext_resource type="Texture2D" uid="uid://lpik6kwqgmjx" path="res://gui/game/assets/texture/tablette_resized.png" id="1_qfinp"]
[ext_resource type="Script" uid="uid://b36bjfq4sng36" path="res://gui/game/inspector/scripts/inspector.gd" id="3_a8c2j"]
[ext_resource type="Texture2D" uid="uid://pltmnkqd5ut2" path="res://entities/plants/assets/sprites/seeds/grille_seeds.png" id="3_qfinp"]
[ext_resource type="FontFile" uid="uid://cpnsnrqhfkj3k" path="res://gui/ressources/fonts/spincycle_ot.otf" id="4_yijvw"]
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_yijvw"]
texture = ExtResource("1_qfinp")
texture_margin_left = 30.0
texture_margin_top = 10.0
texture_margin_right = 30.0
texture_margin_bottom = 50.0
region_rect = Rect2(18, 31, 240, 334)
[sub_resource type="AtlasTexture" id="AtlasTexture_ek73b"]
atlas = ExtResource("3_qfinp")
region = Rect2(76, 75, 124, 135)
[sub_resource type="LabelSettings" id="LabelSettings_ek73b"]
font = ExtResource("4_yijvw")
font_size = 20
[sub_resource type="LabelSettings" id="LabelSettings_c4yiu"]
font_size = 12
[node name="Inspector" type="PanelContainer"]
offset_right = 276.0
offset_bottom = 235.0
size_flags_horizontal = 0
size_flags_vertical = 0
theme_override_styles/panel = SubResource("StyleBoxTexture_yijvw")
script = ExtResource("3_a8c2j")
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 2
size_flags_vertical = 0
theme = ExtResource("1_f5bv4")
[node name="Texture" type="TextureRect" parent="VBoxContainer"]
unique_name_in_owner = true
custom_minimum_size = Vector2(0, 50)
layout_mode = 2
size_flags_horizontal = 3
texture = SubResource("AtlasTexture_ek73b")
expand_mode = 1
stretch_mode = 5
[node name="Title" type="Label" parent="VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
text = "fdqsd dqsdq dsqdqsd"
label_settings = SubResource("LabelSettings_ek73b")
horizontal_alignment = 1
autowrap_mode = 2
[node name="StatInfos" type="HFlowContainer" parent="VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
theme_override_constants/h_separation = 8
theme_override_constants/v_separation = 8
alignment = 1
[node name="Desc" type="Label" parent="VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
text = "Very interesting description that can be very long, like 2 or 3 lines long."
label_settings = SubResource("LabelSettings_c4yiu")
autowrap_mode = 3
[node name="FramedInfos" type="VBoxContainer" parent="VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2