Fix sample cart, and get ready for edit mode
This commit is contained in:
14
editmode.ts
Normal file
14
editmode.ts
Normal file
@ -0,0 +1,14 @@
|
||||
import { clearScreen } from "./window.ts"
|
||||
|
||||
const update = () => {
|
||||
|
||||
}
|
||||
|
||||
const draw = () => {
|
||||
clearScreen()
|
||||
}
|
||||
|
||||
export const editmode = {
|
||||
update,
|
||||
draw,
|
||||
}
|
Reference in New Issue
Block a user