Added battle debug functions for setting position effects and NPC trainer items

This commit is contained in:
Maruno17
2022-01-17 22:55:01 +00:00
parent b550ad9c07
commit f872db2618
3 changed files with 113 additions and 14 deletions

View File

@@ -105,7 +105,7 @@ class Battle
@field = ActiveField.new # Whole field (gravity/rooms)
@sides = [ActiveSide.new, # Player's side
ActiveSide.new] # Foe's side
@positions = [] # Battler positions
@positions = [] # Battler positions
@battlers = []
@sideSizes = [1, 1] # Single battle, 1v1
@backdrop = ""