Search found 6 matches

by Greninjask
Wed Jul 05, 2017 11:31 pm
Forum: Support and Development
Topic: Physics - How to tell if standing on a platform?
Replies: 5
Views: 3811

Re: Physics - How to tell if standing on a platform?

Thanks for the responses! That article is really helpful, I'll give it a shot.
by Greninjask
Wed Jul 05, 2017 12:38 am
Forum: Support and Development
Topic: Physics - How to tell if standing on a platform?
Replies: 5
Views: 3811

Physics - How to tell if standing on a platform?

I'm hoping there is a simple answer to this,

Using love.physics, I have two bodies in my game: a player, and a platform. I want to make it so the player can only jump when the platform is beneath him. What is the best way to verify that the platform's collider is right beneath the player's?
by Greninjask
Sun Jul 03, 2016 1:56 pm
Forum: Support and Development
Topic: Shader affecting love.graphics.setColor?
Replies: 3
Views: 2709

Re: Shader affecting love.graphics.setColor?

Awesome! That was a really easy fix. Thanks so much for the advice!
by Greninjask
Sun Jul 03, 2016 1:59 am
Forum: Support and Development
Topic: Shader affecting love.graphics.setColor?
Replies: 3
Views: 2709

Shader affecting love.graphics.setColor?

Hello all, I'm using shaders in my game (very fun by the way!) but I noticed something unexpected... whenever I use love.graphics.setShader(shader_1), whatever is drawn replaces the love.graphics.setColor to basic white. Here is the code for my shader: shader_1 = love.graphics.newShader[[ extern num...
by Greninjask
Sat May 14, 2016 6:20 pm
Forum: Games and Creations
Topic: [Android] My first game with LOVE: Tropical Spirit!
Replies: 1
Views: 2336

[Android] My first game with LOVE: Tropical Spirit!

I published my first game to the Google Play Store a few weeks ago, made with LOVE! Thought you guys might like to check it out :) The game is called "Tropical Spirit". It's a time-trial game where you kill off evil spirits by guiding light around the levels. You can download it either by ...
by Greninjask
Sun Mar 20, 2016 5:29 pm
Forum: Support and Development
Topic: SIMPLE Loading Screen?
Replies: 2
Views: 2638

SIMPLE Loading Screen?

First time poster here, I have a good prototype for my game, and I'm testing it out on mobile. Unfortunately (at least with my Android phone) there is a 3-4 second loading time, and during this time, the screen is just black. Is there a way for me to add a simple loading screen during this short int...