Add life towers

This commit is contained in:
schmelczerandras 2021-01-20 17:45:49 +01:00
parent 8a7d4541e5
commit ebd6c4d994
3 changed files with 30 additions and 0 deletions

View file

@ -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,