Add life towers
This commit is contained in:
parent
8a7d4541e5
commit
ebd6c4d994
3 changed files with 30 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ import { citySimulationTimelineElement } from './data/city-simulation';
|
|||
import { platformGameTimelineElement } from './data/platform-game';
|
||||
import { photosTimelineElement } from './data/photos';
|
||||
import { ledsTimelineElement } from './data/leds';
|
||||
import { towersTimelineElement } from './data/towers';
|
||||
|
||||
export const create = () => {
|
||||
new Body(
|
||||
|
|
@ -53,6 +54,7 @@ export const create = () => {
|
|||
adAstraTimelineElement,
|
||||
forexTimelineElement,
|
||||
myNotesTimelineElement,
|
||||
towersTimelineElement,
|
||||
nuclearTimelineElement,
|
||||
nuclearEditorTimelineElement,
|
||||
citySimulationTimelineElement,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue