Bluenix2 / crackout

A now archived breakout clone, crackout! Because crack is a synonym of break.
MIT License
1 stars 0 forks source link

Dependency Injection #12

Closed Bluenix2 closed 4 years ago

Bluenix2 commented 4 years ago

Sadly we have a hard dependency with our Game scene and the Platform. This should be changed to preferably dependency injection OR Godot signals, former is better.