Load balance
This commit is contained in:
parent
a26dd235a2
commit
788e42135f
3 changed files with 11 additions and 3 deletions
|
@ -12,6 +12,7 @@
|
|||
resource_local_to_scene = true
|
||||
script = ExtResource("3_ruvuk")
|
||||
capacity = 4
|
||||
progress_speed = 10.0
|
||||
pop_treshold = 0.95
|
||||
internal_array = Array[ExtResource("2_54w8r")]([Object(RefCounted,"script":ExtResource("2_54w8r"),"held_item":null,"amount":0,"filter":null)
|
||||
, Object(RefCounted,"script":ExtResource("2_54w8r"),"held_item":null,"amount":0,"filter":null)
|
||||
|
@ -79,7 +80,6 @@ _data = {
|
|||
[node name="Conveyor" type="Node2D" groups=["buildings"]]
|
||||
script = ExtResource("1_y326v")
|
||||
inventory = SubResource("Resource_t4je2")
|
||||
direction = null
|
||||
maximum_directions = 4
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="." node_paths=PackedStringArray("structure")]
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
[sub_resource type="Resource" id="Resource_iov8t"]
|
||||
resource_local_to_scene = true
|
||||
script = ExtResource("3_2ulpw")
|
||||
capacity = 4
|
||||
capacity = 1
|
||||
metadata/_custom_type_script = "uid://dlt3mbu6hk572"
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_0dkfh"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue