Added various models, materials and decals
This commit is contained in:
parent
a7de5b497d
commit
65d01cc2c1
68 changed files with 870 additions and 166 deletions
|
|
@ -1,9 +1,9 @@
|
|||
[gd_resource type="Resource" script_class="FishData" format=3]
|
||||
[gd_resource type="Resource" script_class="FishData" format=3 uid="uid://oecfrxf7vgh0"]
|
||||
|
||||
[ext_resource type="Script" path="res://fish/fish_data.gd" id="1_fish_data"]
|
||||
[ext_resource type="Script" uid="uid://h7hg45b7wmst" path="res://fish/fish_data.gd" id="1_fish_data"]
|
||||
[ext_resource type="Resource" path="res://fishing/common_catch_profile.tres" id="2_profile"]
|
||||
[ext_resource type="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
|
||||
[ext_resource type="Texture2D" path="res://fish/species/saugeye/fish_saugeye.png" id="4_texture"]
|
||||
[ext_resource type="Script" uid="uid://bs7cqi88csolc" path="res://fish/fish_availability.gd" id="3_availability_script"]
|
||||
[ext_resource type="Texture2D" uid="uid://lom25y0eqcw3" path="res://fish/species/saugeye/fish_saugeye.png" id="4_texture"]
|
||||
|
||||
[sub_resource type="Resource" id="SaugeyeAvailability"]
|
||||
script = ExtResource("3_availability_script")
|
||||
|
|
@ -18,7 +18,6 @@ rarity = 2
|
|||
base_catch_weight = 0.2
|
||||
catch_profile = ExtResource("2_profile")
|
||||
availability = SubResource("SaugeyeAvailability")
|
||||
weight_min_lb = 0.5
|
||||
weight_max_lb = 12
|
||||
display_scale_min = 0.85
|
||||
display_scale_max = 1.6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue