35 lines
1.2 KiB
Plaintext
35 lines
1.2 KiB
Plaintext
[gd_scene load_steps=5 format=3]
|
|
|
|
[ext_resource type="Script" path="res://CORE/debugdisplay.gd" id="1_hcfi0"]
|
|
[ext_resource type="FontFile" path="res://CORE/hack.ttf" id="1_nhdg1"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_3c08d"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_5ghow"]
|
|
bg_color = Color(0.839216, 0.0196078, 0.196078, 0.862745)
|
|
corner_radius_bottom_right = 16
|
|
shadow_color = Color(0, 0, 0, 0)
|
|
|
|
[node name="DebugDisplay" type="Node"]
|
|
script = ExtResource("1_hcfi0")
|
|
|
|
[node name="Display" type="RichTextLabel" parent="."]
|
|
offset_right = 540.0
|
|
offset_bottom = 102.0
|
|
theme_override_colors/default_color = Color(1, 1, 1, 1)
|
|
theme_override_fonts/normal_font = ExtResource("1_nhdg1")
|
|
theme_override_font_sizes/normal_font_size = 14
|
|
theme_override_font_sizes/bold_font_size = 14
|
|
theme_override_font_sizes/italics_font_size = 14
|
|
theme_override_font_sizes/bold_italics_font_size = 14
|
|
theme_override_font_sizes/mono_font_size = 14
|
|
theme_override_styles/focus = SubResource("StyleBoxEmpty_3c08d")
|
|
theme_override_styles/normal = SubResource("StyleBoxFlat_5ghow")
|
|
bbcode_enabled = true
|
|
text = "CORE source-N (development mode) (THIS IS A PLACEHOLDER!)
|
|
FPS:
|
|
Delta:
|
|
Rendertime:
|
|
Memory (1):
|
|
Memory (2):"
|