24 lines
871 B
Plaintext
24 lines
871 B
Plaintext
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://scenes/GiraffeHead.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://scenes/Tree.tscn" type="PackedScene" id=2]
|
|
[ext_resource path="res://scripts/World.gd" type="Script" id=3]
|
|
[ext_resource path="res://scenes/DeathScreen.tscn" type="PackedScene" id=4]
|
|
|
|
[node name="World" type="Node2D"]
|
|
script = ExtResource( 3 )
|
|
|
|
[node name="GiraffeHead" parent="." instance=ExtResource( 1 )]
|
|
position = Vector2( 1089.79, 940.571 )
|
|
|
|
[node name="Tree" parent="." instance=ExtResource( 2 )]
|
|
position = Vector2( 748, 463.862 )
|
|
|
|
[node name="DeathScreen" parent="." instance=ExtResource( 4 )]
|
|
margin_left = 820.184
|
|
margin_top = 537.476
|
|
margin_right = 889.184
|
|
margin_bottom = 594.476
|
|
[connection signal="death" from="Tree" to="." method="_on_Tree_death"]
|
|
[connection signal="eaten" from="Tree" to="." method="_on_Tree_eaten"]
|