mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-07 08:20:11 +01:00
Platformer demo now uses Kinematic Controller
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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 )]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user