try controlling the sprite for direction change, also your asset path still sucks
This commit is contained in:
@@ -24,8 +24,8 @@ pub fn log_positions(
|
||||
info!("Player not found or multiple players detected.");
|
||||
}
|
||||
if let Ok(goal_transform) = goals.get_single() {
|
||||
info!("Player Position: {:?}", goal_transform.translation);
|
||||
info!("Goal Position: {:?}", goal_transform.translation);
|
||||
} else {
|
||||
info!("Player not found or multiple players detected.");
|
||||
info!("Goal not found or multiple players detected.");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user