17 lines
438 B
Text
17 lines
438 B
Text
|
|
[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
|