Platformer demo now uses Kinematic Controller

This commit is contained in:
Juan Linietsky
2016-09-04 23:14:23 -03:00
parent 5ee9e3cf6a
commit 1a7e9e0dc4
63 changed files with 2843 additions and 561 deletions

Binary file not shown.

View File

@@ -207,38 +207,42 @@ transform/pos = Vector2( 4172.75, 541.058 )
[node name="moving_platform" parent="props" instance=ExtResource( 3 )]
transform/pos = Vector2( 1451.86, 742.969 )
script_variables/motion = Vector2( 0, 1 )
script_variables/cycle = 5.0
motion = Vector2( 0, 0 )
cycle = 1.0
[node name="moving_platform 2" parent="props" instance=ExtResource( 3 )]
transform/pos = Vector2( 719.199, 1123.81 )
script_variables/motion = Vector2( 200, 0 )
script_variables/cycle = 5.0
motion = Vector2( 100, 0 )
cycle = 4.0
[node name="still" parent="props" instance=ExtResource( 3 )]
transform/pos = Vector2( 1231.37, 1105.18 )
transform/rot = 9.3572
script_variables/cycle = 1.0
motion = Vector2( 0, 0 )
cycle = 1.0
[node name="still1" parent="props" instance=ExtResource( 3 )]
transform/pos = Vector2( 1384.28, 1066.4 )
transform/rot = 18.4436
script_variables/cycle = 1.0
motion = Vector2( 0, 0 )
cycle = 1.0
[node name="still2" parent="props" instance=ExtResource( 3 )]
transform/pos = Vector2( 1552.7, 1032.05 )
transform/rot = 4.73782
script_variables/cycle = 1.0
motion = Vector2( 0, 0 )
cycle = 1.0
[node name="still3" parent="props" instance=ExtResource( 3 )]
transform/pos = Vector2( 1700.06, 1066.92 )
transform/rot = -31.3979
script_variables/cycle = 1.0
motion = Vector2( 0, 0 )
cycle = 1.0
[node name="one_way_platform" parent="props" instance=ExtResource( 4 )]