feat: player movement

This commit is contained in:
Ahmet Kaan Gümüş 2025-02-15 19:45:38 +03:00
parent f88b5a1e6e
commit dd0d1e8643
5 changed files with 4927 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "fisher"
version = "0.1.0"
edition = "2021"
[dependencies]
bevy = "0.15.2"