-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNewsroom.tscn
34 lines (22 loc) · 1.06 KB
/
Newsroom.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[gd_scene load_steps=7 format=2]
[ext_resource path="res://Greenscreen.tscn" type="PackedScene" id=1]
[ext_resource path="res://background.png" type="Texture" id=2]
[ext_resource path="res://Deborah.tscn" type="PackedScene" id=3]
[ext_resource path="res://Meter/Meter 0.png" type="Texture" id=4]
[ext_resource path="res://Teleprompter/Teleprompter.tscn" type="PackedScene" id=5]
[ext_resource path="res://Sidebar.tscn" type="PackedScene" id=6]
[node name="Newsroom" type="Node"]
[node name="Backdrop" parent="." index="0" instance=ExtResource( 1 )]
texture = ExtResource( 2 )
centered = false
_sections_unfolded = [ "Offset" ]
[node name="Deborah" parent="." index="1" instance=ExtResource( 3 )]
[node name="Sprite" type="Sprite" parent="Deborah" index="3"]
position = Vector2( -643.872, -258.369 )
texture = ExtResource( 4 )
centered = false
_sections_unfolded = [ "Offset" ]
[node name="Teleprompter" parent="." index="2" instance=ExtResource( 5 )]
[node name="Sidebar" parent="." index="3" instance=ExtResource( 6 )]
position = Vector2( 910.875, 32.7018 )
centered = false