Talk:Roguelike Tutorial, using python3+tdl, part 9

From RogueBasin
Revision as of 20:36, 7 December 2018 by Muscles (talk | contribs) (reply)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

There might be a little error in § 'Targeting: the Fireball'

this code :

   if clicked:
       return mouse_coord

shouldn't be indented more? -GruiicK

I think you are correct. It's indented a few paragraphs further down (when it has been expanded). You can have the honour of fixing it.-Muscles (talk) 21:36, 7 December 2018 (CET)