diff options
Diffstat (limited to 'HUD.tscn')
| -rw-r--r-- | HUD.tscn | 28 |
1 files changed, 26 insertions, 2 deletions
@@ -1,10 +1,13 @@ -[gd_scene load_steps=8 format=2] +[gd_scene load_steps=12 format=2] [ext_resource path="res://HealthBar.gd" type="Script" id=1] [ext_resource path="res://Wordart.gd" type="Script" id=2] [ext_resource path="res://assets/wordart.png" type="Texture" id=3] [ext_resource path="res://assets/preview_4.tres" type="AudioStream" id=4] [ext_resource path="res://Money.gd" type="Script" id=5] +[ext_resource path="res://Label2.gd" type="Script" id=6] +[ext_resource path="res://assets/MinecraftRegular-Bmg3.otf" type="DynamicFontData" id=7] +[ext_resource path="res://assets/wordart(1).png" type="Texture" id=8] [sub_resource type="StyleBoxFlat" id=1] bg_color = Color( 0, 1, 0, 1 ) @@ -12,6 +15,12 @@ bg_color = Color( 0, 1, 0, 1 ) [sub_resource type="StyleBoxFlat" id=2] bg_color = Color( 0, 0, 0, 1 ) +[sub_resource type="DynamicFont" id=3] +size = 600 +outline_size = 50 +outline_color = Color( 0, 0, 0, 1 ) +font_data = ExtResource( 7 ) + [node name="HUD" type="CanvasLayer"] [node name="HBoxContainer" type="HBoxContainer" parent="."] @@ -53,11 +62,26 @@ text = "0" script = ExtResource( 5 ) [node name="Wordart" type="Sprite" parent="."] -position = Vector2( 626, 372 ) +position = Vector2( 626, 246 ) scale = Vector2( 0.171967, 0.186029 ) texture = ExtResource( 3 ) script = ExtResource( 2 ) +[node name="Wordart(1)" type="Sprite" parent="Wordart"] +position = Vector2( -488.465, 1451.39 ) +scale = Vector2( 0.639108, 0.832261 ) +texture = ExtResource( 8 ) + +[node name="Label" type="Label" parent="Wordart/Wordart(1)"] +margin_left = 3885.16 +margin_top = -219.604 +margin_right = 5987.16 +margin_bottom = 983.396 +custom_fonts/font = SubResource( 3 ) +text = "0 +" +script = ExtResource( 6 ) + [node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="Wordart"] pause_mode = 2 stream = ExtResource( 4 ) |
