Search found 7 matches
- Tue Oct 11, 2011 12:11 pm
- Forum: Support and Development
- Topic: graphics.scale not working as expected
- Replies: 2
- Views: 2754
Re: graphics.scale not working as expected
wow. This was easier than expected! Thanks!
- Tue Oct 11, 2011 3:46 am
- Forum: Support and Development
- Topic: graphics.scale not working as expected
- Replies: 2
- Views: 2754
graphics.scale not working as expected
I have my levels built out of 32x32 tiles and i accomplished to load and draw them. Now, the plan is to zoom the camera in a bit to get a pixely look. So I tried love.graphics.scale(2). But instead of a pixely look like in a paint-program with a zoom factor set to 200%, I got anti-alised and unsharp...
- Wed Sep 28, 2011 9:43 pm
- Forum: Games and Creations
- Topic: Snake.Pi - Yet Another Snake Clone
- Replies: 10
- Views: 11074
Re: Snake.Pi - Yet Another Snake Clone
I'm wondering why the snake looks a bit weird on your screenshot.. I know such behaviour when running prime95 stress tests in the background while playing. Not mentioning some minor disruptions when a "lag-spike" occurs.. Anyway, obstacles would be totally the next thing to add. I even tou...
- Wed Sep 28, 2011 9:08 am
- Forum: Games and Creations
- Topic: Snake.Pi - Yet Another Snake Clone
- Replies: 10
- Views: 11074
Re: Snake.Pi - Yet Another Snake Clone
Interesting post about the placeholder stuff. Will utilize that in the future!
And i thought the code was better readable while late-night-coding by placing many empty lines. But you're right, I overdone it a bit (especially between single assignments..)
And i thought the code was better readable while late-night-coding by placing many empty lines. But you're right, I overdone it a bit (especially between single assignments..)
- Wed Sep 28, 2011 5:28 am
- Forum: Games and Creations
- Topic: Snake.Pi - Yet Another Snake Clone
- Replies: 10
- Views: 11074
Snake.Pi - Yet Another Snake Clone
Hi I just finished (to some point) my first game and/or my first software since learning programming in general and lua spezifically. YEAH :awesome: Originally, I just wanted to programm a fire-and-forget missle ai. Now I have a snake clone with 360° movement. Whatever.^^ I tried to make the code as...
- Tue Sep 20, 2011 7:39 pm
- Forum: Support and Development
- Topic: Changing App Icon
- Replies: 12
- Views: 8825
Re: Changing App Icon
Kinda works, thanks for this. Btw, what is the simplest way to get .ico files?thelinx wrote:Use a program like Resource Hacker.
- Tue Sep 20, 2011 4:03 am
- Forum: Support and Development
- Topic: Changing App Icon
- Replies: 12
- Views: 8825
Changing App Icon
Hello everyone Is there a way to change the icon of the finished and merged .exe game file which is shown in the explorer? I already set the icon for the window itself with graphics.setIcon and it works fine for the taskbar and upper left window icon but the explorer icon is still the love default i...