mirror of
https://github.com/Theaninova/mhlib.git
synced 2026-01-23 02:12:40 +00:00
mhk3 map loading
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
@tool
|
||||
extends EditorScript
|
||||
@tool
|
||||
extends EditorScript
|
||||
|
||||
func _run():
|
||||
var result = Mhk3Map.install("/home/theaninova/Projects/mhlib/games/Moorhuhn Kart 3/data.sar", "mhk3")
|
||||
print(result)
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user