30 lines
758 B
Plaintext
30 lines
758 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://fonts/Candy Demo.ttf" type="FontFile" id=1]
|
|
[ext_resource path="res://scenes/characters/debug_character.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="FontFile" id=1]
|
|
size = 32
|
|
font_data = ExtResource( 1 )
|
|
|
|
[node name="debug" type="CanvasLayer"]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="Control" type="Control" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="stats" type="Label" parent="Control"]
|
|
offset_left = 17.0
|
|
offset_top = 16.0
|
|
offset_right = 285.0
|
|
offset_bottom = 211.0
|
|
theme_override_fonts/font = SubResource( 1 )
|
|
theme_override_colors/font_color = Color( 0.803922, 0.0784314, 0.0784314, 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|