Description
This tutorial goes over how to use @tool scripts and advanced @exports to sculpt the inspector to our liking.Apologies for the slight high-pitched noise in t…
My Notes
0:00 Intro
0:54 Github Project
1:19 Basic Exporting
See also: @export in GDScript
1:49 How to create an advanced export script
@tool
extends Node2D
func _get_property_list() -> Array:
# return the properties you'd like to export and their config