LMorao

Results 2 issues of LMorao

Hi, Unless i missed something, the actions functionality is missing the "Attack Move", like in old games when you press "A" and the cursor turns red, and if you click...

enhancement

Hello, there's a lot of paths used in the files, like for example in res://source/match/units/actions/CollectingResourcesSequentially.gd ``` const Worker = preload("res://source/match/units/Worker.gd") static func is_applicable(source_unit, target_unit): return ( (source_unit is Worker and...

refactoring