Files
kicking-high/proto2/ui/narration_notification.tscn
2019-08-20 00:07:03 +03:00

31 lines
769 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://ui/narration_notification.gd" type="Script" id=1]
[ext_resource path="res://fonts/DroidSansFallback.ttf" type="DynamicFontData" id=2]
[sub_resource type="DynamicFont" id=1]
size = 30
font_data = ExtResource( 2 )
[node name="narration_notification" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="msg" type="Label" parent="."]
anchor_left = 0.00390625
anchor_top = 0.89
anchor_right = 1.00391
anchor_bottom = 1.0
margin_top = -14.0
rect_min_size = Vector2( 0, 80 )
custom_fonts/font = SubResource( 1 )
custom_colors/font_color = Color( 1, 0.701961, 0.701961, 1 )
text = "Test"
__meta__ = {
"_edit_use_anchors_": true
}