chore: storing version and changelog

This commit is contained in:
StraToN
2022-03-07 16:28:18 +00:00
parent ac2e7ba20e
commit 58476828c6
7 changed files with 26 additions and 22 deletions

View File

@@ -30,5 +30,5 @@ func set_by_name(action_name: String):
selected_action = action_name
for but in get_children():
but.set_pressed(but.get_name() == action_name)