fix
This commit is contained in:
parent
d140e8d0db
commit
39606abcd7
@ -84,7 +84,9 @@ public partial class MainScript : Node2D
|
|||||||
this._background = new Sprite2D();
|
this._background = new Sprite2D();
|
||||||
this._background.SetTexture(bgTexture);
|
this._background.SetTexture(bgTexture);
|
||||||
projection.AddChild(this._background);
|
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)
|
foreach (StarConfig star_config in obj_conf.stars)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user