Search found 34 matches

by Tabaqui
Fri Apr 03, 2020 9:26 am
Forum: Support and Development
Topic: Make ParticleSystem start immediately + fog effect
Replies: 2
Views: 2278

Make ParticleSystem start immediately + fog effect

Hi all! I was able to replicate snow and rain effects using love's ParticleSystem, but I can't make them start immediately. As you can see in the demo there's a little delay before they actually start running at full speed. How can I do this? And since I'm not very skilled with particles, is there a...
by Tabaqui
Wed Mar 25, 2020 5:08 pm
Forum: Games and Creations
Topic: Lovely Tactics Hex, a TRPG framework
Replies: 10
Views: 15315

Re: Lovely Tactics Hex, a TRPG framework

Hi! The framework and the game itself are awesome :awesome: . That's very similar to what i've been trying to do in the last weeks, except that the project i'm working on will be a jrpg engine and won't be isometric. Are you still working on it? Are you doing everything by yourself? And did you take...
by Tabaqui
Wed Mar 25, 2020 3:16 pm
Forum: Support and Development
Topic: Tilemap scroll laggy (but not always)
Replies: 4
Views: 4229

Re: Tilemap scroll laggy (but not always)

Thank you, vsync seems to do the trick. Is vsync always capping fps at 60 on every system or should i start using dt to have the game running at constant speed everywhere? Thanks in advance
by Tabaqui
Tue Mar 24, 2020 2:59 pm
Forum: Support and Development
Topic: Tilemap scroll laggy (but not always)
Replies: 4
Views: 4229

Tilemap scroll laggy (but not always)

Hi all! In the last week i've been trying to develop a 2d jrpg with love. After completing the tilemap scrolling system, i've noticed that sometimes it is laggy (without framerate drop) and i can't understand why. I've tried "flooring" tile and characters coordinates without results, so i'...