[gd_scene load_steps=5 format=3 uid="uid://iu0aegkhj8po"] [ext_resource type="FontFile" path="res://fonts/stats.tres" id="1"] [ext_resource type="Script" uid="uid://3crd8layxqt0" path="res://scenes/misc/StatusText.gd" id="2"] [sub_resource type="Animation" id="1"] resource_name = "update" tracks/0/type = "value" tracks/0/imported = false tracks/0/enabled = true tracks/0/path = NodePath(".:visible") tracks/0/interp = 1 tracks/0/loop_wrap = true tracks/0/keys = { "times": PackedFloat32Array(0, 1), "transitions": PackedFloat32Array(1, 1), "update": 1, "values": [true, false] } tracks/1/type = "value" tracks/1/imported = false tracks/1/enabled = true tracks/1/path = NodePath(".:modulate") tracks/1/interp = 1 tracks/1/loop_wrap = true tracks/1/keys = { "times": PackedFloat32Array(0, 0.2, 1), "transitions": PackedFloat32Array(1, 1, 1), "update": 0, "values": [Color(1, 1, 1, 0), Color(1, 1, 1, 1), Color(1, 1, 1, 0)] } tracks/2/type = "method" tracks/2/imported = false tracks/2/enabled = true tracks/2/path = NodePath(".") tracks/2/interp = 1 tracks/2/loop_wrap = true tracks/2/keys = { "times": PackedFloat32Array(1), "transitions": PackedFloat32Array(1), "values": [{ "args": [], "method": &"_play_next" }] } [sub_resource type="AnimationLibrary" id="AnimationLibrary_jtjwp"] _data = { &"update": SubResource("1") } [node name="Status_text" type="Label"] modulate = Color(1, 1, 1, 0) anchors_preset = 14 anchor_top = 0.5 anchor_right = 1.0 anchor_bottom = 0.5 offset_top = 90.609 offset_bottom = 121.609 theme_override_colors/font_color = Color(0, 0, 0, 1) theme_override_fonts/font = ExtResource("1") text = "Got x thingie" script = ExtResource("2") [node name="ColorRect" type="ColorRect" parent="."] visible = false show_behind_parent = true layout_mode = 0 anchor_right = 1.0 anchor_bottom = 1.0 color = Color(0, 0, 0, 0.784314) [node name="anims" type="AnimationPlayer" parent="."] libraries = { "": SubResource("AnimationLibrary_jtjwp") }