pegchamp/Effects/Background.tscn

15 lines
415 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://Stages/Background.png" type="Texture" id=1]
[node name="Background" type="ParallaxBackground"]
[node name="ParallaxLayer" type="ParallaxLayer" parent="."]
motion_scale = Vector2( 0.5, 1 )
[node name="Background" type="Sprite" parent="ParallaxLayer"]
z_index = -200
texture = ExtResource( 1 )
region_enabled = true
region_rect = Rect2( 0, 0, 768, 432 )