109 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			109 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [gd_scene load_steps=3 format=3 uid="uid://xph4078n1fyq"]
 | |
| 
 | |
| [ext_resource type="Script" path="res://scripts/debug/debugger.gd" id="1_xl6mi"]
 | |
| 
 | |
| [sub_resource type="SystemFont" id="SystemFont_184hu"]
 | |
| font_names = PackedStringArray("Monospace")
 | |
| font_weight = 700
 | |
| 
 | |
| [node name="Debugger" type="CanvasLayer"]
 | |
| process_mode = 3
 | |
| process_priority = 1000
 | |
| process_physics_priority = 1000
 | |
| script = ExtResource("1_xl6mi")
 | |
| 
 | |
| [node name="Control" type="Control" parent="."]
 | |
| layout_mode = 3
 | |
| anchors_preset = 15
 | |
| anchor_right = 1.0
 | |
| anchor_bottom = 1.0
 | |
| grow_horizontal = 2
 | |
| grow_vertical = 2
 | |
| mouse_filter = 2
 | |
| 
 | |
| [node name="LabelContainer1" type="VBoxContainer" parent="Control"]
 | |
| layout_mode = 1
 | |
| anchors_preset = 9
 | |
| anchor_bottom = 1.0
 | |
| offset_right = 1300.0
 | |
| grow_vertical = 2
 | |
| mouse_filter = 2
 | |
| 
 | |
| [node name="Label1" type="RichTextLabel" parent="Control/LabelContainer1"]
 | |
| clip_contents = false
 | |
| layout_mode = 2
 | |
| mouse_filter = 2
 | |
| theme_override_constants/outline_size = 10
 | |
| theme_override_fonts/normal_font = SubResource("SystemFont_184hu")
 | |
| theme_override_font_sizes/normal_font_size = 24
 | |
| bbcode_enabled = true
 | |
| text = "Lorem Ipsum"
 | |
| fit_content = true
 | |
| 
 | |
| [node name="LabelContainer2" type="VBoxContainer" parent="Control"]
 | |
| layout_mode = 1
 | |
| anchors_preset = 9
 | |
| anchor_bottom = 1.0
 | |
| offset_right = 1300.0
 | |
| grow_vertical = 2
 | |
| mouse_filter = 2
 | |
| alignment = 2
 | |
| 
 | |
| [node name="Label2" type="RichTextLabel" parent="Control/LabelContainer2"]
 | |
| clip_contents = false
 | |
| layout_mode = 2
 | |
| mouse_filter = 2
 | |
| theme_override_constants/outline_size = 10
 | |
| theme_override_fonts/normal_font = SubResource("SystemFont_184hu")
 | |
| theme_override_font_sizes/normal_font_size = 24
 | |
| bbcode_enabled = true
 | |
| text = "Lorem Ipsum"
 | |
| fit_content = true
 | |
| 
 | |
| [node name="LabelContainer3" type="VBoxContainer" parent="Control"]
 | |
| layout_mode = 1
 | |
| anchors_preset = 11
 | |
| anchor_left = 1.0
 | |
| anchor_right = 1.0
 | |
| anchor_bottom = 1.0
 | |
| offset_left = -600.0
 | |
| grow_horizontal = 0
 | |
| grow_vertical = 2
 | |
| mouse_filter = 2
 | |
| 
 | |
| [node name="Label3" type="RichTextLabel" parent="Control/LabelContainer3"]
 | |
| clip_contents = false
 | |
| layout_mode = 2
 | |
| mouse_filter = 2
 | |
| theme_override_constants/outline_size = 10
 | |
| theme_override_fonts/normal_font = SubResource("SystemFont_184hu")
 | |
| theme_override_font_sizes/normal_font_size = 24
 | |
| bbcode_enabled = true
 | |
| text = "Lorem Ipsum"
 | |
| fit_content = true
 | |
| 
 | |
| [node name="LabelContainer4" type="VBoxContainer" parent="Control"]
 | |
| layout_mode = 1
 | |
| anchors_preset = 11
 | |
| anchor_left = 1.0
 | |
| anchor_right = 1.0
 | |
| anchor_bottom = 1.0
 | |
| offset_left = -600.0
 | |
| grow_horizontal = 0
 | |
| grow_vertical = 2
 | |
| mouse_filter = 2
 | |
| alignment = 2
 | |
| 
 | |
| [node name="Label4" type="RichTextLabel" parent="Control/LabelContainer4"]
 | |
| clip_contents = false
 | |
| layout_mode = 2
 | |
| mouse_filter = 2
 | |
| theme_override_constants/outline_size = 10
 | |
| theme_override_fonts/normal_font = SubResource("SystemFont_184hu")
 | |
| theme_override_font_sizes/normal_font_size = 24
 | |
| bbcode_enabled = true
 | |
| text = "DEBUG CONTROLS
 | |
| toggle debug: [ ` ]
 | |
| toggle freelook: [ 1 ]"
 | |
| fit_content = true
 |