domske

Results 4 issues of domske

The responsive feature is nice. But does not exactly work as I expected. Currently it doesn't really fit the parent size. Only depending on the width of the parent. **We...

How to use the [vehicle demo](http://lo-th.github.io/Oimo.js/examples/test_vehicle.html)? How to drive? And is this all? Where is the Demo you can see on this screenshot? ![](http://jeromeetienne.github.io/slides/howtomakeagame-nextgamefrontier-2014/images/screenshot-oimo-demo.png)

Currently you add a dialog to the screen by: ```typescript const disposable = this.dialogService.addDialog(DialogListComponent, {...} ``` But how set variables or call methods of the instance of the class `DialogListComponent`...

Currently the size and position of this modal is fixed defined. The maximal size of the dialog should be the current view-width and view-height of the page. Also adjust the...