GDevelopApp / GDevelop-extensions

Repository of behaviors, actions, conditions and expressions to be used in GDevelop for creating games
https://gdevelop.io
MIT License
131 stars 52 forks source link

EasyFullscreen #198

Closed UlisesFreitas closed 3 years ago

UlisesFreitas commented 3 years ago

EasyFullscreen

A simple extension to allow you to toggle between windowed and fullscreen in your game.

Parameters 1:

Keyboard Text: allow to pick which key you want to use to toggle fullscreen.

Scene variable: __EasyFullscreen_fullscreen - type(bool)

Use a bool scene variable to check if the the game is windowed or fullscreen

Preview: https://www.youtube.com/watch?v=_3OYLCOOQs8 Example: https://github.com/UlisesFreitas/EasyFullscreen-GDevelop-Extension-

Checklist

Extension file

As JSON: https://github.com/UlisesFreitas/EasyFullscreen-GDevelop-Extension-/blob/main/EasyFullscreen.json

As .zip: https://github.com/UlisesFreitas/EasyFullscreen-GDevelop-Extension-/blob/main/EasyFullscreen.zip

Sample project: https://github.com/UlisesFreitas/EasyFullscreen-GDevelop-Extension-/blob/main/gd-project-EasyFullscreen.zip

Preview: https://www.youtube.com/watch?v=_3OYLCOOQs8

Finally, attach the .json file of your extension here.

As JSON: https://github.com/UlisesFreitas/EasyFullscreen-GDevelop-Extension-/blob/main/EasyFullscreen.json As .zip: https://github.com/UlisesFreitas/EasyFullscreen-GDevelop-Extension-/blob/main/EasyFullscreen.zip

You also may have to create an account on GitHub before posting. If your extension is high quality and useful, it will be added to the list of GDevelop community extensions. When you're ready, remove this last paragraph and click on "Submit new issue". Thanks 🙌

github-actions[bot] commented 3 years ago

Hi @UlisesFreitas! 👋 This issue was automatically closed because it seems that you have not included any file.

GitHub is a place for the technical development of GDevelop itself - you may want to go on the forum, the Discord chat or read the documentation to learn more about GDevelop. Thanks!

Bouh commented 3 years ago

I don't think we should accept this extension, it's reduced to a toggle of two actions and completely hides the conditions that affect them. The gain is not obvious, it's rather recommended to educate users to do this kind of simple thing. A page in the documentation explains this.