mhk3 map loading

This commit is contained in:
2023-05-31 01:10:56 +02:00
parent 0183de6999
commit fcf513bacc
16 changed files with 2408 additions and 194 deletions

View File

@@ -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)