moved player

This commit is contained in:
Samuel Walker 2024-09-01 08:09:50 -06:00
parent 1065713461
commit b1c2d6c477

View File

@ -293,6 +293,11 @@ int main() {
initTileBuffer(0); // Color for TILE_EMPTY
VDP_loadTileData(tileBuffer, TILE_EMPTY, 1, DMA);
l.pt1.x = 15;
l.pt1.y = 15;
l.pt2.x = 0;
l.pt2.y = 0;
while (TRUE) {
render();
}