r3-next/backgounds/abstract.tscn

12 lines
306 B
Text
Raw Normal View History

2024-10-29 02:40:07 +01:00
[gd_scene load_steps=2 format=2]
2023-10-24 22:23:46 +02:00
2024-10-29 02:40:07 +01:00
[ext_resource path="res://backgounds/abstract.png" type="Texture" id=1]
2023-10-24 22:23:46 +02:00
[node name="abstract" type="Node2D"]
[node name="TextureRect" type="TextureRect" parent="."]
2024-10-29 02:40:07 +01:00
margin_right = 960.0
margin_bottom = 540.0
rect_scale = Vector2( 1.33, 1.33 )
texture = ExtResource( 1 )