Iruuka
Iruuka
Hello (again) @aMytho ! Another commit for the Battle system ==> https://github.com/aMytho/brave-frontier-godot/pull/21/commits/851a9339997a35543a49624dbe5c1badd979c01e For this one, here's what I added : - 2 more stage in the basics_of_battle level. So now...
Hello @aMytho ! I think it's the last commit before commenting/documenting the code ==> https://github.com/aMytho/brave-frontier-godot/pull/21/commits/824047d84b50972185e27284d68889fd7c01cb47 What is done by this very last commit : - Make the unit with 0...
@aMytho Issues created, here're the links : - Waiting feature between stages ==> Issue https://github.com/aMytho/brave-frontier-godot/issues/24 - Win and Loose view ==> Issue https://github.com/aMytho/brave-frontier-godot/issues/25 - Stats visual + base stats of...
I'l take care of the comment of the PR #21 tonight and place some comment in the code at the same time
Hello aMytho ! I'm trying to take this task for now. And as I'm looking to how to do it, I'm questionning about the return of get_account_info. It returns every...
Hello @aMytho ! I've started the implementation ! You can review it here https://github.com/aMytho/brave-frontier-godot/pull/15 There are still some point that need to be fix, but I believe the code itself...
And for the "if statment" (for example), should we use the yodaCase or not ? Because of how I used to code, I was using this (and the camelCase) And...