WHAT HAPPENED AFTER A LONG STREAM

Player movement :D
Uh..miguel not paralysed
Failed to flip miguel when turning
Please help
This commit is contained in:
2024-11-07 00:00:42 +02:00
parent fac0e40de5
commit b85a5463a9
9 changed files with 410 additions and 120 deletions

View File

@@ -1,9 +1,7 @@
use bevy::prelude::*;
use bevy_ecs_ldtk::prelude::*;
use crate::player::Player;
pub struct CameraPlugin;
impl Plugin for CameraPlugin {