TowerDefense/addons/signal_lens/editor/signal_lens_graph_node.gd
2025-08-25 23:23:03 +02:00

9 lines
390 B
GDScript

## Base class for all graph nodes instantiated
## in the debugger panel
class_name SignalLensGraphNode
extends GraphNode
# TODO: This node should absorb a lot of the implemenation contained in signal_lens_editor
# Things like instantiating the buttons, and setting up the node
# This would be a next step to make the code in signal_lens_editor.gd
# much more readable and easily testable