summaryrefslogtreecommitdiff
path: root/scenes/introduction.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'scenes/introduction.tscn')
-rw-r--r--scenes/introduction.tscn6
1 files changed, 5 insertions, 1 deletions
diff --git a/scenes/introduction.tscn b/scenes/introduction.tscn
index 303bea3..2e39729 100644
--- a/scenes/introduction.tscn
+++ b/scenes/introduction.tscn
@@ -1,13 +1,17 @@
-[gd_scene load_steps=4 format=2]
+[gd_scene load_steps=5 format=2]
[ext_resource path="res://components/textreveal.gd" type="Script" id=1]
[ext_resource path="res://scenes/introduction.gd" type="Script" id=2]
[ext_resource path="res://components/button.tscn" type="PackedScene" id=3]
+[ext_resource path="res://textures/backgrounds/background_grey.png" type="Texture" id=4]
[node name="CanvasLayer" type="Node2D"]
position = Vector2( 654.009, 325.417 )
script = ExtResource( 2 )
+[node name="background_grey" type="Sprite" parent="."]
+texture = ExtResource( 4 )
+
[node name="TextReveal" type="Label" parent="."]
margin_left = -773.0
margin_top = -16.0