Aurélien Vivet

Results 134 comments of Aurélien Vivet

- Did you check what I've done in [my zip file here](https://github.com/GDevelopApp/GDevelop-examples/issues/242#issuecomment-1122561417)? I optimized a lot the resources, the objects, the layers, and the zorder, and lot of stuffs. -...

Hello I tryed the example on my pixel5 phone, and the quality is very low. Do you think there is something to adjust? ![Screenshot_20221013-231046](https://user-images.githubusercontent.com/1670670/195711841-2cc8ce96-dbb7-4e28-89b2-8c08dee74336.png)

> Also, there are no actions to resize video objects in gdevelop? This raised a more significant issue in previous discussions. These width/height or scale actions are unique to each...

@dfilitto there is still few things to fix as listed in comment adove. And then we could accept the example.

Hi @dfilitto Do you need more time or help? Let us know!

> Hi, what is missing for the example to be published. I thought I didn't need to do anything else. If needed, you could guide me. Thanks. Mestre em Ciência...

- [ ] Remove unused resources - [x] Remove empty events - [ ] `README.md` file is missing, this file contain a short description of the example, ~150 characters -...

Hi, do you need more time or help? Let us know!

This default browser behavior can be prevent by a Javascript code like: ```JS document.querySelector('html').addEventListener('keydown', handleKeyDown); function handleKeyDown( e ) { if ( e.ctrlKey && e.keyCode === 68 ) { //...

Hi @al-humea I think you can take it, no one has started to work on it yet.