[gd_scene load_steps=10 format=2] [ext_resource path="res://shaders/recolor_border.shader" type="Shader" id=1] [ext_resource path="res://ui/2ndpuberty_outline.tres" type="Material" id=2] [ext_resource path="res://objects/collectibles/key.tscn" type="PackedScene" id=3] [ext_resource path="res://ui/theme.tres" type="Theme" id=4] [ext_resource path="res://objects/collectibles/shard.tscn" type="PackedScene" id=5] [ext_resource path="res://menus/file_select_panel.gd" type="Script" id=6] [ext_resource path="res://graphics/player/sg_idle.png" type="Texture" id=8] [ext_resource path="res://graphics/player/palettes/default.png" type="Texture" id=9] [sub_resource type="ShaderMaterial" id=1] shader = ExtResource( 1 ) shader_param/border_color = Color( 0, 0, 0, 1 ) shader_param/border_corners = true shader_param/palette = ExtResource( 9 ) [node name="Panel" type="Panel"] margin_right = 72.0 margin_bottom = 64.0 theme = ExtResource( 4 ) script = ExtResource( 6 ) __meta__ = { "_edit_group_": true } [node name="FileNumber" type="Label" parent="."] material = ExtResource( 2 ) margin_top = -10.0 margin_right = 72.0 theme = ExtResource( 4 ) text = "file1" align = 1 [node name="FileExists" type="Node2D" parent="."] [node name="Name" type="Label" parent="FileExists"] unique_name_in_owner = true margin_left = 8.0 margin_top = 4.0 margin_right = 64.0 margin_bottom = 14.0 text = "SG" align = 1 [node name="TimeCounter" type="Label" parent="FileExists"] unique_name_in_owner = true margin_left = 3.0 margin_top = 50.0 margin_right = 69.0 margin_bottom = 60.0 text = "00:00" align = 1 [node name="Palette" type="TextureRect" parent="FileExists"] material = SubResource( 1 ) margin_left = 8.0 margin_top = 16.0 margin_right = 28.0 margin_bottom = 48.0 texture = ExtResource( 8 ) stretch_mode = 4 [node name="ShardCounter" type="Label" parent="FileExists"] unique_name_in_owner = true margin_left = 43.0 margin_top = 20.0 margin_right = 67.0 margin_bottom = 30.0 text = "00" [node name="KeyCounter" type="Label" parent="FileExists"] unique_name_in_owner = true margin_left = 43.0 margin_top = 33.0 margin_right = 64.0 margin_bottom = 43.0 text = "000" [node name="Shard" parent="FileExists" instance=ExtResource( 5 )] position = Vector2( 32, 23 ) [node name="Key" parent="FileExists" instance=ExtResource( 3 )] position = Vector2( 32, 34 ) [node name="FileDoesNotExist" type="Node2D" parent="."] visible = false [node name="Label" type="Label" parent="FileDoesNotExist"] margin_left = 3.0 margin_top = 26.0 margin_right = 69.0 margin_bottom = 36.0 text = "Empty!!!" align = 1