feat: Fix in macos

This commit is contained in:
uttarayan21
2024-06-18 01:49:54 +05:30
parent 2051325600
commit b74ca719b8
3 changed files with 56 additions and 52 deletions
-8
View File
@@ -60,14 +60,6 @@ impl Character {
pub fn draw(&self) {
draw_circle(self.pos.x, self.pos.y, 16.0, BLUE);
draw_line(
self.pos.x,
self.pos.y,
self.pointing.x,
self.pointing.y,
5.0,
RED,
);
}
pub fn move_with_velocity(&mut self) {