mirror of
https://github.com/Theaninova/mhlib.git
synced 2026-01-08 01:32:50 +00:00
ufo map
This commit is contained in:
8
godot/starforce/pck.gd
Normal file
8
godot/starforce/pck.gd
Normal file
@@ -0,0 +1,8 @@
|
||||
@tool
|
||||
extends EditorScript
|
||||
|
||||
func _run():
|
||||
if ProjectSettings.load_resource_pack("user://mhk3.pck"):
|
||||
print("success!")
|
||||
else:
|
||||
print("failed :(")
|
||||
Reference in New Issue
Block a user