This commit is contained in:
Linus Vogel 2025-12-12 01:17:02 +01:00
parent d140e8d0db
commit 39606abcd7

View File

@ -84,7 +84,9 @@ public partial class MainScript : Node2D
this._background = new Sprite2D();
this._background.SetTexture(bgTexture);
projection.AddChild(this._background);
this._background.ZIndex = 4;
this._background.Position = Vector2.Zero;
this._background.Scale = new Vector2(1, 1) * 100;
this._background.ZIndex = 5;
foreach (StarConfig star_config in obj_conf.stars)
{