Edit of asset "Tool Button" Accepted

Old/Current New/Edit
Title Tool Button
Description Inspector buttons in one line: `tool`.

tool
extends Node
func im_clickable(): score += 10
Add buttons to any Node's inspector in nearly one line.

tool
extends Node
func _get_tool_buttons(): return ["my_method_name"]

For Resources, _get_tool_buttons needs to be static.

tool
extends Resource
# static '_get_tool_buttons'
static func _get_tool_buttons(): return ["my_method"]
# local 'my_method'
func my_method(): print("woopie")
Category Tools
License MIT
Repository Provider GitHub
Repository Url https://github.com/teebarjunk/godot-tool_button
Issues Url https://github.com/teebarjunk/godot-tool_button/issues
Godot version Godot 3.2
Version String 1.3 1.2
Download Commit d482be0ff1bfec8db37f15c529d374b4b4253f95 dd741e992ea6ecc0d6b6eee62f0930a5ce89cfa1
Download Url (Computed) https://github.com/teebarjunk/godot-tool_button/archive/d482be0ff1bfec8db37f15c529d374b4b4253f95.zip https://github.com/teebarjunk/godot-tool_button/archive/dd741e992ea6ecc0d6b6eee62f0930a5ce89cfa1.zip
Icon Url https://raw.githubusercontent.com/teebarjunk/godot-tool_button/main/readme/logo.png