Search found 13 matches

by Yani354
Thu Oct 12, 2023 10:51 am
Forum: Support and Development
Topic: How can i make a polygon physical shape with sti and Tiled?
Replies: 4
Views: 4347

Re: How can i make a polygon physical shape with sti and Tiled?

Also I've tried to make polygons for tiled world: https://love2d.org/forums/viewtopic.php?p=255788#p255788 https://love2d.org/forums/download/file.php?id=23470 i am asking is it possible to create a polygon with the program "Tiled" and to create it as a physical object with sti and box2d ...
by Yani354
Thu Oct 12, 2023 10:02 am
Forum: Support and Development
Topic: How can i make a polygon physical shape with sti and Tiled?
Replies: 4
Views: 4347

Re: How can i make a polygon physical shape with sti and Tiled?

I want to make a box2d polygon shape with Tiled/sti, but i don't know how to do it. Could someone explain? demo: game.love Like this? https://love2d.org/forums/viewtopic.php?p=218447#p218447 Also: In Tiled, you can go to View -> Snapping to turn off grid snapping, so you can set things at the indiv...
by Yani354
Wed Oct 11, 2023 5:42 pm
Forum: Support and Development
Topic: How can i make a polygon physical shape with sti and Tiled?
Replies: 4
Views: 4347

How can i make a polygon physical shape with sti and Tiled?

I want to make a box2d polygon shape with Tiled/sti, but i don't know how to do it.
Could someone explain?

demo:
game.love
(21 KiB) Downloaded 35 times
by Yani354
Sun Sep 24, 2023 3:18 pm
Forum: Support and Development
Topic: how to turn a game into an apk
Replies: 4
Views: 3561

Re: how to turn a game into an apk

That looks like some Java or Gradle version mismatching to me. Double check the versions of the tools you have are all compatible with each other. Edit: You could try deleting the Gradle cache (directory under .gradle) and rerunning it. If you've had a few different versions of the tools running at...
by Yani354
Thu Sep 21, 2023 9:01 pm
Forum: Support and Development
Topic: how to turn a game into an apk
Replies: 4
Views: 3561

Re: how to turn a game into an apk

dusoft wrote: Wed Sep 20, 2023 3:20 pm Have you tried this?
https://github.com/love2d/love-android
Yes i have and it doesn't work.
I tried this tutorial https://youtu.be/vsRnFMMhr58?si=ZfT28lgAf6dj4vvj
but at the 14:30 minute at the "./gradlew assembleNormal" it doesnt work.

i got this error
Screenshot_1.png
Screenshot_1.png (41.49 KiB) Viewed 3371 times
by Yani354
Tue Sep 19, 2023 11:58 pm
Forum: Support and Development
Topic: how to turn a game into an apk
Replies: 4
Views: 3561

how to turn a game into an apk

I have a problem.
I want to make my game for an android but i can't find any tutorials that are good
can someone explain to me how to make my game into an apk.
by Yani354
Sun Sep 10, 2023 10:37 am
Forum: Support and Development
Topic: problem with the camera, player not being able to look at the mouse
Replies: 1
Views: 477

problem with the camera, player not being able to look at the mouse

there is probably an easy solution of that, but i can't find it.
The problem is that i have set the camera to look at the player and the player to look at the mouse, but
mouse X and the mouse Y are not updating properly


DEMO:
game.love
(31.87 KiB) Downloaded 38 times
by Yani354
Sun Jun 18, 2023 8:13 pm
Forum: Support and Development
Topic: Sti box2D collision problem
Replies: 3
Views: 2974

Re: Sti box2D collision problem

darkfrei wrote: Sat Jun 17, 2023 3:35 pm Please provide the .love file without any not relevant code and content.
the game is meant for touchscreen so it might not work that well with mouse but it still does the job
game.love
(62.4 KiB) Downloaded 129 times
sorry for the long respond i just accidentally replied to myself
by Yani354
Sat Jun 17, 2023 2:03 pm
Forum: Support and Development
Topic: Sti box2D collision problem
Replies: 3
Views: 2974

Sti box2D collision problem

i am trying to detect a collision on the grass but the collision is very offset https://cdn.discordapp.com/attachments/1034463115238183034/1119624143629979778/Screenshot_1.png the white is where the collision should be detected and the red is where is detecting it. The x and y of the collision is at...
by Yani354
Sun Jun 11, 2023 6:57 pm
Forum: Support and Development
Topic: Half Circle like the letter C
Replies: 1
Views: 2083

Half Circle like the letter C

is it possible to draw a half circle like thatImage if so can someone explain how.