giraffe/scenes/World.tscn

15 lines
461 B
Plaintext
Raw Normal View History

2021-02-06 19:50:01 +00:00
[gd_scene load_steps=3 format=2]
2021-02-06 22:18:24 +00:00
[ext_resource path="res://scenes/GiraffeHead.tscn" type="PackedScene" id=1]
[ext_resource path="res://scenes/Tree.tscn" type="PackedScene" id=2]
2021-02-06 19:50:01 +00:00
[node name="World" type="Node2D"]
[node name="GiraffeHead" parent="." instance=ExtResource( 1 )]
2021-02-13 19:51:46 +00:00
position = Vector2( 1089.79, 940.571 )
2021-02-06 19:50:01 +00:00
[node name="Tree" parent="." instance=ExtResource( 2 )]
2021-02-13 19:51:46 +00:00
position = Vector2( 704.278, 463.862 )
[node name="Borders" type="Node2D" parent="."]