This repository has been archived on 2025-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
ld48/character/FCT.tscn
2021-04-26 19:39:22 -04:00

21 lines
516 B
Text

[gd_scene load_steps=4 format=2]
[ext_resource path="res://FCT.gd" type="Script" id=1]
[ext_resource path="res://font/Silver.ttf" type="DynamicFontData" id=2]
[sub_resource type="DynamicFont" id=1]
size = 12
outline_size = 1
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 2 )
[node name="FCT" type="Label"]
margin_right = 40.0
margin_bottom = 14.0
custom_fonts/font = SubResource( 1 )
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Tween" type="Tween" parent="."]