forked from team-sg/hero-mark-2
127 lines
3.4 KiB
Text
127 lines
3.4 KiB
Text
[gd_scene load_steps=12 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.png" type="Texture" id=9]
|
|
[ext_resource path="res://objects/enemy/death_particles.tscn" type="PackedScene" id=10]
|
|
|
|
[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 = 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"]
|
|
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="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
|