initial
This commit is contained in:
97
Game.tscn
Normal file
97
Game.tscn
Normal file
@@ -0,0 +1,97 @@
|
||||
[gd_scene load_steps=13 format=3 uid="uid://dni0wqjh12rn6"]
|
||||
|
||||
[ext_resource type="Script" path="res://label.gd" id="1"]
|
||||
[ext_resource type="Script" path="res://MainGame.gd" id="2"]
|
||||
[ext_resource type="PackedScene" uid="uid://bd13f8yhh8x0i" path="res://scenes/healer_pasture/healer_pasture.tscn" id="2_df4mv"]
|
||||
[ext_resource type="Theme" uid="uid://dkli02kmdncbc" path="res://UITheme.tres" id="4"]
|
||||
[ext_resource type="FontFile" uid="uid://b1n7bvtur65ac" path="res://friendlyscribbles.ttf" id="5_0olt8"]
|
||||
[ext_resource type="Script" path="res://GameScript.gd" id="5_rglkg"]
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_va2rf"]
|
||||
font = ExtResource("5_0olt8")
|
||||
font_size = 32
|
||||
outline_size = 5
|
||||
outline_color = Color(0, 0, 0, 1)
|
||||
|
||||
[sub_resource type="Gradient" id="5"]
|
||||
offsets = PackedFloat32Array(0, 0.0820312)
|
||||
colors = PackedColorArray(0, 0, 0, 1, 0, 0, 0, 1)
|
||||
|
||||
[sub_resource type="GradientTexture2D" id="6"]
|
||||
gradient = SubResource("5")
|
||||
width = 2372
|
||||
height = 1239
|
||||
|
||||
[sub_resource type="Animation" id="7"]
|
||||
resource_name = "fade-in"
|
||||
length = 0.5
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath(".:modulate")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0.1, 0.5),
|
||||
"transitions": PackedFloat32Array(1, 3.13834),
|
||||
"update": 0,
|
||||
"values": [Color(1, 1, 1, 1), Color(1, 1, 1, 0)]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="8"]
|
||||
resource_name = "fade-out"
|
||||
length = 0.5
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath(".:modulate")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0.1, 0.5),
|
||||
"transitions": PackedFloat32Array(1, 3.4822),
|
||||
"update": 0,
|
||||
"values": [Color(1, 1, 1, 0), Color(1, 1, 1, 1)]
|
||||
}
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_nmfun"]
|
||||
_data = {
|
||||
"fade-in": SubResource("7"),
|
||||
"fade-out": SubResource("8")
|
||||
}
|
||||
|
||||
[node name="Node2D" type="Node2D"]
|
||||
script = ExtResource("2")
|
||||
|
||||
[node name="Node2D" type="Node2D" parent="."]
|
||||
|
||||
[node name="background" parent="Node2D" instance=ExtResource("2_df4mv")]
|
||||
|
||||
[node name="label" type="Node2D" parent="."]
|
||||
position = Vector2(1442.87, 661.499)
|
||||
script = ExtResource("1")
|
||||
|
||||
[node name="label" type="Label" parent="label"]
|
||||
offset_left = 53.2751
|
||||
offset_top = 6.65936
|
||||
offset_right = 461.275
|
||||
offset_bottom = 110.659
|
||||
theme = ExtResource("4")
|
||||
label_settings = SubResource("LabelSettings_va2rf")
|
||||
|
||||
[node name="Fade" type="Sprite2D" parent="."]
|
||||
modulate = Color(1, 1, 1, 0)
|
||||
position = Vector2(-17, -7)
|
||||
scale = Vector2(2048, 2048)
|
||||
texture = SubResource("6")
|
||||
centered = false
|
||||
|
||||
[node name="FadePlayer" type="AnimationPlayer" parent="Fade"]
|
||||
unique_name_in_owner = true
|
||||
libraries = {
|
||||
"": SubResource("AnimationLibrary_nmfun")
|
||||
}
|
||||
|
||||
[node name="GameScript" type="Node" parent="."]
|
||||
unique_name_in_owner = true
|
||||
script = ExtResource("5_rglkg")
|
||||
Reference in New Issue
Block a user