Search found 15 matches
- Thu Feb 29, 2024 5:32 am
- Forum: Support and Development
- Topic: New versions löve2d portrait mode
- Replies: 0
- Views: 7404
New versions löve2d portrait mode
Hi, I have downloaded the löve2d engine version 11.5 in my android tablet(lenovo tab m8, 8 inch display). When I open the engine and change the orientation to portrait mode/open the orientation in portrait mode, a thick black line appears in the middle. The Black line looks very annoying and also cu...
- Thu Feb 29, 2024 5:13 am
- Forum: Support and Development
- Topic: Love2d 11.5 issue; Can't read the lovegame folder
- Replies: 0
- Views: 7531
Love2d 11.5 issue; Can't read the lovegame folder
Hi, I just downloaded the new löve2d version in my android phone, it had 2 app icons, Löve loader and Löve for android. My problem is that I get that to open .love files I'll use the Löve loader, but what about the lovegame folder?? The second app(Löve for Android) is still unable to read the lovega...
- Tue Oct 24, 2023 4:53 am
- Forum: Support and Development
- Topic: How to change maps in sti
- Replies: 3
- Views: 3301
Re: How to change maps in sti
Yes, let me explain the problem, I have a map with some colliders, and when I change the map, the colliders still remain there, let me check if there are any functions for destroying objects in windfield, Thanks a lot for replying, everyone!
- Tue Oct 24, 2023 4:50 am
- Forum: General
- Topic: Is scene management a good idea?
- Replies: 6
- Views: 7117
Re: Is scene management a good idea?
I wouldn't even call that a scene management function. It's a loader. In the sense that you mean, scenes are more often called gamestates. "Scene" is a term more commonly used for a tree of transformations and sprites, and is less commonly used in 2D (such as love) than in 3D (such as amu...
- Tue Oct 24, 2023 4:49 am
- Forum: General
- Topic: Is scene management a good idea?
- Replies: 6
- Views: 7117
Re: Is scene management a good idea?
Thanks! I'll try it.dusoft wrote: ↑Sun Jun 25, 2023 2:13 pmYou can also check existing libraries such as Hump:Dangerous beetle wrote: ↑Fri Jun 23, 2023 3:42 pm Yes you're right it is ok for mini-games but for big projects I should not use it...but is there any alternative for that which is better??
https://hump.readthedocs.io/en/latest/gamestate.html
- Fri Jun 23, 2023 3:42 pm
- Forum: General
- Topic: Is scene management a good idea?
- Replies: 6
- Views: 7117
Re: Is scene management a good idea?
Yes you're right it is ok for mini-games but for big projects I should not use it...but is there any alternative for that which is better??
- Fri Jun 23, 2023 2:35 pm
- Forum: General
- Topic: Is scene management a good idea?
- Replies: 6
- Views: 7117
Is scene management a good idea?
Hi, In my new game I am using a scene management function by nagi(a YouTuber I got inspired from to make games in love2d), He used an extremely simple and good scene management you can search him in youtube and watch his love2d tutorials to know more. I just wanted to know if it is worth using it, w...
- Fri Jun 23, 2023 2:28 pm
- Forum: Support and Development
- Topic: How to change maps in sti
- Replies: 3
- Views: 3301
How to change maps in sti
Hey guys, Here I am with one more problem. I am using simple tiled implementation (or sti) in my love2d game and what I want to do is after hitting a collider class "win"(I am using windfield as physics library) I want to change the map to change the level but I don't know how to do it.
- Wed May 03, 2023 4:38 pm
- Forum: Support and Development
- Topic: How to force rotation in Android
- Replies: 9
- Views: 12457
Re: How to force rotation in Android
It's showing: "You can't download the apk in your device"....do you know why??
- Wed May 03, 2023 2:19 am
- Forum: Support and Development
- Topic: How to force rotation in Android
- Replies: 9
- Views: 12457
Re: How to force rotation in Android
Yes sure! I'd love to try it out .