[gd_scene load_steps=20 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/hud/deaths_head.png" type="Texture" id=7] [ext_resource path="res://graphics/player/sg_idle.png" type="Texture" id=8] [ext_resource path="res://graphics/player/palettes/default.tex" type="Texture" id=9] [ext_resource path="res://objects/enemy/death_particles.tscn" type="PackedScene" id=10] [ext_resource path="res://scripts/randomize_particle_start.gd" type="Script" id=11] [ext_resource path="res://graphics/particles/shine.png" type="Texture" id=12] [ext_resource path="res://shaders/1px_border.gdshader" type="Shader" id=13] [ext_resource path="res://graphics/hud/mori_mark_100_complete.png" type="Texture" id=14] [ext_resource path="res://graphics/hud/mori_mark_game_complete.png" type="Texture" id=15] [ext_resource path="res://graphics/hud/mori_mark_no_death.png" type="Texture" id=16] [sub_resource type="ShaderMaterial" id=1] resource_local_to_scene = true shader = ExtResource( 1 ) shader_param/border_color = Color( 0, 0, 0, 1 ) shader_param/border_corners = true shader_param/palette = ExtResource( 9 ) [sub_resource type="Curve" id=2] _data = [ Vector2( 0, 0 ), 0.0, 0.100639, 0, 0, Vector2( 0.158257, 1 ), 7.51724, -6.83592, 0, 0, Vector2( 0.31422, 0 ), 0.0, 0.0, 0, 0 ] [sub_resource type="ShaderMaterial" id=3] shader = ExtResource( 13 ) shader_param/border_color = Color( 0, 0, 0, 1 ) shader_param/border_corners = true [node name="Panel" type="Panel"] margin_right = 72.0 margin_bottom = 88.0 theme = ExtResource( 4 ) script = ExtResource( 6 ) [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="Control" parent="."] anchor_right = 1.0 anchor_bottom = 1.0 [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 = 58.0 margin_right = 69.0 margin_bottom = 68.0 text = "00:00" align = 1 [node name="DeathCounter" type="Label" parent="FileExists"] unique_name_in_owner = true margin_left = 25.0 margin_top = 47.0 margin_right = 56.0 margin_bottom = 57.0 text = "0000" [node name="Palette" type="TextureRect" parent="FileExists"] unique_name_in_owner = true 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="Sparkles" type="CPUParticles2D" parent="FileExists/Palette"] unique_name_in_owner = true visible = false light_mask = 0 position = Vector2( 10, 16 ) amount = 2 lifetime = 2.0 texture = ExtResource( 12 ) emission_shape = 2 emission_rect_extents = Vector2( 4, 10 ) gravity = Vector2( 0, 0 ) angular_velocity = 720.0 angular_velocity_random = 1.0 angle = 720.0 angle_random = 1.0 scale_amount_curve = SubResource( 2 ) color = Color( 1, 0.972549, 0.52549, 1 ) script = ExtResource( 11 ) [node name="ShardCounter" type="Label" parent="FileExists"] unique_name_in_owner = true margin_left = 43.0 margin_top = 27.0 margin_right = 67.0 margin_bottom = 37.0 text = "00" [node name="KeyCounter" type="Label" parent="FileExists"] unique_name_in_owner = true visible = false 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, 29 ) [node name="Key" parent="FileExists" instance=ExtResource( 3 )] visible = false position = Vector2( 32, 34 ) [node name="DeathsHead" type="Sprite" parent="FileExists"] position = Vector2( 21, 52 ) texture = ExtResource( 7 ) [node name="Difficulty" type="Label" parent="FileExists"] unique_name_in_owner = true margin_left = 8.0 margin_top = 72.0 margin_right = 65.0 margin_bottom = 82.0 text = "Spicy" align = 1 [node name="FileDoesNotExist" type="Control" 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 [node name="DeathSplatter" parent="." instance=ExtResource( 10 )] position = Vector2( 36, 47 ) amount = 64 lifetime = 1.0 speed_scale = 3.0 explosiveness = 1.0 randomness = 0.34 initial_velocity = 100.0 scale_amount = 2.0 spray_ammount = 0 [node name="MoriMarkGameComplete" type="Sprite" parent="."] material = SubResource( 3 ) position = Vector2( 61, 57 ) texture = ExtResource( 15 ) [node name="MoriMark100Complete" type="Sprite" parent="."] material = SubResource( 3 ) position = Vector2( 61, 57 ) texture = ExtResource( 14 ) [node name="MoriMarkNoDeath" type="Sprite" parent="."] material = SubResource( 3 ) position = Vector2( 61, 57 ) texture = ExtResource( 16 )