KOBUGE-Games / project-kumquat

Repo for Kobuge's 1st hackathon game (a tower defense) - name subject to imminent change
GNU General Public License v3.0
48 stars 9 forks source link

Tower buying and placement #6

Closed akien-mga closed 8 years ago

akien-mga commented 8 years ago

Some of it is already implemented in the UI, but clicking on a location after selecting a tower currently does not work. The code should be made aware of which tiles are "buildable" (see level.gd), and then instance a tower at the proper location.