modification de la scène de cockpit et ajout de lien entre les scènes
This commit is contained in:
230
gui/credits/credits.tscn
Normal file
230
gui/credits/credits.tscn
Normal file
@@ -0,0 +1,230 @@
|
||||
[gd_scene format=3 uid="uid://c5a32n6rjjlnt"]
|
||||
|
||||
[ext_resource type="Shader" uid="uid://cuni3ggtw2uuy" path="res://common/vfx/materials/shaders/blur.gdshader" id="1_yknhu"]
|
||||
[ext_resource type="Theme" uid="uid://5au2k3vf2po3" path="res://gui/ressources/menu.tres" id="2_luv2b"]
|
||||
[ext_resource type="Texture2D" uid="uid://cdpqg3pkjcw2h" path="res://stages/title_screen/assets/textures/title.png" id="3_urbel"]
|
||||
[ext_resource type="LabelSettings" uid="uid://dqwayi8yjwau2" path="res://gui/ressources/title_label_settings.tres" id="4_5k6jv"]
|
||||
[ext_resource type="PackedScene" uid="uid://bc3byq8e45ejj" path="res://gui/credits/socials/steam.tscn" id="5_luv2b"]
|
||||
[ext_resource type="PackedScene" uid="uid://c8flevrkelpvy" path="res://gui/credits/socials/instagram.tscn" id="5_yknhu"]
|
||||
[ext_resource type="FontFile" uid="uid://qt80w6o01q5s" path="res://gui/ressources/fonts/TitanOne-Regular.ttf" id="7_urbel"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_67c4d"]
|
||||
shader = ExtResource("1_yknhu")
|
||||
shader_parameter/strength = 3.3
|
||||
shader_parameter/mix_percentage = 0.3
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_5k6jv"]
|
||||
font = ExtResource("7_urbel")
|
||||
font_size = 20
|
||||
|
||||
[node name="Credits" type="CanvasLayer" unique_id=180964898]
|
||||
layer = 99
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="." unique_id=2001966466]
|
||||
material = SubResource("ShaderMaterial_67c4d")
|
||||
offset_right = 1152.0
|
||||
offset_bottom = 648.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
color = Color(0.0352941, 0.0196078, 0.12549, 0.705882)
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="." unique_id=1349934988]
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme = ExtResource("2_luv2b")
|
||||
|
||||
[node name="GridContainer" type="GridContainer" parent="MarginContainer" unique_id=1426452837]
|
||||
layout_mode = 2
|
||||
columns = 2
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/GridContainer" unique_id=1825004235]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
theme = ExtResource("2_luv2b")
|
||||
theme_override_constants/separation = 30
|
||||
alignment = 1
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="MarginContainer/GridContainer/VBoxContainer" unique_id=630290371]
|
||||
custom_minimum_size = Vector2(0, 120)
|
||||
layout_mode = 2
|
||||
texture = ExtResource("3_urbel")
|
||||
expand_mode = 2
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="Label" type="Label" parent="MarginContainer/GridContainer/VBoxContainer" unique_id=215880453]
|
||||
layout_mode = 2
|
||||
text = "THANKS_FOR_PLAYING"
|
||||
label_settings = ExtResource("4_5k6jv")
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="SteamButton" parent="MarginContainer/GridContainer/VBoxContainer" unique_id=1181450581 instance=ExtResource("5_luv2b")]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="InstagramButton" parent="MarginContainer/GridContainer/VBoxContainer" unique_id=68880754 instance=ExtResource("5_yknhu")]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="VBoxContainer2" type="VBoxContainer" parent="MarginContainer/GridContainer" unique_id=105267250]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
alignment = 1
|
||||
|
||||
[node name="Label" type="Label" parent="MarginContainer/GridContainer/VBoxContainer2" unique_id=357271576]
|
||||
layout_mode = 2
|
||||
text = "CREDITS"
|
||||
label_settings = ExtResource("4_5k6jv")
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="CreditsLine" type="HBoxContainer" parent="MarginContainer/GridContainer/VBoxContainer2" unique_id=1741103336]
|
||||
layout_mode = 2
|
||||
alignment = 1
|
||||
|
||||
[node name="Name" type="Label" parent="MarginContainer/GridContainer/VBoxContainer2/CreditsLine" unique_id=1394241322]
|
||||
layout_mode = 2
|
||||
text = "Zacharie Guet"
|
||||
label_settings = SubResource("LabelSettings_5k6jv")
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Role" type="Label" parent="MarginContainer/GridContainer/VBoxContainer2/CreditsLine" unique_id=655246864]
|
||||
layout_mode = 2
|
||||
text = "WRITING_DEV_AND_GAME_DESIGN"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="CreditsLine2" type="HBoxContainer" parent="MarginContainer/GridContainer/VBoxContainer2" unique_id=243217974]
|
||||
layout_mode = 2
|
||||
alignment = 1
|
||||
|
||||
[node name="Name" type="Label" parent="MarginContainer/GridContainer/VBoxContainer2/CreditsLine2" unique_id=37544606]
|
||||
layout_mode = 2
|
||||
text = "Niels Cauterman"
|
||||
label_settings = SubResource("LabelSettings_5k6jv")
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Role" type="Label" parent="MarginContainer/GridContainer/VBoxContainer2/CreditsLine2" unique_id=410189656]
|
||||
layout_mode = 2
|
||||
text = "MUSIC_SOUND_DESIGN_AND_WRITING"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="CreditsLine3" type="HBoxContainer" parent="MarginContainer/GridContainer/VBoxContainer2" unique_id=520097904]
|
||||
layout_mode = 2
|
||||
alignment = 1
|
||||
|
||||
[node name="Name" type="Label" parent="MarginContainer/GridContainer/VBoxContainer2/CreditsLine3" unique_id=1412859434]
|
||||
layout_mode = 2
|
||||
text = "Victor RJ"
|
||||
label_settings = SubResource("LabelSettings_5k6jv")
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Role" type="Label" parent="MarginContainer/GridContainer/VBoxContainer2/CreditsLine3" unique_id=1908527265]
|
||||
layout_mode = 2
|
||||
text = "DEV_AND_GAME_DESIGN"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="CreditsLine4" type="HBoxContainer" parent="MarginContainer/GridContainer/VBoxContainer2" unique_id=1682772698]
|
||||
layout_mode = 2
|
||||
alignment = 1
|
||||
|
||||
[node name="Name" type="Label" parent="MarginContainer/GridContainer/VBoxContainer2/CreditsLine4" unique_id=1820679506]
|
||||
layout_mode = 2
|
||||
text = "Eva"
|
||||
label_settings = SubResource("LabelSettings_5k6jv")
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Role" type="Label" parent="MarginContainer/GridContainer/VBoxContainer2/CreditsLine4" unique_id=557243140]
|
||||
layout_mode = 2
|
||||
text = "ART"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="CreditsLine5" type="HBoxContainer" parent="MarginContainer/GridContainer/VBoxContainer2" unique_id=393247738]
|
||||
layout_mode = 2
|
||||
alignment = 1
|
||||
|
||||
[node name="Name" type="Label" parent="MarginContainer/GridContainer/VBoxContainer2/CreditsLine5" unique_id=1144039651]
|
||||
layout_mode = 2
|
||||
text = "Ayou"
|
||||
label_settings = SubResource("LabelSettings_5k6jv")
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Role" type="Label" parent="MarginContainer/GridContainer/VBoxContainer2/CreditsLine5" unique_id=928167163]
|
||||
layout_mode = 2
|
||||
text = "ART"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="CreditsLine6" type="HBoxContainer" parent="MarginContainer/GridContainer/VBoxContainer2" unique_id=192767961]
|
||||
layout_mode = 2
|
||||
alignment = 1
|
||||
|
||||
[node name="Name" type="Label" parent="MarginContainer/GridContainer/VBoxContainer2/CreditsLine6" unique_id=172446453]
|
||||
layout_mode = 2
|
||||
text = "Camille Fleury"
|
||||
label_settings = SubResource("LabelSettings_5k6jv")
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Role" type="Label" parent="MarginContainer/GridContainer/VBoxContainer2/CreditsLine6" unique_id=1767743863]
|
||||
layout_mode = 2
|
||||
text = "ART_GAME_JAM"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="CreditsLine7" type="HBoxContainer" parent="MarginContainer/GridContainer/VBoxContainer2" unique_id=49528433]
|
||||
layout_mode = 2
|
||||
alignment = 1
|
||||
|
||||
[node name="Name" type="Label" parent="MarginContainer/GridContainer/VBoxContainer2/CreditsLine7" unique_id=1957597768]
|
||||
layout_mode = 2
|
||||
text = "Céline Ferrand"
|
||||
label_settings = SubResource("LabelSettings_5k6jv")
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Role" type="Label" parent="MarginContainer/GridContainer/VBoxContainer2/CreditsLine7" unique_id=1337866425]
|
||||
layout_mode = 2
|
||||
text = "ART_GAME_JAM"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="CreditsLine8" type="HBoxContainer" parent="MarginContainer/GridContainer/VBoxContainer2" unique_id=1511897993]
|
||||
layout_mode = 2
|
||||
alignment = 1
|
||||
|
||||
[node name="Name" type="Label" parent="MarginContainer/GridContainer/VBoxContainer2/CreditsLine8" unique_id=887290462]
|
||||
layout_mode = 2
|
||||
text = "Pauline Legrand"
|
||||
label_settings = SubResource("LabelSettings_5k6jv")
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Role" type="Label" parent="MarginContainer/GridContainer/VBoxContainer2/CreditsLine8" unique_id=1895717420]
|
||||
layout_mode = 2
|
||||
text = "COMMUNICATION"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="CreditsLine10" type="HBoxContainer" parent="MarginContainer/GridContainer/VBoxContainer2" unique_id=1089087276]
|
||||
layout_mode = 2
|
||||
alignment = 1
|
||||
|
||||
[node name="Name" type="Label" parent="MarginContainer/GridContainer/VBoxContainer2/CreditsLine10" unique_id=399643362]
|
||||
layout_mode = 2
|
||||
text = "Ny Andy"
|
||||
label_settings = SubResource("LabelSettings_5k6jv")
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Role" type="Label" parent="MarginContainer/GridContainer/VBoxContainer2/CreditsLine10" unique_id=1391495722]
|
||||
layout_mode = 2
|
||||
text = "SPLASH_ART"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="CreditsLine9" type="HBoxContainer" parent="MarginContainer/GridContainer/VBoxContainer2" unique_id=2120828630]
|
||||
layout_mode = 2
|
||||
alignment = 1
|
||||
|
||||
[node name="Name" type="Label" parent="MarginContainer/GridContainer/VBoxContainer2/CreditsLine9" unique_id=1934495268]
|
||||
layout_mode = 2
|
||||
text = "Margot Freuchet"
|
||||
label_settings = SubResource("LabelSettings_5k6jv")
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Role" type="Label" parent="MarginContainer/GridContainer/VBoxContainer2/CreditsLine9" unique_id=720118996]
|
||||
layout_mode = 2
|
||||
text = "TRAILER"
|
||||
horizontal_alignment = 1
|
||||
56
gui/credits/socials/instagram.tscn
Normal file
56
gui/credits/socials/instagram.tscn
Normal file
@@ -0,0 +1,56 @@
|
||||
[gd_scene format=3 uid="uid://c8flevrkelpvy"]
|
||||
|
||||
[ext_resource type="Theme" uid="uid://5au2k3vf2po3" path="res://gui/ressources/menu.tres" id="1_7wu13"]
|
||||
[ext_resource type="Texture2D" uid="uid://dh1jaup4y1f6q" path="res://common/icons/brand-instagram.svg" id="1_hjh5g"]
|
||||
[ext_resource type="Script" uid="uid://bkbcl77m28sfv" path="res://gui/credits/socials/scripts/link_button.gd" id="3_dux13"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_4atk4"]
|
||||
bg_color = Color(0.88235295, 0.1882353, 0.42352942, 1)
|
||||
border_width_left = 6
|
||||
border_width_top = 6
|
||||
border_width_right = 6
|
||||
border_width_bottom = 6
|
||||
border_color = Color(0.88235295, 0.1882353, 0.42352942, 1)
|
||||
corner_radius_top_left = 5
|
||||
corner_radius_top_right = 5
|
||||
corner_radius_bottom_right = 5
|
||||
corner_radius_bottom_left = 5
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_0dh60"]
|
||||
bg_color = Color(0.7914644, 0.13576972, 0.36909348, 1)
|
||||
border_width_left = 6
|
||||
border_width_top = 6
|
||||
border_width_right = 6
|
||||
border_width_bottom = 6
|
||||
border_color = Color(0.88235295, 0.1882353, 0.42352942, 1)
|
||||
corner_radius_top_left = 5
|
||||
corner_radius_top_right = 5
|
||||
corner_radius_bottom_right = 5
|
||||
corner_radius_bottom_left = 5
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_67c4d"]
|
||||
bg_color = Color(0.91568047, 0.28530613, 0.42895967, 1)
|
||||
border_width_left = 6
|
||||
border_width_top = 6
|
||||
border_width_right = 6
|
||||
border_width_bottom = 6
|
||||
border_color = Color(0.9137255, 0.28627452, 0.42745098, 1)
|
||||
corner_radius_top_left = 5
|
||||
corner_radius_top_right = 5
|
||||
corner_radius_bottom_right = 5
|
||||
corner_radius_bottom_left = 5
|
||||
|
||||
[node name="Button" type="Button" unique_id=927302743]
|
||||
offset_right = 352.0
|
||||
offset_bottom = 42.0
|
||||
size_flags_horizontal = 4
|
||||
theme = ExtResource("1_7wu13")
|
||||
theme_override_constants/icon_max_width = 30
|
||||
theme_override_font_sizes/font_size = 20
|
||||
theme_override_styles/normal = SubResource("StyleBoxFlat_4atk4")
|
||||
theme_override_styles/pressed = SubResource("StyleBoxFlat_0dh60")
|
||||
theme_override_styles/hover = SubResource("StyleBoxFlat_67c4d")
|
||||
text = "JOIN_OUR_INSTAGRAM"
|
||||
icon = ExtResource("1_hjh5g")
|
||||
script = ExtResource("3_dux13")
|
||||
link = "https://www.instagram.com/orchindie/"
|
||||
9
gui/credits/socials/scripts/link_button.gd
Normal file
9
gui/credits/socials/scripts/link_button.gd
Normal file
@@ -0,0 +1,9 @@
|
||||
extends Button
|
||||
|
||||
@export var link="TODO"
|
||||
|
||||
func _ready():
|
||||
pressed.connect(
|
||||
func ():
|
||||
OS.shell_open(link)
|
||||
)
|
||||
1
gui/credits/socials/scripts/link_button.gd.uid
Normal file
1
gui/credits/socials/scripts/link_button.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://bkbcl77m28sfv
|
||||
55
gui/credits/socials/steam.tscn
Normal file
55
gui/credits/socials/steam.tscn
Normal file
@@ -0,0 +1,55 @@
|
||||
[gd_scene format=3 uid="uid://bc3byq8e45ejj"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cpkye7t28ragp" path="res://common/icons/brand-steam.svg" id="1_ar432"]
|
||||
[ext_resource type="Theme" uid="uid://5au2k3vf2po3" path="res://gui/ressources/menu.tres" id="1_emeyy"]
|
||||
[ext_resource type="Script" uid="uid://bkbcl77m28sfv" path="res://gui/credits/socials/scripts/link_button.gd" id="3_emeyy"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_urbel"]
|
||||
bg_color = Color(0.13865513, 0.18808982, 0.2387814, 1)
|
||||
border_width_left = 6
|
||||
border_width_top = 6
|
||||
border_width_right = 6
|
||||
border_width_bottom = 6
|
||||
border_color = Color(0.13725491, 0.1882353, 0.23921569, 1)
|
||||
corner_radius_top_left = 5
|
||||
corner_radius_top_right = 5
|
||||
corner_radius_bottom_right = 5
|
||||
corner_radius_bottom_left = 5
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_5k6jv"]
|
||||
bg_color = Color(0.10011824, 0.14153713, 0.18294647, 1)
|
||||
border_width_left = 6
|
||||
border_width_top = 6
|
||||
border_width_right = 6
|
||||
border_width_bottom = 6
|
||||
border_color = Color(0.13725491, 0.1882353, 0.23921569, 1)
|
||||
corner_radius_top_left = 5
|
||||
corner_radius_top_right = 5
|
||||
corner_radius_bottom_right = 5
|
||||
corner_radius_bottom_left = 5
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_kip8e"]
|
||||
bg_color = Color(0.18961376, 0.27468553, 0.30580562, 1)
|
||||
border_width_left = 6
|
||||
border_width_top = 6
|
||||
border_width_right = 6
|
||||
border_width_bottom = 6
|
||||
border_color = Color(0.1882353, 0.27450982, 0.30588236, 1)
|
||||
corner_radius_top_left = 5
|
||||
corner_radius_top_right = 5
|
||||
corner_radius_bottom_right = 5
|
||||
corner_radius_bottom_left = 5
|
||||
|
||||
[node name="SteamButton" type="Button" unique_id=1181450581]
|
||||
offset_right = 447.0
|
||||
offset_bottom = 42.0
|
||||
size_flags_horizontal = 4
|
||||
theme = ExtResource("1_emeyy")
|
||||
theme_override_constants/icon_max_width = 30
|
||||
theme_override_font_sizes/font_size = 20
|
||||
theme_override_styles/normal = SubResource("StyleBoxFlat_urbel")
|
||||
theme_override_styles/pressed = SubResource("StyleBoxFlat_5k6jv")
|
||||
theme_override_styles/hover = SubResource("StyleBoxFlat_kip8e")
|
||||
text = "WHISHLIST_THE_GAME"
|
||||
icon = ExtResource("1_ar432")
|
||||
script = ExtResource("3_emeyy")
|
||||
Reference in New Issue
Block a user