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