Allelic crossingover
This commit is contained in:
parent
a57bdc52d0
commit
471f14c19e
26 changed files with 334 additions and 4 deletions
|
|
@ -0,0 +1,33 @@
|
|||
[gd_scene format=3 uid="uid://ishuj6fmytsi"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://xu3tlqphgkr3" path="res://assets/sprites/peashooter/peashooter_base.tres" id="1_e6yey"]
|
||||
[ext_resource type="Texture2D" uid="uid://cx83t1td6bh8e" path="res://assets/sprites/peashooter/peashooter_stem.tres" id="2_s68lj"]
|
||||
[ext_resource type="Texture2D" uid="uid://c3hpdbuk7rebb" path="res://assets/sprites/peashooter/peashooter_head.tres" id="3_nb43f"]
|
||||
[ext_resource type="Texture2D" uid="uid://dreb6csxlyicd" path="res://assets/sprites/peashooter/peashooter_mouth.tres" id="4_lujl4"]
|
||||
[ext_resource type="Texture2D" uid="uid://0dplt1rhyuk6" path="res://assets/sprites/peashooter/peashooter_eyes.tres" id="5_m4f03"]
|
||||
[ext_resource type="Texture2D" uid="uid://75qm5vda4cv0" path="res://assets/sprites/peashooter/peashooter_leaf.tres" id="6_x0fsv"]
|
||||
|
||||
[node name="PeashooterReference" type="Node2D" unique_id=1009091297]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=1099676460]
|
||||
texture = ExtResource("1_e6yey")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="Sprite2D" unique_id=99781643]
|
||||
position = Vector2(-1.5, -10.5)
|
||||
texture = ExtResource("2_s68lj")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="Sprite2D/Sprite2D" unique_id=349584811]
|
||||
position = Vector2(4, -15)
|
||||
texture = ExtResource("3_nb43f")
|
||||
|
||||
[node name="PeashooterLeaf" type="Sprite2D" parent="Sprite2D/Sprite2D/Sprite2D" unique_id=1491279544]
|
||||
position = Vector2(-12, -13)
|
||||
texture = ExtResource("6_x0fsv")
|
||||
|
||||
[node name="PeashooterMouth" type="Sprite2D" parent="Sprite2D/Sprite2D/Sprite2D" unique_id=775438590]
|
||||
position = Vector2(6.5, 5)
|
||||
texture = ExtResource("4_lujl4")
|
||||
|
||||
[node name="PeashooterEyes" type="Sprite2D" parent="Sprite2D/Sprite2D/Sprite2D" unique_id=109271766]
|
||||
position = Vector2(1.5, -3.5)
|
||||
texture = ExtResource("5_m4f03")
|
||||
|
|
@ -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