changed speed

This commit is contained in:
2022-11-13 13:40:58 +01:00
parent affaf4521e
commit 855ba9f0e2
3 changed files with 118 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ using System;
public class Player : KinematicBody2D
{
[Export]
public int speed = 600;
public int speed = 400;
public override void _PhysicsProcess(float delta)
{