summaryrefslogtreecommitdiff
path: root/game/gui/battle.rpy
AgeCommit message (Expand)AuthorFilesLines
2020-12-25Fork code, replace some ifs with showifs in screen, add dummy structures.Jesusaves1-215/+220
2020-12-25Optmize a bit the python tidbits from battle screen:Jesusaves1-43/+0
2020-12-24Change battle logic to make it a bit more seamless to user.Jesusaves1-4/+5
2020-12-21Move HP bar to the absolute bottom, looks better this way.Jesusaves1-16/+24
2020-12-21actionarea height went from 30px to 48px, so correct scripts to reflect this.Jesusaves1-7/+7
2020-12-21Continue remaking the battle interface.Jesusaves1-32/+41
2020-12-18Fix a bunch of bugsJesusaves1-2/+10
2020-12-18Split combat.rpy in three files, move python+screen code away from the label.Jesusaves1-0/+419