19 lines
487 B
Text
19 lines
487 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://environment/tree3.png" type="Texture" id=1]
|
|
|
|
[sub_resource type="RectangleShape2D" id=1]
|
|
extents = Vector2( 16, 18 )
|
|
|
|
[node name="StaticBody2D" type="StaticBody2D"]
|
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
position = Vector2( 0, -67.005 )
|
|
texture = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_lock_": true
|
|
}
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2( 0, -2 )
|
|
shape = SubResource( 1 )
|