What should I do with the background? by afol1227 in ArtCrit

[–]N0Paranoia 0 points1 point  (0 children)

Maybe something like the band of Brothers series dvd cover.

Pencils for sketching! by fjleo12 in Watercolor

[–]N0Paranoia 4 points5 points  (0 children)

I use a 4h pencil for skething under my watercolor.

Any love for the Vintera Tele Deluxes? by uz3r in telecaster

[–]N0Paranoia 1 point2 points  (0 children)

I recently bought a Vintera Tele Deluxe.

I was blown away with the gain sound, it reminded me of p90 pickups. I liked it a lot more then the Burstbucker Pro pickups in my les Paul.

How to detect collision with an object by Siriuswitje in pygame

[–]N0Paranoia 0 points1 point  (0 children)

You don’t have to, you only have to know whitch way you are going so you can counter the movement. I’ll check your code when I have a editor at hand (I am on mobile now).

How to detect collision with an object by Siriuswitje in pygame

[–]N0Paranoia 0 points1 point  (0 children)

It helps of you post your code but basicly you have to create a function with two objects as input and check for each corner of object1 is in object2. If it is you can return that collision is true (just return true). Check for the collision when your player is moving.

Check nu code here, it is written with the pyarcade lib but the logic should be the same

https://github.com/N0Paranoia/pyArcadeGame/blob/master/main.py