mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-10 08:42:11 +01:00
Added a description and a dependencies property to game module.
This commit is contained in:
parent
1ab2e6bd62
commit
1a509a9751
@ -2,6 +2,10 @@ extends Resource
|
||||
class_name GameModule
|
||||
|
||||
export(bool) var enabled : bool = true
|
||||
export(String) var description : String = ""
|
||||
# You can put onther game modules (path) here, so it's easier to tell when a module depends on an another
|
||||
# It's for humans at the moment
|
||||
export(PoolStringArray) var dependencies : PoolStringArray = PoolStringArray()
|
||||
|
||||
export(ESSResourceDB) var resource_db : ESSResourceDB
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user