mirror of
https://github.com/Theaninova/mhlib.git
synced 2025-12-12 20:46:20 +00:00
7 lines
160 B
GDScript
7 lines
160 B
GDScript
@tool
|
|
extends EditorScript
|
|
|
|
func _run():
|
|
var result = Mhk3Map.install("/home/theaninova/Projects/mhlib/games/Moorhuhn Kart 3/data.sar", "mhk3")
|
|
print(result)
|