Add data-driven fish selection and catch showcase
This commit is contained in:
parent
ae2f724fe2
commit
bd2768b676
39 changed files with 1226 additions and 58 deletions
16
fishing/carp_catch_profile.tres
Normal file
16
fishing/carp_catch_profile.tres
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[gd_resource type="Resource" load_steps=2 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://fishing/catch_difficulty_profile.gd" id="1_profile"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_profile")
|
||||
barrier_count_min = 3
|
||||
barrier_count_max = 4
|
||||
barrier_health_min = 5
|
||||
barrier_health_max = 8
|
||||
first_barrier_margin = 0.13
|
||||
final_barrier_margin = 0.09
|
||||
minimum_barrier_spacing = 0.14
|
||||
chase_start_delay = 1.1
|
||||
chase_start_offset = 0.18
|
||||
chase_speed = 0.15
|
||||
Loading…
Add table
Add a link
Reference in a new issue