Plant asset update + test sprites camera fix
This commit is contained in:
@@ -4,26 +4,29 @@
|
||||
[ext_resource type="Script" uid="uid://c360ic1aost1n" path="res://entities/plants/scripts/texture_builder/plant_part_builder.gd" id="2_a5yje"]
|
||||
[ext_resource type="Script" path="res://entities/plants/scripts/texture_builder/plant_attach_builder.gd" id="3_yh7e0"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_yh7e0"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_khbsd"]
|
||||
atlas = ExtResource("1_yh7e0")
|
||||
region = Rect2(3142, 1044, 146, 226)
|
||||
region = Rect2(4497, 2359, 335, 454)
|
||||
|
||||
[node name="Sprite" type="Sprite2D" unique_id=1642167049 node_paths=PackedStringArray("root", "attaches")]
|
||||
texture = SubResource("AtlasTexture_yh7e0")
|
||||
texture = SubResource("AtlasTexture_khbsd")
|
||||
script = ExtResource("2_a5yje")
|
||||
part_name = "LeafF9"
|
||||
type = 2
|
||||
part_name = "Base3"
|
||||
root = NodePath("Root")
|
||||
attaches = NodePath("Attaches")
|
||||
|
||||
[node name="Root" type="Node2D" parent="." unique_id=1437082577]
|
||||
position = Vector2(-56, -97)
|
||||
position = Vector2(15, 184)
|
||||
script = ExtResource("3_yh7e0")
|
||||
attach_types = Array[int]([3])
|
||||
|
||||
[node name="Attaches" type="Node" parent="." unique_id=1834697767]
|
||||
|
||||
[node name="PlantAttachBuilder" type="Node2D" parent="Attaches" unique_id=1496565288]
|
||||
position = Vector2(-24, -56)
|
||||
[node name="attach2" type="Node2D" parent="Attaches" unique_id=1063061640]
|
||||
position = Vector2(-89, 45)
|
||||
script = ExtResource("3_yh7e0")
|
||||
attach_types = Array[int]([3])
|
||||
|
||||
[node name="attach4" type="Node2D" parent="Attaches" unique_id=451232079]
|
||||
position = Vector2(-7, -161)
|
||||
script = ExtResource("3_yh7e0")
|
||||
attach_types = Array[int]([2])
|
||||
|
||||
Reference in New Issue
Block a user