diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-09-04 21:52:27 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-09-04 21:52:27 +0200 |
| commit | f711d55d465bd8838dc55bde1f4a25d582a6bb6b (patch) | |
| tree | e2b5b2ac79adf23e5f2c475ce11ee1c3c6561f0b /Scenes/Game/Game.tscn | |
| parent | 2f3abbb6f1141f15ef77ac27e431bc66bb0c7899 (diff) | |
| download | texty-f711d55d465bd8838dc55bde1f4a25d582a6bb6b.tar.xz texty-f711d55d465bd8838dc55bde1f4a25d582a6bb6b.zip | |
tests: adjust tests to new design
Diffstat (limited to 'Scenes/Game/Game.tscn')
| -rw-r--r-- | Scenes/Game/Game.tscn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Scenes/Game/Game.tscn b/Scenes/Game/Game.tscn index e51a434..7ea6324 100644 --- a/Scenes/Game/Game.tscn +++ b/Scenes/Game/Game.tscn @@ -14,9 +14,17 @@ script = ExtResource( 4 ) [node name="StatusLine" parent="." instance=ExtResource( 1 )] unique_name_in_owner = true +Title = "Adventure Title" [node name="Output" parent="." instance=ExtResource( 2 )] unique_name_in_owner = true +anchor_right = 0.0 +anchor_bottom = 0.0 +margin_top = 31.0 +margin_right = 640.0 +margin_bottom = 451.0 +size_flags_horizontal = 3 +size_flags_vertical = 3 OutputBlockScene = ExtResource( 5 ) [node name="Input" parent="." instance=ExtResource( 3 )] |
