From 8755544fd0dbb801f8d593f5891eaee00dd4ecd5 Mon Sep 17 00:00:00 2001 From: Jonas Bernard Date: Tue, 27 Apr 2021 02:07:21 +0200 Subject: Level --- scenes/story/1_bridge.tscn | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 scenes/story/1_bridge.tscn (limited to 'scenes/story/1_bridge.tscn') diff --git a/scenes/story/1_bridge.tscn b/scenes/story/1_bridge.tscn new file mode 100644 index 0000000..2c0586d --- /dev/null +++ b/scenes/story/1_bridge.tscn @@ -0,0 +1,20 @@ +[gd_scene load_steps=4 format=2] + +[ext_resource path="res://textures/backgrounds/background_blue.png" type="Texture" id=1] +[ext_resource path="res://components/textrevealbox.tscn" type="PackedScene" id=2] +[ext_resource path="res://scenes/story/story.gd" type="Script" id=3] + +[node name="Node2D" type="Node2D"] +script = ExtResource( 3 ) + +[node name="Sprite" type="Sprite" parent="."] +texture = ExtResource( 1 ) + +[node name="TextrevealBox" parent="." instance=ExtResource( 2 )] +position = Vector2( -2.65454, 2.2403 ) +text = "I met Matt at Washington Bridge and all the while +we walked to Marcus' Pizza Palace, i couldn't help, but +feel as if we were being followed. I sure hope that THEY +didn't find me again. I might as well enjoy my meal while +I'm here." +autostart = false -- cgit