add 1 stage (wip) and helicopter light
This commit is contained in:
parent
539c09e5fe
commit
24790d0cb3
34 changed files with 879 additions and 8 deletions
|
@ -15,7 +15,7 @@ func _ready():
|
|||
moddir.list_dir_begin()
|
||||
for file: String in moddir.get_files():
|
||||
if (!file.ends_with(".pck")): return
|
||||
ProjectSettings.load_resource_pack("user://Mods/%s" % file, false)
|
||||
ProjectSettings.load_resource_pack("user://Mods/%s" % file, true)
|
||||
|
||||
var dir = DirAccess.open("res://LoadedModContent/ModManifest")
|
||||
if dir == null:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue