Add start of procedural world generation
This commit is contained in:
parent
62b8c74f57
commit
ee5ab45cfb
7 changed files with 328 additions and 74 deletions
|
@ -27,7 +27,8 @@ export const images = {
|
|||
},
|
||||
celestials: {
|
||||
green: {
|
||||
"0": 'celestials/green_0.svg'
|
||||
'0': 'celestials/green_0.svg',
|
||||
'1': 'celestials/green_1.svg'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue