[oden] Fix various bugs in graphics modules

This commit is contained in:
John Doty 2023-06-24 11:03:21 -07:00
parent 9e685bc569
commit b2b730f79c
2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
import { cls, print, spr } from "./src/graphics";
import { cls, print, spr } from "./src/graphics.js";
export function init() {
print("Hello world!");