15 lines
245 B
GDScript
15 lines
245 B
GDScript
extends SummerDayTool
|
|
class_name SummerDayHandCanvasTool
|
|
|
|
|
|
func _init():
|
|
priority = 1
|
|
|
|
|
|
func _check_for_use(event: InputEvent, tool_context: SummerDayToolContext):
|
|
pass
|
|
|
|
|
|
func _run(event: InputEvent, tool_context: SummerDayToolContext):
|
|
pass
|