Add start of ship rendering

This commit is contained in:
asraelite 2018-03-03 00:04:17 +00:00
parent 4a253b0184
commit 704c82838a
15 changed files with 199 additions and 13 deletions

View file

@ -33,3 +33,9 @@ export function title() {
return shadow;
}
export function game() {
let shadow = root();
return shadow;
}