chore: storing version and changelog
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
## [4.0.0-alpha.160](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.160) (2022-04-19)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Added warning message when multiple locations found for an item ([b4a57fa](https://github.com/godot-escoria/escoria-demo-game/commit/b4a57fa7887e843e9f03da319f7589c58d057742))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [4.0.0-alpha.159](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.159) (2022-04-19)
|
## [4.0.0-alpha.159](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.159) (2022-04-19)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ func validate(arguments: Array):
|
|||||||
]
|
]
|
||||||
)
|
)
|
||||||
return false
|
return false
|
||||||
|
|
||||||
return true
|
return true
|
||||||
|
|
||||||
# Run the command
|
# Run the command
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ func prepare_arguments(arguments: Array) -> Array:
|
|||||||
if index >= complete_arguments.size():
|
if index >= complete_arguments.size():
|
||||||
complete_arguments.append(arguments[index])
|
complete_arguments.append(arguments[index])
|
||||||
continue
|
continue
|
||||||
|
|
||||||
complete_arguments[index] = escoria.utils.get_typed_value(
|
complete_arguments[index] = escoria.utils.get_typed_value(
|
||||||
arguments[index],
|
arguments[index],
|
||||||
types[index]
|
types[index]
|
||||||
|
|||||||
Reference in New Issue
Block a user