reorganised some stuff and started coding another game

This commit is contained in:
FantasyPvP
2024-11-23 21:34:54 +00:00
parent 69591e6bb2
commit 39d9b949e9
31 changed files with 350 additions and 235 deletions
+1 -1
View File
@@ -306,8 +306,8 @@ impl Renderer {
self.screen_ref.chars[i][j].write(*col);
}
}
self.internal_set_cursor_position(self.col_pos as u8, BUFFER_HEIGHT as u8 - 1);
}
self.internal_set_cursor_position(self.col_pos as u8, BUFFER_HEIGHT as u8 - 1);
}
}