hello love: i really don't know who you are [version 1.2]

Show off your games, demos and other (playable) creations.
User avatar
zachwlewis
Citizen
Posts: 70
Joined: Fri Mar 19, 2010 7:58 am
Location: Huntsville, AL
Contact:

Re: hello love: i really don't know who you are [version 1.2]

Post by zachwlewis »

God damn it.

I uploaded the wrong copy. The link should now be fixed. All the problems you had were resolved with the real version 1.2.
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: hello love: i really don't know who you are [version 1.2]

Post by Robin »

zachwlewis wrote:God damn it.

I uploaded the wrong copy. The link should now be fixed. All the problems you had were resolved with the real version 1.2.
Good. For some reason, the top of walls and paths are now just black. Character, treasure and front side of walls do show.
Help us help you: attach a .love.
User avatar
zachwlewis
Citizen
Posts: 70
Joined: Fri Mar 19, 2010 7:58 am
Location: Huntsville, AL
Contact:

Re: hello love: i really don't know who you are [version 1.2]

Post by zachwlewis »

That's strange. I just tried it on my two computers (Windows 7, Love 0.6.2) and it worked perfectly. Does anyone know why this could happen? I'm using spriteBatches with enough space to store all the content I'm showing and I'm not seeing any problems.
pekka
Party member
Posts: 206
Joined: Thu Jan 07, 2010 6:48 am
Location: Oulu, Finland
Contact:

Re: hello love: i really don't know who you are [version 1.2]

Post by pekka »

By the way, if I may give a little suggestion: You could make the player sprite turn left and right by flipping it horizontally. This can be done by drawing it as follows, where flip is a parameter or variable that can be either 1 or -1. HalfWidth in turn is half the width of your tiles, or 16 in this program.

Code: Select all

function drawPlayer()
  love.graphics.drawq(character_map, player.quad, player.x - camera.xOffset + halfWidth,
    player.y - camera.yOffset, 0, flip, 1, halfWidth)
end
It's not a big deal by any means, but I personally like it when a character turns left or right in response to the direction of the last move it made.

EDIT: I haven't seen any problems of the sort Robin describe above. The game looks the same on my computer as in the screen shots posted by Zach (1st posting in the thread).
Last edited by pekka on Mon Mar 29, 2010 9:41 am, edited 1 time in total.
User avatar
zachwlewis
Citizen
Posts: 70
Joined: Fri Mar 19, 2010 7:58 am
Location: Huntsville, AL
Contact:

Re: hello love: i really don't know who you are [version 1.2]

Post by zachwlewis »

I may add flipping if I get a fix to the black tiles on Robin's system. :)
Post Reply

Who is online

Users browsing this forum: No registered users and 144 guests