commit efc44e79b56f87f3ee92c9ecc7dae338a235f34c from: Riccardo Mazzurco date: Thu Oct 12 21:01:57 2023 UTC added back and ground! commit - 8f552b9b2dac003d8bbb7ce3483efa0d7578488c commit + efc44e79b56f87f3ee92c9ecc7dae338a235f34c blob - /dev/null blob + 5aa184e6efe2402153f9199b0856aefe3fe2e1e7 (mode 644) --- /dev/null +++ src/menu/background/background.tscn @@ -0,0 +1,18 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://assets/bacground/bacground.png" type="Texture" id=1] + +[node name="Background" type="CanvasLayer"] +layer = -1 + +[node name="Image" type="TextureRect" parent="."] +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -244.0 +margin_top = -300.0 +margin_right = 244.0 +margin_bottom = 300.0 +texture = ExtResource( 1 ) +expand = true