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

From RogueBasin
Revision as of 17:29, 7 December 2018 by GruiicK (talk | contribs) (small error?)
(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?