Search found 3 matches
- Wed Oct 23, 2019 1:18 am
- Forum: Support and Development
- Topic: Contacts are true on the beginning of a game
- Replies: 1
- Views: 1959
Contacts are true on the beginning of a game
Greetings! I'm trying to create a simple Dinossaur Game clone from the Google Chrome easter egg, but I'm facing a little problem. As soon as the game starts, a contact callback is activated for a contact that has not been performed yet. function compareContacts(a, b, nameA, nameB) if (a:getUserData(...
- Fri Apr 12, 2019 3:33 am
- Forum: Support and Development
- Topic: Canvas Messing Up Colors
- Replies: 2
- Views: 5600
Re: Canvas Messing Up Colors
This worked. Thank you!
- Thu Apr 11, 2019 3:18 pm
- Forum: Support and Development
- Topic: Canvas Messing Up Colors
- Replies: 2
- Views: 5600
Canvas Messing Up Colors
Hi everyone! I was making an small project for testing a multicamera system using Canvas, but i'm passing for a little trouble when drawning the actual Canvas. When the canvases are being drawn, their color tones are getting kinda darker. As for a comparison, the small red block in this image is the...