Zshandi / ScalingPuzzler

Scaling Puzzler game for the 2024 GMTK Game Jam
0 stars 0 forks source link

48 create shader with procedurally generated tiling #53

Closed Zshandi closed 1 week ago

Zshandi commented 1 week ago

The main shader which actually has the infinite tiling is shader_checker3_2.gdshader

Although it's called "checker", it doesn't strictly need to be a checker pattern, as you can actually use any texture image for the infinitely repeating pattern 😊

Unfortunately, I couldn't see an easy way to use this as the background as well, so we may need to fix that later.