Skip to content

Commit

Permalink
Add more TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Jul 2, 2024
1 parent cbb854c commit 47e050b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ async function loadImageData(url: string): Promise<ImageData> {
window.requestAnimationFrame(frame);
});
})();
// TODO: The canvas should take the entire screen
// TODO: Hot reload assets
// TODO: Try lighting with normal maps that come with some of the assets
// TODO: Load assets asynchronously
// While a texture is loading, replace it with a color tile.

0 comments on commit 47e050b

Please sign in to comment.