gae_platformer/scenes/overlay.tscn

46 lines
1.3 KiB
Plaintext

[gd_scene format=3 uid="uid://27b27wmftbt8"]
[ext_resource type="FontFile" uid="uid://ctpbh2u36ff41" path="res://assets/fonts/PixelOperator8-Bold.ttf" id="1_d607a"]
[ext_resource type="Texture2D" uid="uid://djpog0c5jr3sf" path="res://assets/sprites/heart.png" id="2_r2eog"]
[node name="Overlay" type="CanvasLayer" unique_id=963473093]
[node name="ScoreLabel" type="Label" parent="." unique_id=765023322]
unique_name_in_owner = true
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 897.0
offset_top = 22.0
offset_right = -23.0
offset_bottom = -594.0
grow_horizontal = 2
grow_vertical = 2
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_fonts/font = ExtResource("1_d607a")
theme_override_font_sizes/font_size = 32
text = "Score: 0"
[node name="Heart1" type="TextureRect" parent="." unique_id=2137467956]
offset_left = 24.0
offset_top = 21.0
offset_right = 64.0
offset_bottom = 61.0
texture = ExtResource("2_r2eog")
[node name="Heart2" type="TextureRect" parent="." unique_id=2137467957]
visible = false
offset_left = 72.0
offset_top = 21.0
offset_right = 112.0
offset_bottom = 61.0
texture = ExtResource("2_r2eog")
[node name="Heart3" type="TextureRect" parent="." unique_id=2137467958]
visible = false
offset_left = 120.0
offset_top = 21.0
offset_right = 160.0
offset_bottom = 61.0
texture = ExtResource("2_r2eog")