Add synchronized time and weather systems
This commit is contained in:
parent
30ad9215ca
commit
58fb3d6605
37 changed files with 1900 additions and 17 deletions
|
|
@ -6,4 +6,6 @@ var water_type: WaterType.Type = WaterType.Type.FRESH_WATER
|
|||
var active_event_tags: Array[StringName] = []
|
||||
var active_bait_tags: Array[StringName] = []
|
||||
var is_night: bool = false
|
||||
var is_day_night_transition: bool = false
|
||||
var is_raining: bool = false
|
||||
var is_foggy: bool = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue