Added all the setup for the 'game battle' command and added interaction (button) listeners to catch responses

This commit is contained in:
ION606
2022-05-28 16:55:56 +03:00
parent 432d8e4456
commit 7fa6b85f10
8 changed files with 495 additions and 90 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ const BASE = {
const STATE = {
IDLE: 0,
FIGHTING: 1,
PRONE: 2
PRONE: 2,
WAITING: 3
}
//Note that leveling up to the next level takes 10% more xp than the previous one