Search found 38 matches
- Tue Jan 26, 2016 10:31 pm
- Forum: General
- Topic: Learning love2d
- Replies: 5
- Views: 7512
Re: Learning love2d
Thanks guys let me know when an actual book comes along I will read these sources for now.
- Wed Dec 02, 2015 12:00 am
- Forum: Support and Development
- Topic: Creating a 2.5d game
- Replies: 11
- Views: 7876
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
- Tue Nov 17, 2015 10:51 pm
- Forum: General
- Topic: Learning love2d
- Replies: 5
- Views: 7512
Learning love2d
Hey I am somewhat new to love2d is there a book online to learn
- Fri Nov 13, 2015 12:09 am
- Forum: General
- Topic: Lua and love
- Replies: 1
- Views: 1778
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
- Sat Feb 14, 2015 5:08 am
- Forum: Support and Development
- Topic: Opening a .love file
- Replies: 4
- Views: 4049
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
- Sat Feb 14, 2015 4:40 am
- Forum: Support and Development
- Topic: Multiple levels
- Replies: 3
- Views: 2230
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
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
- Fri Feb 13, 2015 5:02 am
- Forum: Support and Development
- Topic: Creating multiple selectable characters
- Replies: 19
- Views: 7784
Re: Creating multiple selectable characters
what is tonumber?
- Fri Feb 13, 2015 12:47 am
- Forum: Support and Development
- Topic: speech bubbles
- Replies: 4
- Views: 3434
Re: speech bubbles
would it be easier instead of drawing it to just put an image there?
like
like
Code: Select all
function love.draw()
love.graphics.newImage( filename )
- Thu Feb 12, 2015 4:13 am
- Forum: Support and Development
- Topic: speech bubbles
- Replies: 4
- Views: 3434
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...
- Thu Feb 12, 2015 4:00 am
- Forum: Support and Development
- Topic: Multiple Charecters
- Replies: 14
- Views: 8542
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