From c1d86676c3a296faf9ec11913fde136162c3959f Mon Sep 17 00:00:00 2001 From: John Doty Date: Tue, 27 Jun 2023 19:26:11 -0700 Subject: [PATCH] Note to self --- src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.ts b/src/main.ts index 4a987474..01e8041a 100644 --- a/src/main.ts +++ b/src/main.ts @@ -5,6 +5,7 @@ let the_texture = 0; export function init() { print("Hello world!"); + // TODO: Async IO the_texture = load_texture("./src/happy-tree.png"); }