Add basic background rendering
This commit is contained in:
parent
0c5ad88981
commit
fc8d282509
10 changed files with 156 additions and 8 deletions
6
js/graphics/rocket.mjs
Normal file
6
js/graphics/rocket.mjs
Normal file
|
@ -0,0 +1,6 @@
|
|||
import {canvas, context} from './index.mjs';
|
||||
import * as assets from '../assets.mjs';
|
||||
|
||||
export function render() {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue