Add fish artwork and Sunfish species
This commit is contained in:
parent
a91f2b9825
commit
9277326164
15 changed files with 200 additions and 10 deletions
|
|
@ -1,10 +1,11 @@
|
|||
[gd_resource type="Resource" load_steps=5 format=3]
|
||||
[gd_resource type="Resource" load_steps=6 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://fish/fish_pool.gd" id="1_pool"]
|
||||
[ext_resource type="Resource" path="res://fish/species/bluegill/bluegill.tres" id="2_bluegill"]
|
||||
[ext_resource type="Resource" path="res://fish/species/bass/bass.tres" id="3_bass"]
|
||||
[ext_resource type="Resource" path="res://fish/species/carp/carp.tres" id="4_carp"]
|
||||
[ext_resource type="Resource" path="res://fish/species/sunfish/sunfish.tres" id="5_sunfish"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_pool")
|
||||
candidates = [ExtResource("2_bluegill"), ExtResource("3_bass"), ExtResource("4_carp")]
|
||||
candidates = [ExtResource("2_bluegill"), ExtResource("3_bass"), ExtResource("4_carp"), ExtResource("5_sunfish")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue