farisfaikar / Number-Game

Number Game is a game where players solve a 4-digit secret number combination using clever deductions!
MIT License
17 stars 9 forks source link

Make button rect hitbox invisible #6

Closed farisfaikar closed 3 years ago

farisfaikar commented 3 years ago

Currently I'm using the background color as the rect's color to make it 'invisible'. The hitbox will appear if the background color is different. That's why we need to make it invisible (obviously). But I'm struggling to make in invisible rect object somehow.