Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Aug 07:53
· 18 commits to main since this release
27c2ae2

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

Version

  • v1.1.0

Godot Version

  • v4.2.2

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 select palette not change brush color by @bayu-sw in #15
  • Insert one frame to animation timeline on project init by @bayu-sw in #16
  • Add project file extension .pxpen by @bayu-sw in #17

Full Changelog: v1.0.0...v1.1.0