]> purplebirdman git - frog-ninja.git/blob - interface/debug/debug.tscn
Squashed commit of the following:
[frog-ninja.git] / interface / debug / debug.tscn
1 [gd_scene load_steps=5 format=3 uid="uid://c7xtuec223qg0"]
2
3 [ext_resource type="Script" uid="uid://dd3sep8kprktl" path="res://interface/debug/debug_overlay.gd" id="1_25h3d"]
4 [ext_resource type="Script" uid="uid://mgg7ii0w4vod" path="res://interface/debug/debug_stats.gd" id="2_sm0j5"]
5 [ext_resource type="Script" uid="uid://bocc5xwqtbkbb" path="res://interface/debug/debug_draw_3d.gd" id="3_stv80"]
6
7 [sub_resource type="LabelSettings" id="LabelSettings_f4bcd"]
8 font_size = 10
9
10 [node name="debug" type="CanvasLayer"]
11 script = ExtResource("1_25h3d")
12 label_settings = SubResource("LabelSettings_f4bcd")
13
14 [node name="DebugStats" type="MarginContainer" parent="."]
15 offset_right = 40.0
16 offset_bottom = 40.0
17 theme_override_constants/margin_left = 10
18 theme_override_constants/margin_top = 10
19 theme_override_constants/margin_right = 10
20 theme_override_constants/margin_bottom = 10
21 script = ExtResource("2_sm0j5")
22
23 [node name="DebugDraw3D" type="Control" parent="."]
24 layout_mode = 3
25 anchors_preset = 0
26 offset_right = 40.0
27 offset_bottom = 40.0
28 script = ExtResource("3_stv80")
29
30 [node name="MarginContainer" type="MarginContainer" parent="."]
31 anchors_preset = 2
32 anchor_top = 1.0
33 anchor_bottom = 1.0
34 offset_top = -40.0
35 offset_right = 40.0
36 grow_vertical = 0
37 theme_override_constants/margin_left = 10
38 theme_override_constants/margin_top = 10
39 theme_override_constants/margin_right = 10
40 theme_override_constants/margin_bottom = 10
41
42 [node name="buildVersion" type="Label" parent="MarginContainer"]
43 layout_mode = 2
44 text = "0.1.0"