Activate full fish catalog
This commit is contained in:
parent
5ed4cccf76
commit
bb75121dcd
321 changed files with 1611 additions and 706 deletions
|
|
@ -1,13 +1,27 @@
|
|||
[gd_resource type="Resource" load_steps=8 format=3]
|
||||
[gd_resource type="Resource" load_steps=22 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://fish/fish_pool.gd" id="1_pool"]
|
||||
[ext_resource type="Resource" path="res://fish/species/sturgeon_lake/sturgeon_lake.tres" id="2_sturgeon"]
|
||||
[ext_resource type="Resource" path="res://fish/species/trout_golden/trout_golden.tres" id="3_trout"]
|
||||
[ext_resource type="Resource" path="res://fish/species/chub_lake/chub_lake.tres" id="4_chub"]
|
||||
[ext_resource type="Resource" path="res://fish/species/saugeye/saugeye.tres" id="5_saugeye"]
|
||||
[ext_resource type="Resource" path="res://fish/species/walleye/walleye.tres" id="6_walleye"]
|
||||
[ext_resource type="Resource" path="res://fish/species/goby_round/goby_round.tres" id="7_goby"]
|
||||
[ext_resource type="Resource" path="res://fish/species/sturgeon_lake/sturgeon_lake.tres" id="2_sturgeon_lake"]
|
||||
[ext_resource type="Resource" path="res://fish/species/burbot/burbot.tres" id="3_burbot"]
|
||||
[ext_resource type="Resource" path="res://fish/species/cisco/cisco.tres" id="4_cisco"]
|
||||
[ext_resource type="Resource" path="res://fish/species/whitefish_lake/whitefish_lake.tres" id="5_whitefish_lake"]
|
||||
[ext_resource type="Resource" path="res://fish/species/char_arctic/char_arctic.tres" id="6_char_arctic"]
|
||||
[ext_resource type="Resource" path="res://fish/species/trout_golden/trout_golden.tres" id="7_trout_golden"]
|
||||
[ext_resource type="Resource" path="res://fish/species/axolotl/axolotl.tres" id="8_axolotl"]
|
||||
[ext_resource type="Resource" path="res://fish/species/bream_common/bream_common.tres" id="9_bream_common"]
|
||||
[ext_resource type="Resource" path="res://fish/species/muskellunge/muskellunge.tres" id="10_muskellunge"]
|
||||
[ext_resource type="Resource" path="res://fish/species/shiner_emerald/shiner_emerald.tres" id="11_shiner_emerald"]
|
||||
[ext_resource type="Resource" path="res://fish/species/chub_lake/chub_lake.tres" id="12_chub_lake"]
|
||||
[ext_resource type="Resource" path="res://fish/species/crappie_white/crappie_white.tres" id="13_crappie_white"]
|
||||
[ext_resource type="Resource" path="res://fish/species/yellow_perch/yellow_perch.tres" id="14_yellow_perch"]
|
||||
[ext_resource type="Resource" path="res://fish/species/pike_northern/pike_northern.tres" id="15_pike_northern"]
|
||||
[ext_resource type="Resource" path="res://fish/species/saugeye/saugeye.tres" id="16_saugeye"]
|
||||
[ext_resource type="Resource" path="res://fish/species/walleye/walleye.tres" id="17_walleye"]
|
||||
[ext_resource type="Resource" path="res://fish/species/goby_round/goby_round.tres" id="18_goby_round"]
|
||||
[ext_resource type="Resource" path="res://fish/species/smelt_rainbow/smelt_rainbow.tres" id="19_smelt_rainbow"]
|
||||
[ext_resource type="Resource" path="res://fish/species/gourami_giant/gourami_giant.tres" id="20_gourami_giant"]
|
||||
[ext_resource type="Resource" path="res://fish/species/tilapia_nile/tilapia_nile.tres" id="21_tilapia_nile"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_pool")
|
||||
candidates = [ExtResource("2_sturgeon"), ExtResource("3_trout"), ExtResource("4_chub"), ExtResource("5_saugeye"), ExtResource("6_walleye"), ExtResource("7_goby")]
|
||||
candidates = [ExtResource("2_sturgeon_lake"), ExtResource("3_burbot"), ExtResource("4_cisco"), ExtResource("5_whitefish_lake"), ExtResource("6_char_arctic"), ExtResource("7_trout_golden"), ExtResource("8_axolotl"), ExtResource("9_bream_common"), ExtResource("10_muskellunge"), ExtResource("11_shiner_emerald"), ExtResource("12_chub_lake"), ExtResource("13_crappie_white"), ExtResource("14_yellow_perch"), ExtResource("15_pike_northern"), ExtResource("16_saugeye"), ExtResource("17_walleye"), ExtResource("18_goby_round"), ExtResource("19_smelt_rainbow"), ExtResource("20_gourami_giant"), ExtResource("21_tilapia_nile")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue