Search found 4 matches
- Sat Jul 06, 2019 6:37 am
- Forum: Support and Development
- Topic: rectangles in line mode
- Replies: 3
- Views: 4420
Re: rectangles in line mode
ah I see thanks
- Wed Jul 03, 2019 2:29 pm
- Forum: Support and Development
- Topic: rectangles in line mode
- Replies: 3
- Views: 4420
rectangles in line mode
so basically Ive been having problem with love.graphics.rectangle mode "lines". it seems like they have 1 pixel offset? Im not sure whats happening. below code and image can show what I mean. the code is expected to have both rectangles same size but they are not. 2019-07-03 17_25_11-Untit...
- Mon Jun 04, 2018 7:36 pm
- Forum: Support and Development
- Topic: engine error or script error?
- Replies: 4
- Views: 3223
Re: engine error or script error?
oh dear didnt think my code is that much of a mess. that if statement fragmentation could have been avoided. thanks for helping.
- Mon Jun 04, 2018 9:59 am
- Forum: Support and Development
- Topic: engine error or script error?
- Replies: 4
- Views: 3223
engine error or script error?
so I was messing around with code other day and tried to manually make vector like player. The drawing of it worked well and moving the character up down and right works like a charm aswell except when I try to move it to left it just goes to hell and flies away. It starts to add numbers out of nowh...