From 1dfe6da90418eb3a34b63089ab21bac2e2501365 Mon Sep 17 00:00:00 2001 From: Nihilazo Date: Sat, 13 Feb 2021 19:51:46 +0000 Subject: [PATCH] kinda move to the middle of the screen --- scenes/World.tscn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scenes/World.tscn b/scenes/World.tscn index 51c5a5e..6a7b418 100644 --- a/scenes/World.tscn +++ b/scenes/World.tscn @@ -6,7 +6,9 @@ [node name="World" type="Node2D"] [node name="GiraffeHead" parent="." instance=ExtResource( 1 )] -position = Vector2( 362.448, 402.091 ) +position = Vector2( 1089.79, 940.571 ) [node name="Tree" parent="." instance=ExtResource( 2 )] -position = Vector2( 105.083, 177.89 ) +position = Vector2( 704.278, 463.862 ) + +[node name="Borders" type="Node2D" parent="."]