Add synchronized time and weather systems
This commit is contained in:
parent
30ad9215ca
commit
58fb3d6605
37 changed files with 1900 additions and 17 deletions
|
|
@ -46,6 +46,11 @@
|
|||
[ext_resource type="PackedScene" uid="uid://w7n4gjqq1juc" path="res://art/exported/characters/base/netfishing_base_character.glb" id="44_4pcu1"]
|
||||
[ext_resource type="Script" path="res://network/network_fish_showcase_service.gd" id="45_fish_showcase"]
|
||||
[ext_resource type="Script" path="res://network/network_surface_drawing_service.gd" id="46_surface_drawing"]
|
||||
[ext_resource type="Script" path="res://world/world_time_service.gd" id="47_world_time"]
|
||||
[ext_resource type="Script" path="res://world/world_time_visual_controller.gd" id="48_world_time_visuals"]
|
||||
[ext_resource type="Script" path="res://network/network_world_time_service.gd" id="49_network_world_time"]
|
||||
[ext_resource type="Script" path="res://world/world_weather_service.gd" id="50_world_weather"]
|
||||
[ext_resource type="Script" path="res://network/network_world_weather_service.gd" id="51_network_world_weather"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_title_water_native"]
|
||||
shader = ExtResource("40_title_water")
|
||||
|
|
@ -113,6 +118,26 @@ mouse_filter = 2
|
|||
unique_name_in_owner = true
|
||||
script = ExtResource("39_fonts")
|
||||
|
||||
[node name="WorldTimeService" type="Node" parent="."]
|
||||
unique_name_in_owner = true
|
||||
script = ExtResource("47_world_time")
|
||||
|
||||
[node name="WorldTimeVisualController" type="Node" parent="."]
|
||||
unique_name_in_owner = true
|
||||
script = ExtResource("48_world_time_visuals")
|
||||
|
||||
[node name="NetworkWorldTimeService" type="Node" parent="."]
|
||||
unique_name_in_owner = true
|
||||
script = ExtResource("49_network_world_time")
|
||||
|
||||
[node name="WorldWeatherService" type="Node" parent="."]
|
||||
unique_name_in_owner = true
|
||||
script = ExtResource("50_world_weather")
|
||||
|
||||
[node name="NetworkWorldWeatherService" type="Node" parent="."]
|
||||
unique_name_in_owner = true
|
||||
script = ExtResource("51_network_world_weather")
|
||||
|
||||
[node name="PlayerDataRoot" type="Node" parent="." unique_id=281868360]
|
||||
unique_name_in_owner = true
|
||||
script = ExtResource("37_data_root")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue