diff --git a/scenes/main.gd b/scenes/main.gd index aebce14..0033e49 100644 --- a/scenes/main.gd +++ b/scenes/main.gd @@ -2,9 +2,9 @@ # Tekton Dash - Multiplayer Board Game - 2024 # ------------------------------------------------------------------------------------- # [x] Move is working, you can move the character to another tile on gridmap -# [ ] Make the Randomize tile, currently there's no logic to handle it +# [x] Make the Randomize tile, currently there's no logic to handle it # it's randomly highlighted random tile on gridmap -# [x] Arrange tile is working, you can move the tile to another slot on the playerboard +# [ ] Arrange tile is working, you can move the tile to another slot on the playerboard # [x] Put tile is working, you can put the tile from playerboard to the gridmap # [x] Grab tile is working, you can grab the tile from gridmap to playerboard # ------------------------------------------------------------------------------------- @@ -18,7 +18,7 @@ # [x] Added turn-based mode # [x] Added Realtime mode # [ ] Implement ActionState costs -# [ ] Implement ActionState disable condition +# [x] Implement ActionState disable condition # [ ] Implement the special item that can trigger card draw, with realtime effect # ------------------------------------------------------------------------------------- # [ ] Reskin the Game UI with offline prototype assets