Skip to content

Commit

Permalink
chore: storing version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
StraToN committed Aug 13, 2024
1 parent dbda9dc commit 195569a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [4.0.0-alpha.266](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.266) (2024-08-13)



## [4.0.0-alpha.265](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.265) (2024-08-13)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func run() -> bool:
global_name = "i/%s" % flag

var return_value = false

if self.comparison == COMPARISON_NONE:
if escoria.globals_manager.has(global_name):
return_value = true
Expand Down

0 comments on commit 195569a

Please sign in to comment.