changed movement speed

This commit is contained in:
2022-11-13 12:52:49 +01:00
parent 282d6d144c
commit 74019bc4d1
2 changed files with 2 additions and 1 deletions

View File

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