forked from team-sg/hero-mark-2
178 lines
4.6 KiB
Text
178 lines
4.6 KiB
Text
[gd_scene load_steps=14 format=2]
|
|
|
|
[ext_resource path="res://graphics/hud/stars_hud.png" type="Texture" id=1]
|
|
[ext_resource path="res://graphics/hud/lives_head.png" type="Texture" id=2]
|
|
[ext_resource path="res://graphics/hud/hud.png" type="Texture" id=3]
|
|
[ext_resource path="res://graphics/hud/deaths_head.png" type="Texture" id=4]
|
|
[ext_resource path="res://graphics/hud/gold_counter.png" type="Texture" id=5]
|
|
[ext_resource path="res://objects/hud/hud.gd" type="Script" id=6]
|
|
[ext_resource path="res://graphics/hud/key_counter.png" type="Texture" id=7]
|
|
[ext_resource path="res://ui/2ndpuberty_outline.tres" type="Material" id=8]
|
|
[ext_resource path="res://ui/2ndpuberty_no_dropshadow.tres" type="Theme" id=9]
|
|
[ext_resource path="res://ui/theme.tres" type="Theme" id=10]
|
|
|
|
[sub_resource type="ShaderMaterial" id=1]
|
|
|
|
[sub_resource type="ShaderMaterial" id=2]
|
|
|
|
[sub_resource type="Animation" id=3]
|
|
resource_name = "show song name"
|
|
length = 5.0
|
|
tracks/0/type = "value"
|
|
tracks/0/path = NodePath("Music:rect_position")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/keys = {
|
|
"times": PoolRealArray( 0, 0.8, 4.2, 5 ),
|
|
"transitions": PoolRealArray( 1, 1, 1, 1 ),
|
|
"update": 0,
|
|
"values": [ Vector2( 150, 178 ), Vector2( 57, 178 ), Vector2( 57, 178 ), Vector2( 150, 178 ) ]
|
|
}
|
|
|
|
[node name="HUD" type="CanvasLayer"]
|
|
layer = 100
|
|
script = ExtResource( 6 )
|
|
bonus_color = Color( 0.478431, 1, 0.47451, 1 )
|
|
|
|
[node name="Back" type="Sprite" parent="."]
|
|
position = Vector2( 128, 96 )
|
|
texture = ExtResource( 3 )
|
|
|
|
[node name="GoldCounter" type="Label" parent="."]
|
|
margin_left = 12.0
|
|
margin_top = 1.0
|
|
margin_right = 26.0
|
|
margin_bottom = 11.0
|
|
theme = ExtResource( 10 )
|
|
text = "00"
|
|
|
|
[node name="ShardCounter" type="Label" parent="."]
|
|
margin_left = 41.0
|
|
margin_top = 1.0
|
|
margin_right = 48.0
|
|
margin_bottom = 11.0
|
|
theme = ExtResource( 10 )
|
|
text = "0"
|
|
|
|
[node name="Gold" type="Sprite" parent="."]
|
|
visible = false
|
|
position = Vector2( 8, 6 )
|
|
texture = ExtResource( 5 )
|
|
|
|
[node name="Key" type="Sprite" parent="."]
|
|
position = Vector2( 9, 6 )
|
|
texture = ExtResource( 7 )
|
|
|
|
[node name="RedStar" type="Sprite" parent="."]
|
|
visible = false
|
|
material = SubResource( 1 )
|
|
position = Vector2( 83, 6 )
|
|
texture = ExtResource( 1 )
|
|
region_enabled = true
|
|
region_rect = Rect2( 0, 0, 8, 8 )
|
|
|
|
[node name="YellowStar" type="Sprite" parent="."]
|
|
visible = false
|
|
material = SubResource( 2 )
|
|
position = Vector2( 93, 6 )
|
|
texture = ExtResource( 1 )
|
|
region_enabled = true
|
|
region_rect = Rect2( 8, 0, 8, 8 )
|
|
|
|
[node name="GreenStar" type="Sprite" parent="."]
|
|
visible = false
|
|
position = Vector2( 103, 6 )
|
|
texture = ExtResource( 1 )
|
|
region_enabled = true
|
|
region_rect = Rect2( 16, 0, 8, 8 )
|
|
|
|
[node name="BlueStar" type="Sprite" parent="."]
|
|
visible = false
|
|
position = Vector2( 113, 6 )
|
|
texture = ExtResource( 1 )
|
|
region_enabled = true
|
|
region_rect = Rect2( 24, 0, 8, 8 )
|
|
|
|
[node name="MagentaStar" type="Sprite" parent="."]
|
|
visible = false
|
|
position = Vector2( 123, 6 )
|
|
texture = ExtResource( 1 )
|
|
region_enabled = true
|
|
region_rect = Rect2( 32, 0, 8, 8 )
|
|
|
|
[node name="LivesHead" type="Sprite" parent="."]
|
|
visible = false
|
|
position = Vector2( 234, 6 )
|
|
texture = ExtResource( 2 )
|
|
|
|
[node name="DeathsHead" type="Sprite" parent="."]
|
|
visible = false
|
|
position = Vector2( 236, 6 )
|
|
texture = ExtResource( 4 )
|
|
|
|
[node name="ScoreText" type="Label" parent="."]
|
|
margin_left = 137.0
|
|
margin_top = 1.0
|
|
margin_right = 221.0
|
|
margin_bottom = 11.0
|
|
theme = ExtResource( 10 )
|
|
text = "SCORE:"
|
|
|
|
[node name="ScoreCounter" type="Label" parent="."]
|
|
margin_left = 179.0
|
|
margin_top = 1.0
|
|
margin_right = 214.0
|
|
margin_bottom = 11.0
|
|
theme = ExtResource( 10 )
|
|
text = "00000"
|
|
|
|
[node name="HighCounter" type="Label" parent="."]
|
|
visible = false
|
|
margin_left = 178.0
|
|
margin_top = 179.0
|
|
margin_right = 262.0
|
|
margin_bottom = 199.0
|
|
theme = ExtResource( 10 )
|
|
text = "High:000000"
|
|
|
|
[node name="LivesCounter" type="Label" parent="."]
|
|
modulate = Color( 0.478431, 1, 0.47451, 1 )
|
|
margin_left = 240.0
|
|
margin_top = 1.0
|
|
margin_right = 247.0
|
|
margin_bottom = 11.0
|
|
theme = ExtResource( 10 )
|
|
text = "2"
|
|
|
|
[node name="ArrowCounter" type="Label" parent="."]
|
|
margin_left = 61.0
|
|
margin_top = 1.0
|
|
margin_right = 68.0
|
|
margin_bottom = 11.0
|
|
theme = ExtResource( 10 )
|
|
text = "0"
|
|
|
|
[node name="TimeCounter" type="Label" parent="."]
|
|
modulate = Color( 0.478431, 1, 0.47451, 1 )
|
|
margin_left = 1.0
|
|
margin_top = 181.0
|
|
margin_right = 50.0
|
|
margin_bottom = 191.0
|
|
theme = ExtResource( 10 )
|
|
text = "0:00:00"
|
|
|
|
[node name="Music" type="Label" parent="."]
|
|
material = ExtResource( 8 )
|
|
margin_left = 150.0
|
|
margin_top = 180.0
|
|
margin_right = 348.0
|
|
margin_bottom = 190.0
|
|
theme = ExtResource( 9 )
|
|
text = "@rumble"
|
|
align = 2
|
|
|
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
|
autoplay = "show song name"
|
|
"anims/show song name" = SubResource( 3 )
|