v1.1
This commit is contained in:
@@ -1,14 +1,17 @@
|
||||
[gd_scene load_steps=11 format=3 uid="uid://cru3yl7laeiem"]
|
||||
[gd_scene load_steps=14 format=3 uid="uid://cru3yl7laeiem"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://mr6hi8icwyle" path="res://model/Trick or treatBG.png" id="1_4oira"]
|
||||
[ext_resource type="Script" path="res://script/Principal.cs" id="1_5hpqm"]
|
||||
[ext_resource type="Theme" uid="uid://depo4fa5p8k8m" path="res://themes/button.tres" id="2_ab0tu"]
|
||||
[ext_resource type="StyleBox" uid="uid://cl1mx7tnohwg6" path="res://themes/back_principal.tres" id="5_tyto3"]
|
||||
[ext_resource type="Texture2D" uid="uid://cf12hst5y4gfr" path="res://model/Credit.png" id="6_px85q"]
|
||||
[ext_resource type="Texture2D" uid="uid://k1l7jsf0akl5" path="res://model/Controls.jpg" id="6_rk6ub"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_luosh"]
|
||||
bg_color = Color(0, 0, 0, 0.745098)
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_m0qij"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_fe1ic"]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
@@ -71,6 +74,30 @@ tracks/4/keys = {
|
||||
"update": 0,
|
||||
"values": [Color(1, 1, 1, 0)]
|
||||
}
|
||||
tracks/5/type = "value"
|
||||
tracks/5/imported = false
|
||||
tracks/5/enabled = true
|
||||
tracks/5/path = NodePath("explication:modulate")
|
||||
tracks/5/interp = 1
|
||||
tracks/5/loop_wrap = true
|
||||
tracks/5/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [Color(1, 1, 1, 1)]
|
||||
}
|
||||
tracks/6/type = "value"
|
||||
tracks/6/imported = false
|
||||
tracks/6/enabled = true
|
||||
tracks/6/path = NodePath("control:modulate")
|
||||
tracks/6/interp = 1
|
||||
tracks/6/loop_wrap = true
|
||||
tracks/6/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [Color(1, 1, 1, 0)]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_5wj8t"]
|
||||
resource_name = "play"
|
||||
@@ -152,11 +179,39 @@ tracks/1/keys = {
|
||||
"values": [Color(1, 1, 1, 0), Color(1, 1, 1, 1)]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_wxt3w"]
|
||||
resource_name = "play3"
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("explication:modulate")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0.0666667, 0.933333),
|
||||
"transitions": PackedFloat32Array(1, 1),
|
||||
"update": 0,
|
||||
"values": [Color(1, 1, 1, 1), Color(1, 1, 1, 0)]
|
||||
}
|
||||
tracks/1/type = "value"
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/path = NodePath("control:modulate")
|
||||
tracks/1/interp = 1
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/keys = {
|
||||
"times": PackedFloat32Array(0, 0.966667),
|
||||
"transitions": PackedFloat32Array(1, 1),
|
||||
"update": 0,
|
||||
"values": [Color(1, 1, 1, 0), Color(1, 1, 1, 1)]
|
||||
}
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_l2600"]
|
||||
_data = {
|
||||
"RESET": SubResource("Animation_fe1ic"),
|
||||
"play": SubResource("Animation_5wj8t"),
|
||||
"play2": SubResource("Animation_arta6")
|
||||
"play2": SubResource("Animation_arta6"),
|
||||
"play3": SubResource("Animation_wxt3w")
|
||||
}
|
||||
|
||||
[node name="Principal" type="Control" node_paths=PackedStringArray("sub", "credit", "anim")]
|
||||
@@ -304,6 +359,17 @@ offset_bottom = 293.0
|
||||
theme = ExtResource("2_ab0tu")
|
||||
text = "Enter..."
|
||||
|
||||
[node name="control" type="Panel" parent="."]
|
||||
modulate = Color(1, 1, 1, 0)
|
||||
layout_mode = 0
|
||||
offset_right = 40.0
|
||||
offset_bottom = 40.0
|
||||
theme_override_styles/panel = SubResource("StyleBoxEmpty_m0qij")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="control"]
|
||||
texture = ExtResource("6_rk6ub")
|
||||
centered = false
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||
libraries = {
|
||||
"": SubResource("AnimationLibrary_l2600")
|
||||
|
||||
Reference in New Issue
Block a user