source: Studio/Debug_Display.tscn@ 0249beb

sandbox
Last change on this file since 0249beb was f7b09c8, checked in by Kevin Chapman <victory2b@…>, 4 years ago

First Draft of world test with working movement and loading screen.

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