Search found 1 match

by 20p_
Thu Feb 16, 2023 1:15 pm
Forum: Support and Development
Topic: Make this not dependent on the variable
Replies: 3
Views: 605

Make this not dependent on the variable

Hello! I'm trying to make a tower defense and I need to make my tower placement not dependent on this variable so that it can be placed infinite times, Here's the code of the tower class Sling = Class{} function Sling:init() self.image = love.graphics.newImage("Sling.png") self.x = 964 sel...