Search found 3 matches
- Tue Jul 15, 2014 2:10 am
- Forum: Games and Creations
- Topic: Starbreak
- Replies: 12
- Views: 10077
Re: Starbreak
It looks pretty neat from those screenshots; the only complaint I would have would be the UI icons, they need some anti-aliasing. You can place the UI icons into a canvas, which will just act as a regular drawable, and then sample them at a higher resolution with FSAA; this method will give you a mu...
- Sun Jun 01, 2014 1:14 am
- Forum: Libraries and Tools
- Topic: Possibly useful code snippets
- Replies: 6
- Views: 3208
Possibly useful code snippets
While writing games I often come across some cool things that you can do with Lua, so I figured why not post them here. If anyone else wants to join in feel free to, but as a legal warning I would just like to state that all code I post in this thread will be under the Whatever the Fuck you please P...
- Wed Jan 29, 2014 12:35 am
- Forum: General
- Topic: Joystick revamp tutorials?
- Replies: 1
- Views: 1982
Joystick revamp tutorials?
I've been using Löve for a while now, and I recently switched to 0.9 for the Global Game Jam, but unfortunately I had to switch back to 0.8 because of the joystick revamp. The wiki provides a list of functions I can use with joysticks, but whenever I call them I get a nil value. So, for example, the...