Note to self

This commit is contained in:
John Doty 2023-06-27 19:26:11 -07:00
parent 17805fa4a6
commit c1d86676c3

View file

@ -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");
}