Search found 3 matches
- Mon Sep 28, 2015 3:56 am
- Forum: Support and Development
- Topic: [SOLVED] Why do i pass through the barrier i made?
- Replies: 4
- Views: 3020
Re: [SOLVED] Why do i pass through the barrier i made?
I found out what I did wrong. It's ok.
- Mon Sep 28, 2015 3:19 am
- Forum: Support and Development
- Topic: [SOLVED] Why do i pass through the barrier i made?
- Replies: 4
- Views: 3020
Re: Why do i pass through the barrier i made?
Here is the .love file.
- Mon Sep 28, 2015 2:28 am
- Forum: Support and Development
- Topic: [SOLVED] Why do i pass through the barrier i made?
- Replies: 4
- Views: 3020
[SOLVED] Why do i pass through the barrier i made?
player = {} function player.load() player.x = 5 player.y = 5 player.xvel = 0 player.yvel = 0 player.friction = 7 player.speed = 2250 player.width = 50 player.height = 5 end function player.draw() if love.keyboard.isDown('left') then stance1 = love.graphics.newImage("images/jackstance2.png"...