Allelic crossingover
This commit is contained in:
parent
a57bdc52d0
commit
471f14c19e
26 changed files with 334 additions and 4 deletions
|
|
@ -0,0 +1,28 @@
|
|||
[gd_scene format=3 uid="uid://cexjyd7e5oxk2"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://5s41s8aqpnoy" path="res://assets/sprites/sunflower/sunflower_base.tres" id="1_pcoyu"]
|
||||
[ext_resource type="Texture2D" uid="uid://4am05ghs7is0" path="res://assets/sprites/sunflower/sunflower_stem.tres" id="2_cis81"]
|
||||
[ext_resource type="Texture2D" uid="uid://d0ywidssladw4" path="res://assets/sprites/sunflower/sunflower_head.tres" id="3_sawyv"]
|
||||
[ext_resource type="Texture2D" uid="uid://cknlcspmr37l2" path="res://assets/sprites/sunflower/sunflower_mouth.tres" id="4_mabgo"]
|
||||
[ext_resource type="Texture2D" uid="uid://yndxoww4o0p" path="res://assets/sprites/sunflower/sunflower_eyes.tres" id="5_k7g3o"]
|
||||
|
||||
[node name="SunflowerReference" type="Node2D" unique_id=1269760637]
|
||||
|
||||
[node name="SunflowerBase" type="Sprite2D" parent="." unique_id=1672078764]
|
||||
texture = ExtResource("1_pcoyu")
|
||||
|
||||
[node name="SunflowerStem" type="Sprite2D" parent="SunflowerBase" unique_id=186393666]
|
||||
position = Vector2(-1, -12)
|
||||
texture = ExtResource("2_cis81")
|
||||
|
||||
[node name="SunflowerHead" type="Sprite2D" parent="SunflowerBase/SunflowerStem" unique_id=1079676912]
|
||||
position = Vector2(4, -13)
|
||||
texture = ExtResource("3_sawyv")
|
||||
|
||||
[node name="SunflowerMouth" type="Sprite2D" parent="SunflowerBase/SunflowerStem/SunflowerHead" unique_id=539805721]
|
||||
position = Vector2(1, 4)
|
||||
texture = ExtResource("4_mabgo")
|
||||
|
||||
[node name="SunflowerEyes" type="Sprite2D" parent="SunflowerBase/SunflowerStem/SunflowerHead" unique_id=968075238]
|
||||
position = Vector2(1, -2)
|
||||
texture = ExtResource("5_k7g3o")
|
||||
Loading…
Add table
Add a link
Reference in a new issue