Search found 3 matches

by Mapyo
Wed Feb 01, 2017 5:06 am
Forum: Support and Development
Topic: Love2D Unofficial Support and Community Discord / Live Chat
Replies: 8
Views: 10583

Love2D Unofficial Support and Community Discord / Live Chat

Recently I set up a new Discord channel for newbies, experts and other cool goats alike to help each other out making some of the coolest 2D games. If you don't know what Discord is, let me quickly explain it to you. Discord is a very simple and user-friendly made for large communities voice and tex...
by Mapyo
Tue Jan 31, 2017 4:37 am
Forum: Support and Development
Topic: <Newbie> Error when using IF statement.
Replies: 2
Views: 2431

Re: <Newbie> Error when using IF statement.

Thank's so much!
by Mapyo
Tue Jan 31, 2017 1:19 am
Forum: Support and Development
Topic: <Newbie> Error when using IF statement.
Replies: 2
Views: 2431

<Newbie> Error when using IF statement.

I cannot figure this out... Am I blind? Code: function love.load() pj = 0 px = 30 -- Start Pos py = 60 -- Start Pos phygrav = 0.50 -- Gravity Pull phyground = 61 -- Ground Location pgraphic = love.graphics.newImage("p_graphic.bmp") end function love.update(dt) if love.keyboard.isDown("...