This commit is contained in:
2023-05-30 22:22:05 +02:00
parent 4fc1ced4ec
commit 0183de6999
3 changed files with 441 additions and 0 deletions

8
godot/starforce/pck.gd Normal file
View File

@@ -0,0 +1,8 @@
@tool
extends EditorScript
func _run():
if ProjectSettings.load_resource_pack("user://mhk3.pck"):
print("success!")
else:
print("failed :(")