plant pick menu
This commit is contained in:
parent
73a2fe42ad
commit
32453f2e9d
18 changed files with 121 additions and 39 deletions
|
|
@ -2,7 +2,7 @@ extends Node
|
|||
|
||||
class_name GameRegistry
|
||||
|
||||
static func load_resources(directory : String, recursion : bool) -> Array[Resource]:
|
||||
static func load_resources(directory : String, recursion : bool = true) -> Array[Resource]:
|
||||
var result : Array[Resource] = []
|
||||
var dir = DirAccess.open(directory)
|
||||
if dir == null:
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
extends Node
|
||||
|
||||
@warning_ignore_start("unused_signal")
|
||||
## Event bus for levels in Liberation Of Neighborville
|
||||
|
||||
class_name LevelSignals
|
||||
|
||||
#region Field
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue