mirror of
https://github.com/Theaninova/mhlib.git
synced 2025-12-12 12:36:17 +00:00
9 lines
148 B
GDScript
9 lines
148 B
GDScript
@tool
|
|
extends EditorScript
|
|
|
|
func _run():
|
|
if ProjectSettings.load_resource_pack("user://mhk3.pck"):
|
|
print("success!")
|
|
else:
|
|
print("failed :(")
|