Difference between revisions of "Talk:Roguelike Tutorial, using python3+tdl, part 9"

From RogueBasin
Jump to navigation Jump to search
(small error?)
(No difference)

Revision as of 17:29, 7 December 2018

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

this code :

   if clicked:
       return mouse_coord

shouldn't be indented more?