Search found 60 matches

by vladgalay
Sat Nov 07, 2015 7:56 pm
Forum: Support and Development
Topic: I can't apply gravity on my character.
Replies: 6
Views: 4174

Re: I can't apply gravity on my character.

This and this articles should help you
by vladgalay
Thu Jul 02, 2015 7:07 am
Forum: Support and Development
Topic: Disappearing canvas/image after first frame
Replies: 2
Views: 2462

Re: Disappearing canvas/image after first frame

Try to call draw_map function in love.load, so that texture would be drawn for the first time
by vladgalay
Wed Jun 17, 2015 5:10 pm
Forum: Support and Development
Topic: Adding graphics to a "buffer" drawing from table not working
Replies: 6
Views: 3517

Re: Adding graphics to a "buffer" drawing from table not wor

Well, i made segments move, but in a specific way. Here is a list of my changes to your code: First of all i changed line 19 of world.lua (which caused error) to: if v.segmentx < love.graphics.getWidth() and 0 < v.segmentx then Then, to avoid other errors, i replaced v.length to v.segmentx (it displ...
by vladgalay
Wed Jun 17, 2015 2:24 pm
Forum: Support and Development
Topic: space triangle seeks commentary, criticism, support
Replies: 5
Views: 3729

Re: space triangle seeks commentary, criticism, support

I like your game so far. It looks very nice to me, even with such primitive graphics :)
But i think you can get much more attention if you will present your game in Projects and Demos section of forum ;)
by vladgalay
Wed Jun 17, 2015 9:27 am
Forum: Support and Development
Topic: Adding graphics to a "buffer" drawing from table not working
Replies: 6
Views: 3517

Re: Adding graphics to a "buffer" drawing from table not wor

I added your world.loadData( ) function after line 24 in menu.lua, and it draws something now. The result is in attachment :nyu:
by vladgalay
Tue Jun 16, 2015 6:38 pm
Forum: Games and Creations
Topic: a top-down car game
Replies: 20
Views: 15461

Re: a top-down car game

The new version of the game looks very nice, keep working on it! :awesome:
by vladgalay
Tue Jun 16, 2015 8:46 am
Forum: Support and Development
Topic: Camera Script Not Working.
Replies: 2
Views: 2011

Re: Camera Script Not Working.

I think i fixed it. I just changed lines 45 and 46 from this:

Code: Select all

rotcalc.x = love.mouse.getX() - movement.x
rotcalc.y = love.mouse.getY() - movement.y
To this:

Code: Select all

rotcalc.x = love.mouse.getX() + camera.x - movement.x
rotcalc.y = love.mouse.getY() + camera.y - movement.y
The file is in attachment
by vladgalay
Sun Oct 27, 2013 6:13 pm
Forum: Games and Creations
Topic: [UPDATE] Flyer Deathmatch [alpha] v 1.20
Replies: 10
Views: 8209

Re: [UPDATE] Flyer Deathmatch [alpha] v 1.20

The first post has been updated with the newest version =)
by vladgalay
Wed Aug 28, 2013 4:23 pm
Forum: Games and Creations
Topic: Turtle: Puzzles
Replies: 42
Views: 26005

Re: Turtle: Puzzles

This game looks and feels very good! Thank you for that game! =)
by vladgalay
Tue Aug 27, 2013 8:11 pm
Forum: Games and Creations
Topic: [UPDATE] Flyer Deathmatch [alpha] v 1.20
Replies: 10
Views: 8209

Re: [UPDATE] Flyer Deathmatch [alpha] v 1.10

baconhawka7x wrote:Dang, this looks nice! Good job!
Thank you! =)