Sfoglia il codice sorgente

Update player speed

master
Noëlle Anthony 4 anni fa
parent
commit
7e0b323339
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/main.rs

+ 1
- 1
src/main.rs Vedi File

@@ -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 {

Loading…
Annulla
Salva