Adding log.gd
This commit is contained in:
parent
eb32d6614e
commit
4522259397
547 changed files with 46844 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
extends GdUnitPatch
|
||||
|
||||
func _init():
|
||||
super(GdUnit4Version.parse("v0.9.9-a"))
|
||||
|
||||
func execute() -> bool:
|
||||
var patches := Array()
|
||||
if Engine.has_meta(PATCH_VERSION):
|
||||
patches = Engine.get_meta(PATCH_VERSION)
|
||||
patches.append(version())
|
||||
Engine.set_meta(PATCH_VERSION, patches)
|
||||
return true
|
||||
Loading…
Add table
Add a link
Reference in a new issue