If anyone has issues with the nebula.width/8 and the Wnarrowing error, just add .f after
so:Rectangle nebRec{0.0, 0.0, nebula.width/8.f, nebula.height/8.f};
8.0 yields a double and that is also another data type, so the .f ensures the number is a float value