Search found 17 matches

by ThiefOfPringles
Mon Sep 24, 2018 2:56 am
Forum: Support and Development
Topic: How to treat analog movement as a button press?
Replies: 2
Views: 3018

How to treat analog movement as a button press?

As the title suggests, I wanna know if there is a way to treat analog movement (on a gamepad) such as the joystick pushing against the edge of its case or the trigger going all the way down as a button press. This idea came from how Nintendo apps (specifically dev with homebrew toolchains) can do th...
by ThiefOfPringles
Tue Apr 03, 2018 6:27 pm
Forum: Support and Development
Topic: How do I opt in on GLSL 330 for shaders? (v11.0)
Replies: 3
Views: 2681

Re: How do I opt in on GLSL 330 for shaders? (v11.0)

To answer your second question, that's what the version selector is for; temp2.png though some entries are still either missing, or just not linked on any lists (like the audio effects and filters, for example). I didn't realize you could sort the functions with that! But I actually meant functions...
by ThiefOfPringles
Tue Apr 03, 2018 6:02 pm
Forum: Support and Development
Topic: How do I opt in on GLSL 330 for shaders? (v11.0)
Replies: 3
Views: 2681

How do I opt in on GLSL 330 for shaders? (v11.0)

I wanted to mess with the new shader functions with GLSL 330 but I can't figure out how to enable it, and the wiki doesn't appear to mention how. Doing #version 330 threw an error about it having to be at the top of the file when it already was at the top. Also, what other (edit: glsl shader) functi...
by ThiefOfPringles
Mon Apr 02, 2018 2:48 am
Forum: General
Topic: LÖVE 11.0 released!
Replies: 98
Views: 108589

Re: LÖVE 11.0 released!

Running the installer on Windows 10 produces some interesting text...

https://love2d.org/imgmirrur/W46ZHjz.png

Maybe it's some kind of ASCII - Unicode mixup?
by ThiefOfPringles
Sun Aug 06, 2017 8:01 pm
Forum: Support and Development
Topic: Transparent window with borderless window
Replies: 20
Views: 13411

Re: Transparent window with borderless window

This is what SDL_SetWindowOpacity does. Is this really what you want? If so, what will you use it for specifically? It doesn't allow you to specify per-pixel opacity. https://love2d.org/imgmirrur/zn0nDoE.jpg There are 2 somewhat relevant things regarding this topic: (and there were a few threads ab...
by ThiefOfPringles
Sun Aug 06, 2017 1:39 am
Forum: Support and Development
Topic: Transparent window with borderless window
Replies: 20
Views: 13411

Transparent window with borderless window

So what I'm trying to do is create a borderless window set by conf.lua and with transparency set by love.graphics.setBackgroundColor. But when the window opens there is no transparency. I saw other posts mention that SDL did not support transparent windows at the time of their writing, but a quick g...
by ThiefOfPringles
Sat May 27, 2017 2:54 am
Forum: Support and Development
Topic: Creating an isometric platformer
Replies: 5
Views: 5941

Re: Creating an isometric platformer

OnACoffeeBreak wrote: Sat May 27, 2017 12:50 am I'm getting "Error: main.lua:66: attempt to call global 'max' (a nil value)" whenever I press the space bar.
should work now, just redownload it
by ThiefOfPringles
Fri May 26, 2017 6:14 pm
Forum: Support and Development
Topic: Creating an isometric platformer
Replies: 5
Views: 5941

Creating an isometric platformer

MY GOAL : Create a pseudo-3D environment with an isometric perspective and allow jumping onto platforms with different heights. This uses HardonCollider for collision and the platform's collision shouldn't push the player away so long as the player is high enough. MY PROBLEM : When ever the player ...
by ThiefOfPringles
Mon Aug 22, 2016 9:13 pm
Forum: Libraries and Tools
Topic: love.ulydev.com - share and play your games online!
Replies: 40
Views: 24186

Re: love.ulydev.com - share and play your games online!

Is the website down? I was able to use it earlier (though it was stuck on downloading it seemed) and now Chrome says it's refusing a connection.
by ThiefOfPringles
Mon Aug 22, 2016 2:42 am
Forum: General
Topic: LOVE font?
Replies: 4
Views: 2679

LOVE font?

Specifically, the font used on the main website for the buttons and the whale saying LOVE with a heart. What font is that? Or is it just something whipped up for the images.