Navigation Menu

Skip to content

ndee85/asset_dropper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Asset Dropper - Godot Plugin

Asset Dropper is a plugin for Godots AssetLib. It provides tools to create a fast workflow for 2D level creation.

Installation

Copy the addon directory into your godot project and then enable the plugin under "Project Settings -> Plugins"

#Usage Global Shortcuts (Shortcuts that can be used directly in the 2D Editor)

  • A -> will preview the to be dropped/drawn node (make sure to create a Asset Group first)
  • Ctrl + 0-9 -> will create an Asset Group of all selected nodes
  • Shift + 0-9 -> will append selected nodes to existing Asset Groups
  • 0-9 -> will select the asset group
  • S -> opens the settings Popup
  • T -> set selected node as target node where all assets will be parented to (if not set, nodes will be placed where its instances are)

Preview Shortcuts (Shortcuts that can only be used when the preview is shown (A pressed))

  • F -> flip Asset horizontally
  • G -> flip Asset vertically
  • Left Mouse -> drop/draw Assset (based on the draw mode that is used)
  • Left Mouse + X -> constraint scaling to x axis
  • Left Mouse + Y -> constraint scaling to y axis

About

Asset Dropper is a plugin for Godots AssetLib. It provides tools to create a fast workflow for 2D level creation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published