Ver código fonte

Update player speed

master
Noëlle Anthony 4 anos atrás
pai
commit
7e0b323339
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/main.rs

+ 1
- 1
src/main.rs Ver arquivo

@@ -6,7 +6,7 @@ use sdl2::image::{self, LoadTexture, InitFlag};
use sdl2::rect::{Point, Rect};
use std::time::Duration;

const PLAYER_MOVEMENT_SPEED: i32 = 10;
const PLAYER_MOVEMENT_SPEED: i32 = 5;

#[derive(Debug, Clone, Copy, PartialEq, Eq)]
enum Direction {

Carregando…
Cancelar
Salvar