mirror of
https://github.com/Relintai/mat_maker_gd.git
synced 2025-04-30 10:57:56 +02:00
8 lines
204 B
GDScript
8 lines
204 B
GDScript
tool
|
|
class_name MMPaths
|
|
|
|
const STD_GENDEF_PATH = "res://addons/material_maker/nodes"
|
|
|
|
static func get_nodes_paths() -> Array:
|
|
return [ STD_GENDEF_PATH, OS.get_executable_path().get_base_dir()+"/nodes" ]
|