-
Notifications
You must be signed in to change notification settings - Fork 0
/
smoothtest.tscn
50 lines (39 loc) · 1.41 KB
/
smoothtest.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
[gd_scene load_steps=3 format=2]
[ext_resource path="res://KinematicBody2D.tscn" type="PackedScene" id=1]
[ext_resource path="res://smoothtest.gd" type="Script" id=3]
[node name="smoothtest" type="Node2D"]
script = ExtResource( 3 )
[node name="KinematicBody2D" parent="." instance=ExtResource( 1 )]
position = Vector2( 67.3058, 70 )
velocity = Vector2( 0, 1.7 )
[node name="KinematicBody2D2" parent="." instance=ExtResource( 1 )]
position = Vector2( 22.2236, 70 )
[node name="KinematicBody2D3" parent="." instance=ExtResource( 1 )]
position = Vector2( 113.023, 70 )
velocity = Vector2( 0, 2.7 )
[node name="KinematicBody2D4" parent="." instance=ExtResource( 1 )]
position = Vector2( 158.74, 70 )
velocity = Vector2( 0, 0.8 )
[node name="KinematicBody2D5" parent="." instance=ExtResource( 1 )]
position = Vector2( 247, 70 )
velocity = Vector2( 0, 1.7 )
smooth = true
[node name="KinematicBody2D6" parent="." instance=ExtResource( 1 )]
position = Vector2( 201.917, 70 )
smooth = true
[node name="KinematicBody2D7" parent="." instance=ExtResource( 1 )]
position = Vector2( 292.717, 70 )
velocity = Vector2( 0, 2.7 )
smooth = true
[node name="KinematicBody2D8" parent="." instance=ExtResource( 1 )]
position = Vector2( 338.434, 70 )
velocity = Vector2( 0, 0.8 )
smooth = true
[node name="Label" type="Label" parent="."]
margin_left = 462.0
margin_right = 562.0
margin_bottom = 14.0
align = 1
__meta__ = {
"_edit_use_anchors_": false
}