Google Web Designer

最新版本 GDevelop 5.1 Beta 151

GDevelop 5.1 Beta 151

GDevelop 5.1 Beta 151
Google Web Designer 為您提供創建精美,引人入勝的 HTML5 內容的能力。使用動畫和互動元素,將您的創意視野變為現實,並享受與 Google 雲端硬盤,DoubleClick Studio 和 AdWords 等其他 Google 產品的無縫集成。 Google Web Designer 是一款適用於 Windows,Mac 和 Linux 的免費軟件,可以從 Google 創建交互式的 HTML5 廣告和其他 HTML5 內容!



一個想法。任何屏幕
如果人們看不到它,那麼你的工作是多麼輝煌。現在,您創建的所有內容都可以在任何屏幕上進行訪問。桌面,平板電腦或手機 - ndash; 沒有兼容性問題.

專注於設計
讓我們處理 HTML5 和 CSS3,讓您可以專注於自己喜歡做的事情:創造絢麗的視覺體驗。完整的設計套件可讓您輕鬆實現任何願景.

使用代碼進行擴展
如果您感覺更親切,則設計背後的所有代碼都是可手動編輯的,因此您從未鎖定過自己的工作。你的想法現在被代碼放大了。不受限制.

也可用:下載 Google Web Designer 為 Mac

ScreenShot

軟體資訊
檔案版本 GDevelop 5.1 Beta 151

檔案名稱 GDevelop-5-Setup-5.1.151.exe
檔案大小
系統 Windows 7 / Windows 8 / Windows 10
軟體類型 免費軟體
作者 Google
官網 https://www.google.com/webdesigner/
更新日期 2022-11-16
更新日誌

What's new in this version:

GDevelop 5.1 Beta 151
Improvements:
Editor:
Dialogs and tabs have been slightly reworked to follow some UI best practices:
- Overall redesign or the dialogs to display a title and more margins
- Buttons are now more discernable from the content
- A cross is available to close dialogs at the top-right
- Redesign of the tabs to be more intuitive for new users
- The animation preview zoom has been slightly improved for the image to fit the canvas, regardless of the sprite size
- The leaderboard limit is now displayed in the leaderboard admin for free accounts

Improve selection of resources in parameters:
- A button is now available to pick a file
- When there is only 1 external editor, like Piskel at the moment, the button is made more visible
- Show a warning when an editor is being closed with a few unsaved changes, preventing lost changes
- This applies to a few editors: Object, Object group, Project properties, Variables list and Layers

Engine:
- Improve the pathfinding extension with a property to smooth the path. We recommend to use it!
- Panel sprite objects now respect the resource smoothing option (perfect for pixel-art games)

Advanced:
- Allow custom behaviors to declare scene properties
- Autocompletion for choices and colora has been added for private action and condition parameters of properties
- Add conditions to compare function parameter values
- Allow to declare private custom behaviors
- It allows custom objects to use behaviors internally without showing them to extension users
- Translate custom extension categories
- Allow event extensions to define conditions and actions with an operator

Extensions, assets and examples:
Reviewed extensions:
- [DrawPathfinding] The first path element is now drawn
- [MultitouchJoystick] Minor fixes (v1.1.1)
- Fix condition for 4-way UP, clean up unneeded conditions, change the wording from "Activate" to "Animate"
- Require the joystick to be moved from center
- [Panel sprite button] New experimental extension allowing to easily create a button, that is self contained.
- [FireBullet] Ammo management, reloading, overheat, and stats
- Now with ammo management, reloading, an overheating mechanic, and collecting stats
- [URLTools] Fix parameter reading when reading a URL attribute

Community extensions:
- Add an "Ellipse movement" extension example
- Improve "Fire bullet" example (gen3)
- Now with ammo management, reloading, an overheating mechanic, and collecting stats

New asset packs:
- Custom Buttons are now available in the asset store
- It is still a work-in-progress, but they can be used as a all-in-one solution for buttons in your game

New packs in the asset store:
- Western FPS 2D by Pixel-boy
- Space Shooter by Pixel-boy
- Social Media Icon Pack by Wishforge Games
- 16x16 Emotes by Tomcat94

Fixed:
- Fix inline parameter freezing the editor on a specific case, after dragging an action/condition
- Fix Inconsistency in JSON Parsing events wording
- Fix Animation Preview not taking full height and being stuck when duplicating an image
- Fix animation finished condition firing too early
- The condition was firing as soon as the animation was entering its last frame
- It now waits for the last frame to be displayed long enough (based on frame interval duration)
- This fix applies to all future "Animation finished" conditions, current ones are not affected
- Fix events sheet wrapping when it contains a JavaScript event

Internal changes (for developers):
- Prepare the the JavaScript code events and extension descriptions to be serialised as arrays of strings to make collaboration/reviews easier. This will be activated in the next version.


