-
Notifications
You must be signed in to change notification settings - Fork 0
/
world.tscn
68 lines (58 loc) · 1.41 KB
/
world.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[gd_scene load_steps=2 format=3 uid="uid://cdxdvvuqssb07"]
[ext_resource type="Script" path="res://World.gd" id="1_gyw2c"]
[node name="World" type="Node3D"]
script = ExtResource( "1_gyw2c" )
[node name="LabelRPC" type="Label" parent="."]
offset_left = 30.0
offset_top = 33.0
offset_right = 70.0
offset_bottom = 56.0
text = "rpc
"
[node name="LabelUDP" type="Label" parent="."]
offset_left = 28.0
offset_top = 217.0
offset_right = 68.0
offset_bottom = 243.0
text = "udp
"
[node name="HSlider" type="HSlider" parent="."]
minimum_size = Vector2(480, 0)
offset_left = 96.0
offset_top = 507.0
offset_right = 104.0
offset_bottom = 523.0
min_value = 10.0
max_value = 500.0
value = 60.0
[node name="Label" type="Label" parent="."]
offset_left = 16.0
offset_top = 502.0
offset_right = 91.0
offset_bottom = 528.0
text = "target fps"
[node name="Label2" type="Label" parent="."]
offset_left = 18.0
offset_top = 532.0
offset_right = 93.0
offset_bottom = 558.0
text = "manual poll in _physics_process"
[node name="LabelTargetFPS" type="Label" parent="."]
offset_left = 583.0
offset_top = 502.0
offset_right = 658.0
offset_bottom = 528.0
text = "30
"
[node name="LabelPeer" type="Label" parent="."]
offset_left = 650.0
offset_top = 42.0
offset_right = 690.0
offset_bottom = 65.0
text = "server
"
[node name="CheckButtonManualPoll" type="CheckButton" parent="."]
offset_left = 277.0
offset_top = 531.0
offset_right = 321.0
offset_bottom = 562.0