Large repeating starfield image

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By imekon
:warning: Old Version Published before Godot 3 was released.

I’m hoping to have a large image (6000 x 6000) based on a repeating image actually 600 x 600 as a starfield that a ship will fly across - see this project:

In the Godot editor I can see the huge image but when I run it, the image is gone, and there’s an error:

ERROR: ImageLoader::load_image: Error opening file: res://main.tscn::1
   At: core\io\image_loader.cpp:53
:bust_in_silhouette: Reply From: imekon

Resized the image to 512 x 512 and changed the repeating region size to 16384 x 16384 - that seems to have cured it. Image size needs to be a power of 2.