GDevelop 5.1 Beta 149
Improved:
- Improve the editor scrollbars to be more intuitive
- Add possibility to send instances to back or to front (Z order) in context menu
- Performance optimization: Avoid rendering the scene editor when a dialog is opened
- Add some particle emitter actions conditions and expressions
- Max number of displayed particles
- Particle rotation min and max speeds
- Additive rendering setting
- Add autocompletion for timers, tweens and other extensions identifiers
- Add a field to define behavior property descriptions when creating extensions
- Notify when a new version is available to be automatically installed on the web
- Make the existing onboarding flow usable on the Desktop version
- Show an error message if a sentence of a function of an extension is using a parameter that does not exist
- Update extension field hints to fit the good practices
- Improve scene properties panel to be consistent with behavior properties panel
- Make some popovers and panels more discernable from the background
- Use the same drag and drop behavior for layers list as for the objects list on the scene editor
- Add object icons in the list of objects in a group
- Create condition to know when a draggable object was just dropped
- Rename panel actions for consistency
- Rename tween actions for consistency
- Show variables that were used in the events, but not defined, in the autocompletions by default
- If you've not activated this since this was introduced, you can do so in the preferences

Extensions, assets and examples:
- [Reviewed] [Ellipse movement] New extension
- This is a rework of the "Sine movement" extension. It aims to be easier to use.
- The "Sine movement" extension can still be found in the community list.
- [Reviewed] [MultitouchJoystick] Added conditions for 8-way movement
- Added conditions for 8-way movement (thanks to @jerikothomas)
- Changed 4-way condition to use 90-degree arcs (was 180 degrees and overlapping)
- Updated conditions to use a single range of angles when possible
- Added link to wiki page
- [Reviewed] [RenderToSprite] Add a new action to render a scene area into a sprite
- [Community] [HasLanded] New extension
- Allow to checks if a character has landed on a floor
- [Community] Add JSON Resource loading extension
- Allows to load static JSON resources into a variable
- [Community] Add LoadImageFromURL extension
- This extension allows to load images into sprites and resources from a URL
- [Community] [Point and Orbit] Point an object toward a position, orbit object around position
- Add the new assets pack: Tiny Characters by Fleurman
- Rename the attribute "extensions" to "requiredExtensions"
- Fix the name of Plinko game
- Update the rectangular movement example to use the new extension

Fixed:
- Fix instance properties panel not being updated properly after a layer was created or renamed
- Fix project name not updating in recent project files after saving
- Add word wrap in the code editors to avoid horizontal scrolling
- Also fix some text overflowing out of the screen for some languages
Particle emitter:
- Fix line particles origin to be set at 0 to prevent rotation offset
- Fix incoherent rotation speed of the particles
- Fix particle max force value being too close to zero triggering a PIXI bug
- Fix grammar: change 'let' to 'leave'
- Fix variable name checks being too strict on non-top level variables
- Fix leaderboard entry creation duplicate conditions to avoid spamming servers
- Fix text of game feedback not being wrapped when it's a single really long word
- Fix window border not updating properly in scene editor when the project resolution is changed
- Fix parameters order in the events sheet sentence of "Change the gradient of the text" action
- Fix extension icon store displaying white hard-to-see icons on light theme
- Fix object default hitboxes not being reinitialized properly on object reinitialization
- Fix events sheet not wrapping on small screens


GDevelop 5.1 Beta 148
Improved:
- Improve the editor scrollbars to be more intuitive
- Performance optimization: Avoid rendering the scene editor when a dialog is opened
- Add some particle emitter actions conditions and expressions
- Max number of displayed particles
- Particle rotation min and max speeds
- Additive rendering setting
- Add autocompletion for timers, tweens and other extensions identifiers
- Add a field to define behavior property descriptions when creating extensions
- Notify when a new version is available to be automatically installed on the web
- Make the existing onboarding flow usable on the Desktop version
- Show an error message if a sentence of a function of an extension is using a parameter that does not exist
- Update extension field hints to fit the good practices

Extensions, assets and examples:
- [Reviewed] [Ellipse movement] New extension
- This is a rework of the "Sine movement" extension. It aims to be easier to use
- The "Sine movement" extension can still be found in the community list
- [Reviewed] [MultitouchJoystick] Added conditions for 8-way movement
- Added conditions for 8-way movement
- Changed 4-way condition to use 90-degree arcs (was 180 degrees and overlapping)
- Updated conditions to use a single range of angles when possible
- Added link to wiki page
- [Reviewed] [RenderToSprite] Add a new action to render a scene area into a sprite
- [Community] [HasLanded] New extension
- Allow to checks if a character has landed on a floor
- [Community] Add JSON Resource loading extension
- Allows to load static JSON resources into a variable
- [Community] Add LoadImageFromURL extension
- This extension allows to load images into sprites and resources from a URL
- [Community] [Point and Orbit] Point an object toward a position, orbit object around position
- Add the new assets pack: Tiny Characters by Fleurman
- Rename the attribute "extensions" to "requiredExtensions"
- Fix the name of Plinko game
- Update the rectangular movement example to use the new extension

