[gd_scene load_steps=5 format=3 uid="uid://bvjimat8d7liw"] [ext_resource type="Script" path="res://game/menu.gd" id="1_24jgf"] [sub_resource type="Animation" id="Animation_amao6"] length = 0.001 tracks/0/type = "value" tracks/0/imported = false tracks/0/enabled = true tracks/0/path = NodePath("Overlay:color") tracks/0/interp = 1 tracks/0/loop_wrap = true tracks/0/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), "update": 0, "values": [Color(0, 0, 0, 1)] } [sub_resource type="Animation" id="Animation_0210q"] resource_name = "default" length = 0.5 tracks/0/type = "value" tracks/0/imported = false tracks/0/enabled = true tracks/0/path = NodePath("Overlay:color") tracks/0/interp = 1 tracks/0/loop_wrap = true tracks/0/keys = { "times": PackedFloat32Array(0, 0.5), "transitions": PackedFloat32Array(1, 1), "update": 0, "values": [Color(0, 0, 0, 1), Color(0, 0, 0, 0)] } [sub_resource type="AnimationLibrary" id="AnimationLibrary_n3va2"] _data = { "RESET": SubResource("Animation_amao6"), "default": SubResource("Animation_0210q") } [node name="Menu" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_24jgf") [node name="Button" type="Button" parent="."] layout_mode = 1 anchors_preset = 2 anchor_top = 1.0 anchor_bottom = 1.0 offset_left = 64.0 offset_top = -165.0 offset_right = 526.0 offset_bottom = -69.0 grow_vertical = 0 theme_override_font_sizes/font_size = 64 text = "Começar Jogo" [node name="Overlay" type="ColorRect" parent="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 mouse_filter = 2 color = Color(0, 0, 0, 1) [node name="AnimationPlayer" type="AnimationPlayer" parent="."] libraries = { "": SubResource("AnimationLibrary_n3va2") }