-
Notifications
You must be signed in to change notification settings - Fork 2
/
Node2D.tscn
32 lines (26 loc) · 843 Bytes
/
Node2D.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=3 format=2]
[ext_resource path="res://Node2D.gd" type="Script" id=1]
[ext_resource path="res://wendouree.jpg" type="Texture" id=2]
[node name="Node2D" type="Node2D"]
script = ExtResource( 1 )
[node name="Background" type="TextureRect" parent="."]
margin_right = 1920.0
margin_bottom = 1080.0
texture = ExtResource( 2 )
expand = true
[node name="Label" type="Label" parent="."]
margin_right = 870.0
margin_bottom = 24.0
text = "Draw Mode. Right click to switch"
[node name="ViewportContainer" type="ViewportContainer" parent="."]
margin_left = 0.465698
margin_top = 0.465942
margin_right = 1920.47
margin_bottom = 996.466
stretch = true
[node name="Viewport" type="Viewport" parent="ViewportContainer"]
size = Vector2( 1920, 996 )
transparent_bg = true
handle_input_locally = false
usage = 0
gui_disable_input = true