Search found 1 match

by Kisra
Wed Dec 06, 2017 12:38 am
Forum: Support and Development
Topic: Problem with GetColor...
Replies: 6
Views: 5357

Problem with GetColor...

Hi, I am new to game development and am trying to make a game which does a simple task: a player touches an object and receives a point. I am using GetColor for collision detection (please do not recommend a different method). Example of my code: if love.keyboard.isDown("s") then p1y=p1y +...