-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTreeDecoration.tscn
More file actions
22 lines (16 loc) · 801 Bytes
/
TreeDecoration.tscn
File metadata and controls
22 lines (16 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[gd_scene load_steps=5 format=3 uid="uid://cmkfuyye8dqrq"]
[ext_resource type="Script" path="res://TreeDecoration.gd" id="1"]
[ext_resource type="Texture2D" uid="uid://dr8xg4srmtgyy" path="res://sprites/misc/trees/orange/tree_21.png" id="2_hrvtp"]
[ext_resource type="Script" path="res://misc/y_sort_object.gd" id="3"]
[sub_resource type="CircleShape2D" id="1"]
[node name="Tree" type="StaticBody2D"]
collision_layer = 4
script = ExtResource("1")
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("2_hrvtp")
offset = Vector2(0, -55.5)
script = ExtResource("3")
[node name="VisibleOnScreenEnabler2D" type="VisibleOnScreenEnabler2D" parent="Sprite2D"]
rect = Rect2(-10, -121, 20, 20)
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("1")