godot-ex1/World/Tree.tscn

19 lines
471 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://World/Tree.png" type="Texture" id=1]
[sub_resource type="CapsuleShape2D" id=1]
radius = 4.17766
height = 10.7677
[node name="Tree" type="StaticBody2D"]
[node name="Sprite" type="Sprite" parent="."]
position = Vector2( 0, -20 )
texture = ExtResource( 1 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2( 0.0787468, -0.062748 )
rotation = -1.5708
shape = SubResource( 1 )