Skip to content

v1.1.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Sep 03:12
· 2 commits to main since this release
e651925

Addons files contain GDExtension binary for MacOS, Windows, Linux, Web and Android.

Version

  • v1.1.3

Godot Version

  • v4.3.0

How To Use

Plugin

  1. Download and Extract files under Assets below. Ignore the files labeled Source code.
  2. Copy addons folder to your addons project folder.
  3. Please Keep the plugin directory to addons/net.yarvis.pixel_pen.
  4. In godot editor restart when promts.
  5. Ensure that PixelPen is enabled in Godot Project Settings / Plugins.
  6. Select Project / Reload Current Project to restart, ones more.
  7. In the top of the right side after Assetlib you should see PixelPen Button.
  8. Click this button to show PixelPen Window.

Note

MacOS

  • Read support.apple.com
  • Control-click res://addons/net.yarvis.pixel_pen/bin/libpixelpen.macos.debug.framework/libpixelpen.macos.debug.
  • Control-click res://addons/net.yarvis.pixel_pen/bin/libpixelpen.macos.release.framework/libpixelpen.macos.release.
  • Open it once with any app.

Application

  1. Follow above instructions.
  2. Set res://addons/net.yarvis.pixel_pen/editor/editor_main_ui.tscn as your main scene.
  3. Export project for your targeted platform. https://docs.godotengine.org/en/stable/tutorials/export/exporting_projects.html

What's Changed

  • fix alpha slider always fallback to opaque by @bayu-sw in #32

Full Changelog: v1.1.2...v1.1.3