Search found 5 matches

by g0r1ll4
Sat Aug 19, 2017 9:47 pm
Forum: Support and Development
Topic: How can I make short animations in LOVE?
Replies: 2
Views: 3533

Re: How can I make short animations in LOVE?

A better way is to use a sprite sheet and use a quad to divide it.

Link is a pretty clear tutorial about it:
https://www.youtube.com/watch?v=_NpDbNtJyDQ
by g0r1ll4
Thu Aug 17, 2017 5:11 pm
Forum: Support and Development
Topic: Help with states and substates
Replies: 1
Views: 1995

Help with states and substates

Hello, after creating a arcanoid clone I wanted to go a step further but I'm having trouble with how to structure my project. Basically I wan't to make a (simple) Binding of Isaac copy with: =>A player character with health and different attributes =>A map composed of different rooms with ennemies i...
by g0r1ll4
Sun Aug 13, 2017 11:12 am
Forum: Libraries and Tools
Topic: [library] bump.lua v3.1.4 - Collision Detection
Replies: 227
Views: 123645

Re: [library] bump.lua v3.1.4 - Collision Detection

Hi, I've got a question too :

In what case is the "bounce" filter usefull ? Maybe I use it wrong but the bounce is only applied for 1 frame, I don't see any difference between using it and "slide" .
by g0r1ll4
Wed Aug 09, 2017 7:42 am
Forum: Support and Development
Topic: "Fake" 3d and stuff
Replies: 4
Views: 5274

Re: "Fake" 3d and stuff

Isn't Love3d just a library ?
I'll try to see what I can do with it anyway, hank's for the tip :)
by g0r1ll4
Mon Aug 07, 2017 4:22 am
Forum: Support and Development
Topic: "Fake" 3d and stuff
Replies: 4
Views: 5274

"Fake" 3d and stuff

Hello, I've fallen in löve quite recently (and programming in general) and I wanted to try something more than Arkanoid or Tetris clones. I've found this game (make with GM) https://forums.tigsource.com/index.php?topic=26526.0 and I wanted to know if and how could I make the same 3d as it. For the c...