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"] |
| 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.1 |
| Download Commit | d482be0ff1bfec8db37f15c529d374b4b4253f95 | 9ac870b62f0a2d07a1deb55d79f0cbaf3b1a6d8a |
| Download Url (Computed) | https://github.com/teebarjunk/godot-tool_button/archive/d482be0ff1bfec8db37f15c529d374b4b4253f95.zip | https://github.com/teebarjunk/godot-tool_button/archive/9ac870b62f0a2d07a1deb55d79f0cbaf3b1a6d8a.zip |
| Icon Url |
https://raw.githubusercontent.com/teebarjunk/godot-tool_button/main/readme/logo.png
|
|