Dev 0.1
* Ajout des modes de jeu * Dev de subterra et estia * Ajout de tous les dialogues et traduction * Ajout d'un splashscreen
This commit is contained in:
@@ -1,68 +1,9 @@
|
||||
[gd_scene format=3 uid="uid://c5bruelvqbm1k"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bely2if04v736" path="res://root.gd" id="1_pq8q7"]
|
||||
[ext_resource type="Theme" uid="uid://5au2k3vf2po3" path="res://gui/ressources/menu.tres" id="2_vvh5c"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_jnlp7"]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("OrchindiePresentLabel:modulate:a")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 1,
|
||||
"values": [1.0]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_l8v81"]
|
||||
resource_name = "SplashScreen"
|
||||
length = 2.0
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("OrchindiePresentLabel:modulate:a")
|
||||
tracks/0/interp = 2
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0, 0.2, 1.8, 2),
|
||||
"transitions": PackedFloat32Array(1, 1, 1, 1),
|
||||
"update": 0,
|
||||
"values": [0.0, 1.0, 1.0, 0.0]
|
||||
}
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_vyht1"]
|
||||
_data = {
|
||||
&"RESET": SubResource("Animation_jnlp7"),
|
||||
&"SplashScreen": SubResource("Animation_l8v81")
|
||||
}
|
||||
[ext_resource type="PackedScene" uid="uid://d26rqc1skdjyt" path="res://gui/splash/splash_screen.tscn" id="2_pyidc"]
|
||||
|
||||
[node name="Root" type="Node" unique_id=72535230]
|
||||
script = ExtResource("1_pq8q7")
|
||||
|
||||
[node name="SplashScreenAnimationPlayer" type="AnimationPlayer" parent="." unique_id=2094545804]
|
||||
unique_name_in_owner = true
|
||||
root_node = NodePath("../CanvasLayer")
|
||||
libraries/ = SubResource("AnimationLibrary_vyht1")
|
||||
|
||||
[node name="CanvasLayer" type="CanvasLayer" parent="." unique_id=1024220320]
|
||||
|
||||
[node name="OrchindiePresentLabel" type="RichTextLabel" parent="CanvasLayer" unique_id=1828726261]
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme = ExtResource("2_vvh5c")
|
||||
theme_override_font_sizes/normal_font_size = 30
|
||||
theme_override_font_sizes/bold_font_size = 30
|
||||
theme_override_font_sizes/bold_italics_font_size = 30
|
||||
theme_override_font_sizes/italics_font_size = 30
|
||||
theme_override_font_sizes/mono_font_size = 30
|
||||
bbcode_enabled = true
|
||||
text = "ORCHINDIE_PRESENTS"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
[node name="SplashScreen" parent="." unique_id=1780911683 instance=ExtResource("2_pyidc")]
|
||||
|
||||
Reference in New Issue
Block a user