plant builder
This commit is contained in:
37
entities/plants/assets/parts/bases/base3.tscn
Normal file
37
entities/plants/assets/parts/bases/base3.tscn
Normal file
@@ -0,0 +1,37 @@
|
||||
[gd_scene format=3 uid="uid://dl0kae3or8wn5"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://doo2cxxa2p70a" path="res://entities/plants/assets/sprites/plante-teste.png" id="1_gcipq"]
|
||||
[ext_resource type="Script" uid="uid://c360ic1aost1n" path="res://entities/plants/scripts/texture_builder/plant_part_scene.gd" id="2_dc2ka"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_mypt2"]
|
||||
atlas = ExtResource("1_gcipq")
|
||||
region = Rect2(58, 1268, 141, 393)
|
||||
|
||||
[node name="Base3" type="Sprite2D" unique_id=1642167049 node_paths=PackedStringArray("root", "attaches", "bottom_attaches")]
|
||||
texture = SubResource("AtlasTexture_mypt2")
|
||||
script = ExtResource("2_dc2ka")
|
||||
root = NodePath("Root")
|
||||
attaches = [NodePath("Attaches/Attach2"), NodePath("Attaches/Attach3"), NodePath("Attaches/Attach5")]
|
||||
bottom_attaches = [NodePath("BottomAttaches/BottomAttach1"), NodePath("BottomAttaches/BottomAttach2")]
|
||||
|
||||
[node name="Root" type="Node2D" parent="." unique_id=1974108401]
|
||||
position = Vector2(7, 156)
|
||||
|
||||
[node name="Attaches" type="Node" parent="." unique_id=2082226435]
|
||||
|
||||
[node name="Attach2" type="Node2D" parent="Attaches" unique_id=1344917470]
|
||||
position = Vector2(0, 52)
|
||||
|
||||
[node name="Attach3" type="Node2D" parent="Attaches" unique_id=482542203]
|
||||
position = Vector2(-9, -53)
|
||||
|
||||
[node name="Attach5" type="Node2D" parent="Attaches" unique_id=901072086]
|
||||
position = Vector2(19, -149)
|
||||
|
||||
[node name="BottomAttaches" type="Node" parent="." unique_id=456407982]
|
||||
|
||||
[node name="BottomAttach1" type="Node2D" parent="BottomAttaches" unique_id=235792020]
|
||||
position = Vector2(21, 161)
|
||||
|
||||
[node name="BottomAttach2" type="Node2D" parent="BottomAttaches" unique_id=1929029464]
|
||||
position = Vector2(-7, 162)
|
||||
Reference in New Issue
Block a user