time-of-day + creature spawns in spawn zones
This commit is contained in:
parent
c5d89c898a
commit
246f3c0840
8 changed files with 148 additions and 2 deletions
|
|
@ -4,7 +4,9 @@
|
|||
[ext_resource type="Script" uid="uid://cqdq8fslu7cyp" path="res://scripts/world/ChunkManager.cs" id="2_0bbpv"]
|
||||
[ext_resource type="Script" uid="uid://db2vbbh5737ke" path="res://scripts/core/PackManager.cs" id="3_rarhs"]
|
||||
[ext_resource type="PackedScene" uid="uid://bs7qu34sfgvjx" path="res://scenes/world/PickupMarker.tscn" id="3_vcsgt"]
|
||||
[ext_resource type="PackedScene" uid="uid://bjil24xdbm76x" path="res://scenes/world/CreatureMarker.tscn" id="4_nxtc6"]
|
||||
[ext_resource type="Script" uid="uid://osk74jjhtcjy" path="res://scripts/core/SaveManager.cs" id="4_rarhs"]
|
||||
[ext_resource type="Script" uid="uid://b6gxknud5unt" path="res://scripts/core/WorldClock.cs" id="6_c01mt"]
|
||||
|
||||
[node name="Main" type="Node2D" unique_id=1194367579]
|
||||
|
||||
|
|
@ -18,9 +20,14 @@ PlayerPath = NodePath("../Player")
|
|||
PackManagerPath = NodePath("../../PackManager")
|
||||
PickupMarkerScene = ExtResource("3_vcsgt")
|
||||
SaveManagerPath = NodePath("../../SaveManager")
|
||||
CreatureMarkerScene = ExtResource("4_nxtc6")
|
||||
WorldClockPath = NodePath("../../WorldClock")
|
||||
|
||||
[node name="PackManager" type="Node" parent="." unique_id=1706387276]
|
||||
script = ExtResource("3_rarhs")
|
||||
|
||||
[node name="SaveManager" type="Node" parent="." unique_id=1115563669]
|
||||
script = ExtResource("4_rarhs")
|
||||
|
||||
[node name="WorldClock" type="Node" parent="." unique_id=437350596]
|
||||
script = ExtResource("6_c01mt")
|
||||
|
|
|
|||
5
scenes/world/CreatureMarker.tscn
Normal file
5
scenes/world/CreatureMarker.tscn
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[gd_scene format=3 uid="uid://bjil24xdbm76x"]
|
||||
|
||||
[node name="CreatureMarker" type="Node2D" unique_id=1874810005]
|
||||
|
||||
[node name="Visual" type="Node2D" parent="." unique_id=309456162]
|
||||
Loading…
Add table
Add a link
Reference in a new issue