* ajout d'un fondu de musique au changement de phase * résolution de bugs en tout genre
165 lines
6.2 KiB
Plaintext
165 lines
6.2 KiB
Plaintext
[gd_scene load_steps=23 format=3 uid="uid://0yr6b2jtuttm"]
|
|
|
|
[ext_resource type="Script" uid="uid://vhumsfntpqcl" path="res://gui/pointer/scripts/pointer.gd" id="1_1pe2k"]
|
|
[ext_resource type="Texture2D" uid="uid://bspffyprdywgc" path="res://gui/pointer/assets/cursors/pointer.svg" id="2_q4bvb"]
|
|
[ext_resource type="AudioStream" uid="uid://bym03qp4n6vep" path="res://gui/pointer/assets/sounds/click.wav" id="3_kj0cm"]
|
|
[ext_resource type="Texture2D" uid="uid://djb52fosgmv4j" path="res://common/icons/left_click.svg" id="3_pshoq"]
|
|
[ext_resource type="Texture2D" uid="uid://dcgnamu7sb3ov" path="res://common/icons/bolt.svg" id="4_b4uwv"]
|
|
[ext_resource type="Script" uid="uid://c60a1bjcuj4hd" path="res://common/vfx/circle/scripts/circle.gd" id="5_b4uwv"]
|
|
[ext_resource type="PackedScene" uid="uid://3ss8pvhsackj" path="res://gui/game/card/card_visualiser.tscn" id="6_7j4mj"]
|
|
[ext_resource type="Shader" uid="uid://bqjwmomh851lc" path="res://common/vfx/materials/shaders/skew.gdshader" id="7_wgcdp"]
|
|
[ext_resource type="Texture2D" uid="uid://0hbdgalf04e" path="res://common/icons/wood.svg" id="8_tdpeg"]
|
|
[ext_resource type="Script" uid="uid://dj2pv1hiwjfv0" path="res://gui/game/card/scripts/card_info.gd" id="8_xb313"]
|
|
[ext_resource type="Script" uid="uid://dgbh38j13g5kn" path="res://gui/game/card/scripts/card_section_info.gd" id="9_s1ym6"]
|
|
[ext_resource type="Script" uid="uid://b4tkium34c831" path="res://gui/game/card/scripts/card_stat_info.gd" id="10_d4v46"]
|
|
[ext_resource type="Texture2D" uid="uid://bsvxhafoxwmw0" path="res://common/icons/cube-3d-sphere.svg" id="11_s1ym6"]
|
|
[ext_resource type="Texture2D" uid="uid://cgefjpkvs8noj" path="res://common/icons/copy.svg" id="11_tof6i"]
|
|
[ext_resource type="Texture2D" uid="uid://baaujfw8piywi" path="res://common/icons/dna.svg" id="13_mw4ws"]
|
|
[ext_resource type="Texture2D" uid="uid://bt3g5bmar0icf" path="res://common/icons/growth.svg" id="14_efnoc"]
|
|
[ext_resource type="Texture2D" uid="uid://df0y0s666ui4h" path="res://icon.png" id="15_dtmaq"]
|
|
|
|
[sub_resource type="ShaderMaterial" id="ShaderMaterial_6eft6"]
|
|
shader = ExtResource("7_wgcdp")
|
|
shader_parameter/fov = 90.0
|
|
shader_parameter/cull_back = true
|
|
shader_parameter/y_rot = -5.999999999999999e-45
|
|
shader_parameter/x_rot = -5.999999999999999e-45
|
|
shader_parameter/inset = 0.0
|
|
|
|
[sub_resource type="Resource" id="Resource_l3vvu"]
|
|
script = ExtResource("9_s1ym6")
|
|
title_text = "Very nice section"
|
|
title_icon = ExtResource("11_tof6i")
|
|
text = "It's a very nice section with a very nice text"
|
|
metadata/_custom_type_script = "uid://dgbh38j13g5kn"
|
|
|
|
[sub_resource type="Resource" id="Resource_biqg7"]
|
|
script = ExtResource("10_d4v46")
|
|
text = "Dna"
|
|
icon = ExtResource("13_mw4ws")
|
|
metadata/_custom_type_script = "uid://b4tkium34c831"
|
|
|
|
[sub_resource type="Resource" id="Resource_gskac"]
|
|
script = ExtResource("10_d4v46")
|
|
text = "Growth"
|
|
icon = ExtResource("14_efnoc")
|
|
metadata/_custom_type_script = "uid://b4tkium34c831"
|
|
|
|
[sub_resource type="Resource" id="Resource_mbe2a"]
|
|
script = ExtResource("8_xb313")
|
|
title = "Hello"
|
|
texture = ExtResource("15_dtmaq")
|
|
important_stat_text = "5"
|
|
important_stat_icon = ExtResource("8_tdpeg")
|
|
stats = Array[ExtResource("10_d4v46")]([SubResource("Resource_biqg7"), SubResource("Resource_gskac")])
|
|
sections = Array[ExtResource("9_s1ym6")]([SubResource("Resource_l3vvu")])
|
|
metadata/_custom_type_script = "uid://dj2pv1hiwjfv0"
|
|
|
|
[node name="Pointer" type="Node"]
|
|
process_mode = 3
|
|
script = ExtResource("1_1pe2k")
|
|
default_cursor = ExtResource("2_q4bvb")
|
|
|
|
[node name="InspectorCanvasLayer" type="CanvasLayer" parent="."]
|
|
layer = 128
|
|
|
|
[node name="Inspector" type="Control" parent="InspectorCanvasLayer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
mouse_filter = 2
|
|
|
|
[node name="Container" type="VBoxContainer" parent="InspectorCanvasLayer/Inspector"]
|
|
layout_mode = 0
|
|
offset_left = 28.0
|
|
offset_right = 134.0
|
|
offset_bottom = 79.0
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 0
|
|
mouse_filter = 2
|
|
|
|
[node name="Action" type="HBoxContainer" parent="InspectorCanvasLayer/Inspector/Container"]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(0, 20)
|
|
layout_mode = 2
|
|
|
|
[node name="MouseImage" type="TextureRect" parent="InspectorCanvasLayer/Inspector/Container/Action"]
|
|
layout_mode = 2
|
|
texture = ExtResource("3_pshoq")
|
|
expand_mode = 2
|
|
stretch_mode = 5
|
|
|
|
[node name="ActionEnergyImage" type="TextureRect" parent="InspectorCanvasLayer/Inspector/Container/Action"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
texture = ExtResource("4_b4uwv")
|
|
expand_mode = 2
|
|
stretch_mode = 5
|
|
|
|
[node name="ActionText" type="RichTextLabel" parent="InspectorCanvasLayer/Inspector/Container/Action"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
bbcode_enabled = true
|
|
text = "Hello ?"
|
|
fit_content = true
|
|
scroll_active = false
|
|
autowrap_mode = 0
|
|
|
|
[node name="ActionZone" type="Sprite2D" parent="InspectorCanvasLayer/Inspector"]
|
|
unique_name_in_owner = true
|
|
z_index = 4096
|
|
script = ExtResource("5_b4uwv")
|
|
opacity = 0.4
|
|
metadata/_custom_type_script = "uid://c60a1bjcuj4hd"
|
|
|
|
[node name="CardCanvasLayer" type="CanvasLayer" parent="."]
|
|
layer = 2
|
|
|
|
[node name="CardPosition" type="Control" parent="CardCanvasLayer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 3
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="CardCanvasLayer/CardPosition"]
|
|
layout_mode = 1
|
|
anchors_preset = 7
|
|
anchor_left = 0.5
|
|
anchor_top = 1.0
|
|
anchor_right = 0.5
|
|
anchor_bottom = 1.0
|
|
offset_left = -175.0
|
|
offset_top = -130.0
|
|
offset_right = 175.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
mouse_filter = 2
|
|
theme_override_constants/margin_left = 0
|
|
theme_override_constants/margin_top = 0
|
|
theme_override_constants/margin_right = 0
|
|
theme_override_constants/margin_bottom = 0
|
|
|
|
[node name="CardVisualiser" parent="CardCanvasLayer/CardPosition/MarginContainer" instance=ExtResource("6_7j4mj")]
|
|
unique_name_in_owner = true
|
|
modulate = Color(1, 1, 1, 0.5003133)
|
|
material = SubResource("ShaderMaterial_6eft6")
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 8
|
|
mouse_filter = 0
|
|
card_info = SubResource("Resource_mbe2a")
|
|
|
|
[node name="Audio" type="Node" parent="."]
|
|
|
|
[node name="Click" type="AudioStreamPlayer" parent="Audio"]
|
|
stream = ExtResource("3_kj0cm")
|
|
volume_db = -15.0
|