Files
seeding-planets/gui/credits/socials/survey.tscn
Zacharie Guet e7da19cb15 Dev Beta 1.1
* Ajout d'une météo aléatoire (pluie, brouillard, vent)
* Ajour d'un bouton pour un formulaire de playtest
2026-05-03 17:19:15 +02:00

55 lines
2.0 KiB
Plaintext

[gd_scene format=3 uid="uid://bpy6sqa71gcfm"]
[ext_resource type="Theme" uid="uid://5au2k3vf2po3" path="res://gui/ressources/menu.tres" id="1_8xrox"]
[ext_resource type="Texture2D" uid="uid://dth2mj0nh2q70" path="res://common/icons/align-right.svg" id="2_5d2f4"]
[ext_resource type="Script" uid="uid://bkbcl77m28sfv" path="res://gui/credits/socials/scripts/link_button.gd" id="3_fvgn8"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_8xrox"]
bg_color = Color(0.54509807, 0.1764706, 1, 1)
border_width_left = 6
border_width_top = 6
border_width_right = 6
border_width_bottom = 6
border_color = Color(0.54509807, 0.1764706, 1, 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_5d2f4"]
bg_color = Color(0.6256068, 0.4293661, 1, 1)
border_width_left = 6
border_width_top = 6
border_width_right = 6
border_width_bottom = 6
border_color = Color(0.54509807, 0.1764706, 1, 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_fvgn8"]
bg_color = Color(0.627451, 0.42745098, 1, 1)
border_width_left = 6
border_width_top = 6
border_width_right = 6
border_width_bottom = 6
border_color = Color(0.627451, 0.42745098, 1, 1)
corner_radius_top_left = 5
corner_radius_top_right = 5
corner_radius_bottom_right = 5
corner_radius_bottom_left = 5
[node name="SurveyButton" type="Button" unique_id=1337726269]
size_flags_horizontal = 8
theme = ExtResource("1_8xrox")
theme_override_constants/icon_max_width = 30
theme_override_font_sizes/font_size = 20
theme_override_styles/normal = SubResource("StyleBoxFlat_8xrox")
theme_override_styles/pressed = SubResource("StyleBoxFlat_5d2f4")
theme_override_styles/hover = SubResource("StyleBoxFlat_fvgn8")
text = "TAKE_A_QUICK_SURVEY"
icon = ExtResource("2_5d2f4")
script = ExtResource("3_fvgn8")
link = "https://docs.google.com/forms/d/e/1FAIpQLScExc77ra_xGPFbaSYsXy-T9THceIc4fcbnhih-1Zlvysdcnw/viewform?usp=dialog"