1- [gd_scene load_steps =7 format =2 ]
1+ [gd_scene load_steps =6 format =2 ]
22
33[ext_resource path ="res://noto_sans_ui_regular.ttf" type ="DynamicFontData" id =1 ]
44[ext_resource path ="res://cubes.tscn" type ="PackedScene" id =2 ]
@@ -11,9 +11,6 @@ font_data = ExtResource( 1 )
1111[sub_resource type ="Theme" id =2 ]
1212default_font = SubResource ( 1 )
1313
14- [sub_resource type ="ViewportTexture" id =3 ]
15- viewport_path = NodePath ("Viewport" )
16-
1714[node name ="HUD" type ="Control" ]
1815anchor_right = 1.0
1916anchor_bottom = 1.0
@@ -23,33 +20,23 @@ __meta__ = {
2320"_edit_use_anchors_" : false
2421}
2522
26- [node name ="Viewport" type ="Viewport" parent ="." ]
27- size = Vector2 ( 1024 , 600 )
28- handle_input_locally = false
29- usage = 3
30- render_target_update_mode = 3
31- shadow_atlas_size = 4096
32-
33- [node name ="Cubes" parent ="Viewport" instance =ExtResource ( 2 )]
34-
35- [node name ="TextureRect" type ="TextureRect" parent ="." ]
36- anchor_right = 1.0
37- anchor_bottom = 1.0
38- texture = SubResource ( 3 )
39- expand = true
40- flip_v = true
41- __meta__ = {
42- "_edit_use_anchors_" : false ,
43- "_editor_description_" : ""
44- }
45-
4623[node name ="ViewportContainer" type ="ViewportContainer" parent ="." ]
4724anchor_right = 1.0
4825anchor_bottom = 1.0
26+ stretch = true
4927__meta__ = {
5028"_edit_use_anchors_" : false
5129}
5230
31+ [node name ="Viewport" type ="Viewport" parent ="ViewportContainer" ]
32+ size = Vector2 ( 1024 , 600 )
33+ handle_input_locally = false
34+ usage = 3
35+ render_target_update_mode = 3
36+ shadow_atlas_size = 4096
37+
38+ [node name ="Cubes" parent ="ViewportContainer/Viewport" instance =ExtResource ( 2 )]
39+
5340[node name ="Help" type ="Label" parent ="." ]
5441anchor_top = 1.0
5542anchor_bottom = 1.0
@@ -98,7 +85,7 @@ custom_colors/font_color_shadow = Color( 0, 0, 0, 0.752941 )
9885custom_constants/shadow_offset_x = 2
9986custom_constants/shadow_offset_y = 2
10087custom_constants/shadow_as_outline = 0
101- text = "Filter: Disabled "
88+ text = "Filter: Enabled "
10289__meta__ = {
10390"_edit_use_anchors_" : false
10491}
0 commit comments