giraffe/scenes/World.tscn

13 lines
412 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://scenes/GiraffeHead.tscn" type="PackedScene" id=1]
[ext_resource path="res://scenes/Tree.tscn" type="PackedScene" id=2]
[node name="World" type="Node2D"]
[node name="GiraffeHead" parent="." instance=ExtResource( 1 )]
position = Vector2( 362.448, 402.091 )
[node name="Tree" parent="." instance=ExtResource( 2 )]
position = Vector2( 105.083, 177.89 )