Fixed:
- Fix instance properties panel not being updated properly after a layer was created or renamed
- Fix project name not updating in recent project files after saving
- Add word wrap in the code editors to avoid horizontal scrolling
- Also fix some text overflowing out of the screen for some languages

Particle emitter:
- Fix line particles origin to be set at 0 to prevent rotation offset
- Fix incoherent rotation speed of the particles
- Fix particle max force value being too close to zero triggering a PIXI bug

- Fix grammar: change 'let' to 'leave'
- Fix variable name checks being too strict on non-top level variables
- Fix leaderboard entry creation duplicate conditions to avoid spamming servers
- Fix text of game feedback not being wrapped when it's a single really long word
- Fix window border not updating properly in scene editor when the project resolution is changed
- Fix parameters order in the events sheet sentence of "Change the gradient of the text" action
- Fix extension icon store displaying white hard-to-see icons on light theme
- Fix object default hitboxes not being reinitialized properly on object reinitialization


GDevelop 5.0.0 Beta 147
Improved:
- Re-organize extensions categories

Extensions, assets and examples:
- [New community extension] Extra Inventory Functions
- Adds extra functions for working with the inventory extension
- [Reviewed][Extended Variables] Fix types in action parameters
- [Reviewed] [Sway] Use Sway if you have multiple instances of the same object that you would like to move uniquely like grass swaying in the breeze. It could also be used for flames, smoke, snakes, ghosts etc.
- New community extension: Dynamic Water
- Allow the user to create dynamic realistic water objects
- Updated the community extension Flip Gravity
- Added a new action to the extension: Reset the gravity back to normal to a selected object
- Add new Footsteps audio files in the asset store
- Added Player Authentication to the Leaderboard example game

Fixed:
- Fix UI glitch where deleting a point of a Sprite was not showing the proper point as deleted
- Fix: Add parameter to file reading actions to remove CR characters from files

GDevelop 5.1 Beta 151 相關參考資料
Anciennes versions de GDevelop (Windows)

exe 5.1.158 21 mars 2023. exe 5.1 Beta 151 16 nov. 2022. exe 5.0.0 Beta 143 21 sept. 2022. exe 5.0.140 16 sept. 2022. exe 5.0.135 10 juin 2022. exe 5.0.132 29 ...

https://gdevelop.fr.uptodown.c

Download

GDevelop is free to download and can be used for profit or non-profit game making. It can be used anywhere: smartphones, tablets, laptops or desktop computers.

https://gdevelop.io

GDevelop - Wikidata

beta version. 1 reference. reference URL · https://github.com/4ian/GDevelop/releases/tag ... Release 5.1.151 (English). publication date. 15 November 2022. 5.1.

https://www.wikidata.org

GDevelop 5.0.0 Beta 130 軟體資訊交流Mac

GDevelop 5.0.0 Beta 130 for Mac 軟體資訊交流、介紹、教學與下載,GDevelop 是為所有人設計的開源,跨平台Mac 遊戲引擎- 它可擴展,快速且易於學習。

https://winxmac.com

GDevelop 5.0.0 Beta 132 Mac軟體下載Download

2022年4月29日 — Mac GDevelop 5.0.0 Beta 132,MAMP 是一個完全免費的開發包,使用戶能夠在任何種類的Mac OS X 計算機上快速輕鬆地安裝本地服務器環境.

https://filesmac.com

Mac GDevelop 5.0.0 Beta 122 - MAC免費軟體下載

2021年11月25日 — 來自Opera 的創作者,一款適用於Mac 的Vivaldi 瀏覽器,速度快,而且功能豐富,瀏覽器非常靈活,使用戶第一。一個為你製作的瀏覽器。

https://filesmac.com

New GDevelop update! GD5.1.152

2022年12月13日 — NEW #GDevelop UPDATE . ☁ Cloud projects. New modern toolbars. More premium asset packs. Leaderboard customization.

https://www.reddit.com

Older versions of GDevelop (Windows)

Nov 1, 2023. exe 5.2.174 Oct 6, 2023. exe 5.1.158 Mar 21, 2023. exe 5.1 Beta 151 Nov 16, 2022. exe 5.0.0 Beta 143 Sep 21, 2022. exe 5.0.140 Sep 16, 2022. exe ...

https://gdevelop.en.uptodown.c

Releases · 4ianGDevelop

GDevelop 5.3.191 introduces support for iOS Cloud Builds and automated publishing to App Store Connect. This allows to build a game for iOS directly from ...

https://github.com