Search found 13 matches
- 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: 4684
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 ...
- 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: 4684
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...
- 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: 4684
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:
Could someone explain?
demo:
- Sun Sep 24, 2023 3:18 pm
- Forum: Support and Development
- Topic: how to turn a game into an apk
- Replies: 4
- Views: 3984
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...
- Thu Sep 21, 2023 9:01 pm
- Forum: Support and Development
- Topic: how to turn a game into an apk
- Replies: 4
- Views: 3984
Re: how to turn a game into an apk
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
- Tue Sep 19, 2023 11:58 pm
- Forum: Support and Development
- Topic: how to turn a game into an apk
- Replies: 4
- Views: 3984
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.
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.
- 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: 681
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:
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:
- Sun Jun 18, 2023 8:13 pm
- Forum: Support and Development
- Topic: Sti box2D collision problem
- Replies: 3
- Views: 3091
- Sat Jun 17, 2023 2:03 pm
- Forum: Support and Development
- Topic: Sti box2D collision problem
- Replies: 3
- Views: 3091
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...
- Sun Jun 11, 2023 6:57 pm
- Forum: Support and Development
- Topic: Half Circle like the letter C
- Replies: 1
- Views: 2180
Half Circle like the letter C
is it possible to draw a half circle like that if so can someone explain how.