13 lines
402 B
Text
13 lines
402 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://backgounds/wormhole.png" type="Texture" id=1]
|
|
[ext_resource path="res://backgounds/wormhole.gd" type="Script" id=2]
|
|
|
|
[node name="wormhole" type="Node2D"]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
margin_right = 960.0
|
|
margin_bottom = 540.0
|
|
rect_scale = Vector2( 1.33, 1.33 )
|
|
texture = ExtResource( 1 )
|