-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathVectorPlayground.tscn
42 lines (31 loc) · 1.01 KB
/
VectorPlayground.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
33
34
35
36
37
38
39
40
[gd_scene load_steps=4 format=1]
[ext_resource path="res://VectorPlayground.gd" type="Script" id=1]
[ext_resource path="res://VectorPlaygroundMenu.tscn" type="PackedScene" id=2]
[ext_resource path="res://ZoomDrag.tscn" type="PackedScene" id=3]
[node name="VectorPlayground" type="HBoxContainer"]
anchor/right = 1
anchor/bottom = 1
focus/ignore_mouse = true
focus/stop_mouse = false
size_flags/horizontal = 3
size_flags/vertical = 3
margin/left = 0.0
margin/top = 0.0
margin/right = 0.0
margin/bottom = 0.0
alignment = 0
script/script = ExtResource( 1 )
[node name="VectorPlaygroundMenu" parent="." instance=ExtResource( 2 )]
margin/bottom = 600.0
[node name="ZoomDragControl" type="Control" parent="."]
focus/ignore_mouse = true
focus/stop_mouse = true
size_flags/horizontal = 3
size_flags/vertical = 3
margin/left = 254.0
margin/top = 0.0
margin/right = 1024.0
margin/bottom = 600.0
[node name="ZoomDrag" parent="ZoomDragControl" instance=ExtResource( 3 )]
rect = Rect2( 0, 0, 770, 600 )
environment = "res://2DPlane.tscn"