1 | [gd_scene load_steps=2 format=2]
|
---|
2 |
|
---|
3 | [ext_resource path="res://Debug_Display.gd" type="Script" id=1]
|
---|
4 |
|
---|
5 | [node name="Debug_Display" type="Control" index="0"]
|
---|
6 |
|
---|
7 | modulate = Color( 1, 1, 1, 0.784314 )
|
---|
8 | anchor_left = 1.0
|
---|
9 | anchor_top = 0.0
|
---|
10 | anchor_right = 1.0
|
---|
11 | anchor_bottom = 0.0
|
---|
12 | margin_left = -280.0
|
---|
13 | margin_bottom = 70.0
|
---|
14 | rect_pivot_offset = Vector2( 0, 0 )
|
---|
15 | rect_clip_content = false
|
---|
16 | mouse_filter = 0
|
---|
17 | mouse_default_cursor_shape = 0
|
---|
18 | size_flags_horizontal = 1
|
---|
19 | size_flags_vertical = 1
|
---|
20 | script = ExtResource( 1 )
|
---|
21 | _sections_unfolded = [ "Visibility" ]
|
---|
22 |
|
---|
23 | [node name="Panel" type="Panel" parent="." index="0"]
|
---|
24 |
|
---|
25 | anchor_left = 0.0
|
---|
26 | anchor_top = 0.0
|
---|
27 | anchor_right = 1.0
|
---|
28 | anchor_bottom = 1.0
|
---|
29 | rect_pivot_offset = Vector2( 0, 0 )
|
---|
30 | rect_clip_content = false
|
---|
31 | mouse_filter = 0
|
---|
32 | mouse_default_cursor_shape = 0
|
---|
33 | size_flags_horizontal = 1
|
---|
34 | size_flags_vertical = 1
|
---|
35 |
|
---|
36 | [node name="FPS_Label" type="Label" parent="." index="1"]
|
---|
37 |
|
---|
38 | anchor_left = 0.0
|
---|
39 | anchor_top = 0.0
|
---|
40 | anchor_right = 1.0
|
---|
41 | anchor_bottom = 0.0
|
---|
42 | margin_left = 10.0
|
---|
43 | margin_top = 10.0
|
---|
44 | margin_right = -5.0
|
---|
45 | margin_bottom = 30.0
|
---|
46 | rect_pivot_offset = Vector2( 0, 0 )
|
---|
47 | rect_clip_content = false
|
---|
48 | mouse_filter = 2
|
---|
49 | mouse_default_cursor_shape = 0
|
---|
50 | size_flags_horizontal = 1
|
---|
51 | size_flags_vertical = 4
|
---|
52 | text = "FPS: 60"
|
---|
53 | percent_visible = 1.0
|
---|
54 | lines_skipped = 0
|
---|
55 | max_lines_visible = -1
|
---|
56 | _sections_unfolded = [ "Margin" ]
|
---|
57 |
|
---|
58 | [node name="OS_Label" type="Label" parent="." index="2"]
|
---|
59 |
|
---|
60 | anchor_left = 0.0
|
---|
61 | anchor_top = 0.0
|
---|
62 | anchor_right = 1.0
|
---|
63 | anchor_bottom = 0.0
|
---|
64 | margin_left = 10.0
|
---|
65 | margin_top = 30.0
|
---|
66 | margin_right = -5.0
|
---|
67 | margin_bottom = 50.0
|
---|
68 | rect_pivot_offset = Vector2( 0, 0 )
|
---|
69 | rect_clip_content = false
|
---|
70 | mouse_filter = 2
|
---|
71 | mouse_default_cursor_shape = 0
|
---|
72 | size_flags_horizontal = 1
|
---|
73 | size_flags_vertical = 4
|
---|
74 | text = "OS:Windows"
|
---|
75 | percent_visible = 1.0
|
---|
76 | lines_skipped = 0
|
---|
77 | max_lines_visible = -1
|
---|
78 | _sections_unfolded = [ "Margin" ]
|
---|
79 |
|
---|
80 | [node name="Engine_Label" type="Label" parent="." index="3"]
|
---|
81 |
|
---|
82 | anchor_left = 0.0
|
---|
83 | anchor_top = 0.0
|
---|
84 | anchor_right = 1.0
|
---|
85 | anchor_bottom = 0.0
|
---|
86 | margin_left = 10.0
|
---|
87 | margin_top = 50.0
|
---|
88 | margin_right = -5.0
|
---|
89 | margin_bottom = 70.0
|
---|
90 | rect_pivot_offset = Vector2( 0, 0 )
|
---|
91 | rect_clip_content = false
|
---|
92 | mouse_filter = 2
|
---|
93 | mouse_default_cursor_shape = 0
|
---|
94 | size_flags_horizontal = 1
|
---|
95 | size_flags_vertical = 4
|
---|
96 | text = "Godot version:"
|
---|
97 | percent_visible = 1.0
|
---|
98 | lines_skipped = 0
|
---|
99 | max_lines_visible = -1
|
---|
100 | _sections_unfolded = [ "Margin" ]
|
---|
101 |
|
---|
102 |
|
---|