moved player
This commit is contained in:
parent
1065713461
commit
b1c2d6c477
@ -293,6 +293,11 @@ int main() {
|
|||||||
initTileBuffer(0); // Color for TILE_EMPTY
|
initTileBuffer(0); // Color for TILE_EMPTY
|
||||||
VDP_loadTileData(tileBuffer, TILE_EMPTY, 1, DMA);
|
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) {
|
while (TRUE) {
|
||||||
render();
|
render();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user