Search found 38 matches

by pactace
Tue Jan 26, 2016 10:31 pm
Forum: General
Topic: Learning love2d
Replies: 5
Views: 6742

Re: Learning love2d

Thanks guys let me know when an actual book comes along I will read these sources for now.
by pactace
Wed Dec 02, 2015 12:00 am
Forum: Support and Development
Topic: Creating a 2.5d game
Replies: 11
Views: 6999

Creating a 2.5d game

So I am going to making a beat em up so do I need to make a small restricted area where the characters can move up and down and left to right
by pactace
Tue Nov 17, 2015 10:51 pm
Forum: General
Topic: Learning love2d
Replies: 5
Views: 6742

Learning love2d

Hey I am somewhat new to love2d is there a book online to learn
by pactace
Fri Nov 13, 2015 12:09 am
Forum: General
Topic: Lua and love
Replies: 1
Views: 1670

Lua and love

I am learning love2d now I already know the basics of lua are they the same thing what I have seen they are totally almost totally different what are the similarities
by pactace
Sat Feb 14, 2015 5:08 am
Forum: Support and Development
Topic: Opening a .love file
Replies: 4
Views: 3796

Opening a .love file

hey I have a windows computer and whenever I try to open a .love it asks me what I want to open it with
by pactace
Sat Feb 14, 2015 4:40 am
Forum: Support and Development
Topic: Multiple levels
Replies: 3
Views: 2107

Multiple levels

Hello all,
I am making a 2D platformer and it has multiple levels Im trying to make it so that there is a screen with all the levels and when you click on one it loads it
by pactace
Fri Feb 13, 2015 5:02 am
Forum: Support and Development
Topic: Creating multiple selectable characters
Replies: 19
Views: 6951

Re: Creating multiple selectable characters

what is tonumber?
by pactace
Fri Feb 13, 2015 12:47 am
Forum: Support and Development
Topic: speech bubbles
Replies: 4
Views: 3213

Re: speech bubbles

would it be easier instead of drawing it to just put an image there?
like

Code: Select all

function love.draw()
love.graphics.newImage( filename )
by pactace
Thu Feb 12, 2015 4:13 am
Forum: Support and Development
Topic: speech bubbles
Replies: 4
Views: 3213

speech bubbles

hello all I am making a 2d platformer, there is going to be a tutorial stage where it will teach the player how to control the game such as d = right a = left and space = jump I know the function love.draw() love.setColor(red,green,blue) love.graphics.rectangle("fill", cords, size) love.se...
by pactace
Thu Feb 12, 2015 4:00 am
Forum: Support and Development
Topic: Multiple Charecters
Replies: 14
Views: 8091

Re: Multiple Charecters

ok I get everything you just said besides the .acts and

Code: Select all

function love.keypressed(k)
   if k == 1 or k == 2 or k == 3 or k = 4 then
actP = tonumber(k)
   end