Files
Embodiment/Levels/Objects/Tree.tscn
2021-11-29 13:53:26 -06:00

21 lines
551 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://Sprites/Assets/forestTreeBig.png" type="Texture" id=1]
[sub_resource type="CapsuleShape2D" id=1]
radius = 6.0
height = 10.0
[node name="Tree" type="Node2D"]
[node name="Sprite" type="Sprite" parent="."]
modulate = Color( 0.870588, 0.215686, 0.215686, 1 )
texture = ExtResource( 1 )
offset = Vector2( 0, -5 )
[node name="StaticBody2D" type="StaticBody2D" parent="."]
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
rotation = 1.5708
shape = SubResource( 1 )