PicPick

最新版本 GDevelop 5.0.0 Beta 117

GDevelop 5.0.0 Beta 117

GDevelop 5.0.0 Beta 117
PicPick 是一個全功能的屏幕捕捉應用程序的 Windows,直觀的圖像編輯器,顏色選擇器,調色板,像素尺,量角器,十字線,白板和更多。用戶友好和充滿創造您的形象的功能,適用於軟件開發商,平面設計師和家庭用戶。 PicPick 包括一切有關圖形設計,所以它將不僅節省您的磁盤空間,而且還節省時間和金錢.

PicPick 功能:

捕獲任何內容
截屏的整個屏幕,一個活動的窗口,滾動窗口和任何特定區域的桌面等.

編輯您的圖像
使用內置的圖像編輯器來註釋和突出顯示您的圖像:文本,箭頭,形狀等等,包括最新的 Ribbon 樣式菜單.

Enhance with effects
輕鬆為圖像添加效果:陰影,邊框,水印,馬賽克,運動模糊,亮度控制和更多.

ShareShare
通過網絡,電子郵件,FTP,Dropbox 的,谷歌驅動器,SkyDrive 的,框,Evernote 的,Facebook 的,Twitter 和更多的保存,分享或發送您的圖像。

圖形配件
各種圖形設計配件,包括拾色器,調色板,像素標尺,量角器,十字準線,放大鏡,白板.

可自定義設置
使用高級設置,您可以自定義熱鍵,文件命名,圖像質量和許多其他選項,以滿足您的需求.

ScreenShot

軟體資訊
檔案版本 GDevelop 5.0.0 Beta 117

檔案名稱 GDevelop-5-Setup-5.0.0-beta117.exe
檔案大小
系統 Windows 2000 / XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 免費軟體
作者 NGWIN
官網 http://ngwin.com/picpick
更新日期 2021-09-09
更新日誌

What's new in this version:

GDevelop 5.0.0 Beta 117
New features:
Add support for visual effects ("shaders") on objects:
- This allows to generate interesting visual effects, which can be controlled by events. For example, you can use an outline on an object to highlight, make the player glow when launching a spell, blur objects, etc...
- A new "effects" tab is now present in the objects editor. From there, you can add visual effects, that were already available for layers, and customize them from this editor.
- Actions and conditions are available to manipulate effects and change their parameters during the game
- Learn more on the wiki: http://wiki.compilgames.net/doku.php/gdevelop5/objects/effects

Add support for behaviors based on other behaviors ("behavior composition"):
- This allows custom behaviors, that you can create in your project or get from extensions, to require the presence of one or multiple other behaviors on an object: This is an advanced feature that is helpful to create behaviors that are based on other. For example, a behavior "Platformer enemy" using the "Platformer object" behavior and adding specific actions, conditions and logic to make an enemy chase the player. If you create a behavior and want to use this, just go to the properties of this behavior and add a new property. Choose the type "Required Behavior" for this property. You can then use this new behavior in the events of the behavior you just edited.
- To use a behavior based on another, you don't need to do anything special! Just add it to your object as usual: any missing behavior will be added to your object, so you can start using it immediately.

Improvements:
- Allow colors to be used for behavior properties
- Rework the color fields to allow to enter colors as R;G;B directly in the field
- Allow behaviors to have a "string list" property like functions
- Add the word "object" in timer actions/conditions names, to make them easier to spot
- Add multiple contributors to the credits (Thanks @arthuro555!)
- Allow rounding pixels when rendering on a project level
- Add command to open the extension search in the command palette
- Improve events sheet wording for object boolean variables
- Prevent variable value to be set to an invalid number ("NaN") in the variables editor
- Allow again to choose the opacity of the grid in the scene editor: Also fix an issue where a grid with the black color was not persisted properly.

Extensions, Examples, Assets:
- There are now 85+ extensions available for GDevelop in the extensions library and 2700+ assets!

Some of the new or updated extensions:
- Marching Squares extension and example by @D8H
- Fix on sliders and other exetnsions by @D8H
- New Boomerang extension by @Entr0py404 and @tristanbob
- New Magnetic effect extension by @Entr0py404
- FPS extension by @arthuro555
- UUID and Render To Sprite extension by @arthuro555
- RTS Unit Selection by Slash and @tristanbob
- Random choice in a list extension by @UlisesFreitas
- Transition painter extension by @westboy31
- Reflection by @VegeTato
- Remember that documentation pages are now automatically generated for all extensions on the wiki, including descriptions and authors.

