summaryrefslogtreecommitdiff
path: root/game/battle.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-31 11:16:43 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-31 11:16:43 -0300
commit09e6c79cef45b42c54cab44bb54f36265c3fbdca (patch)
tree614d0d9ae54b185d084cd2431bfb33af378cd461 /game/battle.rpy
parent8f3f73983c5cc90d595684b200e28aad285daeba (diff)
downloadclient-09e6c79cef45b42c54cab44bb54f36265c3fbdca.tar.gz
client-09e6c79cef45b42c54cab44bb54f36265c3fbdca.tar.bz2
client-09e6c79cef45b42c54cab44bb54f36265c3fbdca.tar.xz
client-09e6c79cef45b42c54cab44bb54f36265c3fbdca.zip
Add support for custom battle backgrounds
Diffstat (limited to 'game/battle.rpy')
-rw-r--r--game/battle.rpy2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/battle.rpy b/game/battle.rpy
index 731682e..02ac498 100644
--- a/game/battle.rpy
+++ b/game/battle.rpy
@@ -31,7 +31,7 @@ label combat:
# Implement combat view
$stdout("================= prepare for combat")
$ hud_clear()
- $ show_img("bg battle", False)
+ $ show_img("bg %s" % TMP_BACKG, False)
scene bg battle
# Load variables
python: