Reworked seed_string to seed_value

This commit is contained in:
2025-12-03 20:59:25 +03:00
parent 9b73e900f7
commit e977c8af96
15 changed files with 61 additions and 20 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ extends Resource
@export var previous_passages : Array[PassageData] = []
@export var next_passages : Array[PassageData] = []
@export var seed_string : String = ""
@export var seed_value : int = 0