changed movement speed
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
[node name="Main" type="Node2D"]
|
[node name="Main" type="Node2D"]
|
||||||
position = Vector2( 4, 0 )
|
position = Vector2( 4, 0 )
|
||||||
|
scale = Vector2( 1, 1.00619 )
|
||||||
script = ExtResource( 3 )
|
script = ExtResource( 3 )
|
||||||
|
|
||||||
[node name="World" parent="." instance=ExtResource( 2 )]
|
[node name="World" parent="." instance=ExtResource( 2 )]
|
||||||
|
@@ -4,7 +4,7 @@ using System;
|
|||||||
public class Player : KinematicBody2D
|
public class Player : KinematicBody2D
|
||||||
{
|
{
|
||||||
[Export]
|
[Export]
|
||||||
public int speed = 500;
|
public int speed = 600;
|
||||||
|
|
||||||
public override void _PhysicsProcess(float delta)
|
public override void _PhysicsProcess(float delta)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user