Logo
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
-
- Prole
- Posts: 14
- Joined: Tue Feb 14, 2012 5:04 pm
Logo
Hi, I actually didn't know how to name this topic. My question is is there a way for me to make love2d display my logo (something like a symbol) at the beginning of my game without the love2d frame. Something like a fade-in fade-out effect of only a figure/symbol. I can't really give links to examples, but imagine it something like a png image of a golden statuette with transparent background (so it would appear only the statuette on your desktop) for some seconds, then fade-out and from there the regular stuff, like menu etc etc. So I guess my main question is how to remove temporarily the love2d frame? Thanks in advance
-
- Prole
- Posts: 14
- Joined: Tue Feb 14, 2012 5:04 pm
Re: Logo
There it is the frame, and a sample image. I was wondering is it possible that on a loading screen just the horse to be displayed, no background, no frame, no nothing, just the horse.
Re: Logo
So you want a borderless, transparent window with that image rendered onto it? Unfortunately, Love does not have any support for that. Or, if it does, it isn't documented anywhere and I;m certainly not aware of it. Off the top of my head, I do know that Qt makes it pretty easy to do this and has Lua bindings (lqt - although I've never personally used it); hypothetically you could use Qt to draw the image on the screen and then close the Qt window and switch over to Love, but frankly that's a lot of overhead for a simple splash screen.
Who is online
Users browsing this forum: Google [Bot] and 2 guests