Bug fixes:
- Increase shader precision, allowing lights to be displayed correctly on iOS
- Prevent instances to have a negative width or height in the instances editor: Note that this does not affect existing games that would use this incorrect behavior (which can create bugs)
- Fix crash when instances were resized on the scene editor after being set to a size of 0
- Fix some missing translations (Thanks @Bouh!)
- Fix missing translations in the main menu bar (Thanks @Bouh!)
- Fix games crashing when an unknown action/condition was used (could come from a deleted extension)
- Fix variable dropdown not updated in the action/condition editor after editing variables
- Fix a crash when drag'n'dropping actions/conditions in custom behaviors


GDevelop 5.0.0 Beta 115
Improvements:
- Add an action to release the ladder for Platformer object
- Improve Actions and Conditions search allowing typing mistakes
- Show previews of image resources properly pixelated when smoothing is deactivated
- Show pixel art assets in the asset store as pixelated and larger
- Add an action to clear the shapes of a Shape Painter object on demand
- Add an action to forbid to jump again while in the air to the Platformer behavior
- Add thumbnails in the resources list

Bug fixes:
- Fix color of grids in scene editor not properly persisted
- Fix Panel Sprite initial opacity not being correctly applied
- Fix buttons to save/load/change the file in Piskel sometimes not displayed properly
- Fix color picker not shown for the action setting the color of a light object
- Fix wrong icon shown intermittently in the extensions store
- Fix extra scrollbar on small screens when selecting an object or an action/condition in the events sheet
- Fix unability to scroll when a lot of parameters were shown for an action or a condition

Internal changes (for developers):
- Add continuous delivery: automatic macOS and Windows builds
- Improve TypeScript types for the Shape Painter object
- Add new lines between functions back in TS files


GDevelop 5.0.0 Beta 105
Improvements:
- Add the GDevelop games showcase in a tab of the new project window
- Improve the start page a link to the Youtube channel, more icons and a link to the showcase
- Submit your game to the showcase here!
- Add normalize expression, map a value between min and max to a value between 0 and 1
- Add condition to check if any key is released
- Add help link for AdMob actions and conditions

Fixed:
- Fix Tilemap not refreshed when the JSON file changed and a tileset JSON is also set
- Fix Tilemap not showing the specified layer in "index" mode
- Fix Tilemap not working in the web-app
- Fix fullscreen not working on certain browsers
- Fix Firebase action to sign in with 3rd party providers in a browser
- Fix middle-click drag not working in Yarn editor
- Fix rare layout glitches after resizing the window

GDevelop 5.0.0 Beta 117 相關參考資料
Downloading GDevelop 5.0.0 Beta 117 from FileHorse.com

Create your own amazing games without programming! · GDevelop 5.0.0 Beta 117 · Key details about this download.

https://www.filehorse.com

GDevelop 5 Setup 5.0.0 Beta 117 : Florian Rival

GDevelop 5 Setup 5.0.0 Beta 117 ; Topics: game engine ; Addeddate: 2021-09-10 03:56:35 ; Identifier: gdevelop-5-setup-5.0.0-beta-117 ; License: MIT ; Repository ...

https://archive.org

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

Mac GDevelop 5.0.0 Beta 117,Birdfont for Mac 是一款免費的字體編輯器,可讓您創建矢量圖形並導出TTF,EOT 和SVG 字體。這是一個免費的應用程序,但鼓勵在開發者 ...

https://filesmac.com

GDevelop 5.0.0 Beta 117 軟體資訊介紹 | 電腦資訊007情報站

GDevelop 5.0.0 Beta 117 軟體資訊介紹&下載 ... Camfrog Video Chat 允許你加入真正的流視頻聊天室,你可以聽到,看到,有趣的視頻聊天與許多人一次。

https://file007.com

GDevelop 5.0.0 Beta 120 for Mac 軟體資訊交流 - winXmac軟體社群

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

https://winxmac.com

GDevelop 5.0.0 Beta 139 for Windows 軟體資訊交流 - winXmac軟體 ...

GDevelop 5.0.0 Beta 139 for Windows 軟體資訊交流、介紹、教學與下載,GDevelop 是一款面向所有人的開放源代碼,跨平台的PC 遊戲引擎- 它可擴展,快速且易於學習。

https://winxmac.com

Pb new version GDevelop-5-Setup-5.0.0-beta117

2021年9月21日 — #2. https://github.com/4ian/GDevelop/releases/download/v5.0.0-beta96/GDevelop-5-Setup-5.0.0-beta96.exe. (Just replace the beta version no. 117 ...

https://forum.gdevelop.io