Search found 2 matches

by jhessin
Mon Sep 03, 2018 4:44 am
Forum: Libraries and Tools
Topic: [Guide]Automate android export
Replies: 5
Views: 8810

Re: [Guide]Automate android export

I actually use a build script to generate an android apk. This is my build script all it requires is the sdk and the love-11.1-android.apk downloaded from the homepage. Signing your apk can be tricky, but I just generate a signature named 'release.jks' and save the password to a file 'password.txt' ...
by jhessin
Mon Sep 03, 2018 2:11 am
Forum: Support and Development
Topic: How can I tell if a particle system has active particles?
Replies: 1
Views: 1441

How can I tell if a particle system has active particles?

Hello, Is there some way of telling if a given particle system has active particles? I know that particleSystem:isActive() will tell you if it is actively emitting particles, but that doesn't tell me if there are any active particles - is there a particular way of determining that? What I'm trying t...