Search found 15 matches

by crystal
Sun Jan 06, 2019 1:20 am
Forum: General
Topic: how to change package name (android)
Replies: 1
Views: 2349

Re: how to change package name (android)

sry i forgot to mention im using bio's fork with admob module
and in his androidmanifest he already replaced GameActivity to AdActivity
any tips ?
by crystal
Fri Jan 04, 2019 10:43 pm
Forum: General
Topic: how to change package name (android)
Replies: 1
Views: 2349

how to change package name (android)

is there updated tutorial of this https://bitbucket.org/MartinFelis/love- ... _Packaging

AndroidManifest.xml is now different and i cant find valid tutorial on google
by crystal
Sun Oct 01, 2017 5:18 pm
Forum: General
Topic: [Help] Collision detection isn't working as it should
Replies: 2
Views: 2266

Re: [Help] Collision detection isn't working as it should

replace your "distanceBetween" function with this
https://love2d.org/wiki/DistanceBasedCollision

and change this line to

Code: Select all

if distanceBetween(z.X, z.Y, player.X , player.Y,30,30) then
hope that helps ^^
by crystal
Sun Oct 01, 2017 2:00 am
Forum: General
Topic: what is best/simple ui library
Replies: 4
Views: 4433

Re: what is best/simple ui library

Suit - missing onButtonPressed function which is very important for my game Wait... what? There's a UI lib that doesn't provide a way to subscribe to button events? ok, ok i typed that in hurry i said its a noob question and i should delete that cuz of google search although i couldn't get it to wo...
by crystal
Sat Sep 30, 2017 10:26 pm
Forum: General
Topic: what is best/simple ui library
Replies: 4
Views: 4433

what is best/simple ui library

hi, i need your opinion on this the question maybe very noob-ish but really what is the best ui library for a simple mobile game i have tried libs like Suit - missing onButtonPressed function which is very important for my game Gooi - uses too much cpu if it draws over gamescene Easy GUI System - se...