update
This commit is contained in:
5
scenes/portal/portal_stats.gd
Normal file
5
scenes/portal/portal_stats.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
extends BaseStats
|
||||
class_name PortalStats
|
||||
|
||||
@export var spawn_count := 3
|
||||
@export var thresholds: Array[float] = [0.85, 0.70, 0.55, 0.40, 0.25, 0.10]
|
||||
Reference in New Issue
Block a user