diff --git a/Containers/container.gd b/Containers/container.gd index 18479c6..6ec56e3 100644 --- a/Containers/container.gd +++ b/Containers/container.gd @@ -42,7 +42,7 @@ func _on_body_entered(body: Node3D) -> void: var picked_by = xr_pickable.get_picked_up_by() var body_pickable = body as XRToolsPickable var body_picked_by = body_pickable.get_picked_up_by() if body_pickable else null - if (picked_by and picked_by.is_in_group("station")) or (body_picked_by and body_picked_by.is_in_group("station")): + if (picked_by and picked_by.is_in_group("station_zone")) or (body_picked_by and body_picked_by.is_in_group("station_zone")): # If enough space, add item var food_item = body.get_node("FoodItem") diff --git a/Net/network_manager.gd b/Net/network_manager.gd index edeb6ca..c2e40e8 100644 --- a/Net/network_manager.gd +++ b/Net/network_manager.gd @@ -175,13 +175,21 @@ func _spawn_item_from_data(data: Variant) -> Node: # item-authority RPCs are what let clients still grab a server-held item by # hand. Runs before the node enters the tree, so its own _ready() sees the # final (disabled) state. +# +# Group contract (see also _station_snap_zones): "station" marks the body that +# runs the station's script, "station_zone" marks its snap zones. Station scenes +# wrap that body in a Node3D (for StationMovement), and spawn_item hands us that +# wrapper, so accept either and recurse — a type check on the node we're handed +# silently gated nothing for stations whose root isn't the body itself. func _gate_station(node: Node) -> void: - if not (node is StaticBody3D): + if not node.is_in_group("station"): + for child in node.find_children("*", "", true, false): + if child.is_in_group("station"): + _gate_station(child) return - for child in node.get_children(): - if child is XRToolsSnapZone: - child.enabled = false - child.set_process(false) + for zone in node.find_children("*", "XRToolsSnapZone", true, false): + zone.enabled = false + zone.set_process(false) node.set_process(false) log_line("gated station (non-owner peer): %s" % node.name) @@ -280,14 +288,16 @@ func _do_release_item_authority(item_path: NodePath, lin: Vector3, ang: Vector3, _try_snap_into_station.call_deferred(item) -# All station snap zones in the world (every XRToolsSnapZone child of a node in -# the "station" group — some stations, e.g. Table, have more than one). +# All station snap zones in the world (every XRToolsSnapZone under a node in the +# "station" group — some stations, e.g. Table, have more than one). Derived from +# the station body rather than from the "station_zone" group directly, so zones +# that are deliberately not server-placeable (the player's Hatch) stay out. func _station_snap_zones() -> Array: var zones := [] for station in get_tree().get_nodes_in_group("station"): - for child in station.get_children(): - if child is XRToolsSnapZone: - zones.append(child) + for zone in station.find_children("*", "XRToolsSnapZone", true, false): + if not zones.has(zone): + zones.append(zone) return zones diff --git a/Sounds/220175__gameaudio__pop-click.wav.import b/Sounds/220175__gameaudio__pop-click.wav.import index 4d6c554..a9417c0 100644 --- a/Sounds/220175__gameaudio__pop-click.wav.import +++ b/Sounds/220175__gameaudio__pop-click.wav.import @@ -3,12 +3,12 @@ importer="wav" type="AudioStreamWAV" uid="uid://mmasxwqyqmib" -path="res://.godot/imported/220175__gameaudio__pop-click.wav-6ef2d3317a82c347b715936ede79653a.sample" +path="res://.godot/imported/220175__gameaudio__pop-click.wav-1330523e09eacb15d341a14b80e4481e.sample" [deps] -source_file="res://sounds/220175__gameaudio__pop-click.wav" -dest_files=["res://.godot/imported/220175__gameaudio__pop-click.wav-6ef2d3317a82c347b715936ede79653a.sample"] +source_file="res://Sounds/220175__gameaudio__pop-click.wav" +dest_files=["res://.godot/imported/220175__gameaudio__pop-click.wav-1330523e09eacb15d341a14b80e4481e.sample"] [params] diff --git a/Sounds/220178__gameaudio__click.wav.import b/Sounds/220178__gameaudio__click.wav.import index f38e5e9..3a17a60 100644 --- a/Sounds/220178__gameaudio__click.wav.import +++ b/Sounds/220178__gameaudio__click.wav.import @@ -3,12 +3,12 @@ importer="wav" type="AudioStreamWAV" uid="uid://ecva70pect61" -path="res://.godot/imported/220178__gameaudio__click.wav-566ebf31c82573e187ff8a1db97a7861.sample" +path="res://.godot/imported/220178__gameaudio__click.wav-ca46bf33c1c48e1e526f04c43ca7d450.sample" [deps] -source_file="res://sounds/220178__gameaudio__click.wav" -dest_files=["res://.godot/imported/220178__gameaudio__click.wav-566ebf31c82573e187ff8a1db97a7861.sample"] +source_file="res://Sounds/220178__gameaudio__click.wav" +dest_files=["res://.godot/imported/220178__gameaudio__click.wav-ca46bf33c1c48e1e526f04c43ca7d450.sample"] [params] diff --git a/Sounds/220179__gameaudio__click-metal-ting.wav.import b/Sounds/220179__gameaudio__click-metal-ting.wav.import index f6d87f5..a53e857 100644 --- a/Sounds/220179__gameaudio__click-metal-ting.wav.import +++ b/Sounds/220179__gameaudio__click-metal-ting.wav.import @@ -3,12 +3,12 @@ importer="wav" type="AudioStreamWAV" uid="uid://b3wxawyrvuc6s" -path="res://.godot/imported/220179__gameaudio__click-metal-ting.wav-82be282871110eef8fea8249619832d7.sample" +path="res://.godot/imported/220179__gameaudio__click-metal-ting.wav-b01c457287fe42298a36c3de7c536c68.sample" [deps] -source_file="res://sounds/220179__gameaudio__click-metal-ting.wav" -dest_files=["res://.godot/imported/220179__gameaudio__click-metal-ting.wav-82be282871110eef8fea8249619832d7.sample"] +source_file="res://Sounds/220179__gameaudio__click-metal-ting.wav" +dest_files=["res://.godot/imported/220179__gameaudio__click-metal-ting.wav-b01c457287fe42298a36c3de7c536c68.sample"] [params] diff --git a/Sounds/220180__gameaudio__click-pop.wav.import b/Sounds/220180__gameaudio__click-pop.wav.import index 38974c6..ae51e42 100644 --- a/Sounds/220180__gameaudio__click-pop.wav.import +++ b/Sounds/220180__gameaudio__click-pop.wav.import @@ -3,12 +3,12 @@ importer="wav" type="AudioStreamWAV" uid="uid://b7sr2sb1ks5en" -path="res://.godot/imported/220180__gameaudio__click-pop.wav-32216325683d314fa3adc66d13e633f4.sample" +path="res://.godot/imported/220180__gameaudio__click-pop.wav-9e467150046193d705dd830885c89cd1.sample" [deps] -source_file="res://sounds/220180__gameaudio__click-pop.wav" -dest_files=["res://.godot/imported/220180__gameaudio__click-pop.wav-32216325683d314fa3adc66d13e633f4.sample"] +source_file="res://Sounds/220180__gameaudio__click-pop.wav" +dest_files=["res://.godot/imported/220180__gameaudio__click-pop.wav-9e467150046193d705dd830885c89cd1.sample"] [params] diff --git a/Sounds/220187__gameaudio__loosedeny-casual-1.wav.import b/Sounds/220187__gameaudio__loosedeny-casual-1.wav.import index 10e846f..a847b10 100644 --- a/Sounds/220187__gameaudio__loosedeny-casual-1.wav.import +++ b/Sounds/220187__gameaudio__loosedeny-casual-1.wav.import @@ -3,12 +3,12 @@ importer="wav" type="AudioStreamWAV" uid="uid://1ccsqbju32ey" -path="res://.godot/imported/220187__gameaudio__loosedeny-casual-1.wav-2e7c1356ffec0a1e5b732b21f42e21a0.sample" +path="res://.godot/imported/220187__gameaudio__loosedeny-casual-1.wav-cb0e560d42c6026ded2d2e240e614433.sample" [deps] -source_file="res://sounds/220187__gameaudio__loosedeny-casual-1.wav" -dest_files=["res://.godot/imported/220187__gameaudio__loosedeny-casual-1.wav-2e7c1356ffec0a1e5b732b21f42e21a0.sample"] +source_file="res://Sounds/220187__gameaudio__loosedeny-casual-1.wav" +dest_files=["res://.godot/imported/220187__gameaudio__loosedeny-casual-1.wav-cb0e560d42c6026ded2d2e240e614433.sample"] [params] diff --git a/Sounds/220194__gameaudio__click-heavy.wav.import b/Sounds/220194__gameaudio__click-heavy.wav.import index f0a2904..a99b102 100644 --- a/Sounds/220194__gameaudio__click-heavy.wav.import +++ b/Sounds/220194__gameaudio__click-heavy.wav.import @@ -3,12 +3,12 @@ importer="wav" type="AudioStreamWAV" uid="uid://bdnsgt7xt3261" -path="res://.godot/imported/220194__gameaudio__click-heavy.wav-43269bff3c60e2451b470f929c6b6bb8.sample" +path="res://.godot/imported/220194__gameaudio__click-heavy.wav-aca40ed286d93eb365d527a162fd3129.sample" [deps] -source_file="res://sounds/220194__gameaudio__click-heavy.wav" -dest_files=["res://.godot/imported/220194__gameaudio__click-heavy.wav-43269bff3c60e2451b470f929c6b6bb8.sample"] +source_file="res://Sounds/220194__gameaudio__click-heavy.wav" +dest_files=["res://.godot/imported/220194__gameaudio__click-heavy.wav-aca40ed286d93eb365d527a162fd3129.sample"] [params] diff --git a/Sounds/220195__gameaudio__click-wooden-1.wav.import b/Sounds/220195__gameaudio__click-wooden-1.wav.import index f7f67c2..57569f4 100644 --- a/Sounds/220195__gameaudio__click-wooden-1.wav.import +++ b/Sounds/220195__gameaudio__click-wooden-1.wav.import @@ -3,12 +3,12 @@ importer="wav" type="AudioStreamWAV" uid="uid://daiv8ubwdbidf" -path="res://.godot/imported/220195__gameaudio__click-wooden-1.wav-f161e2c5a53d686c65d143b45f33acb1.sample" +path="res://.godot/imported/220195__gameaudio__click-wooden-1.wav-9368ef861eabf2cf1d5bd0db33c616c8.sample" [deps] -source_file="res://sounds/220195__gameaudio__click-wooden-1.wav" -dest_files=["res://.godot/imported/220195__gameaudio__click-wooden-1.wav-f161e2c5a53d686c65d143b45f33acb1.sample"] +source_file="res://Sounds/220195__gameaudio__click-wooden-1.wav" +dest_files=["res://.godot/imported/220195__gameaudio__click-wooden-1.wav-9368ef861eabf2cf1d5bd0db33c616c8.sample"] [params] diff --git a/Sounds/220196__gameaudio__click-wooden-2.wav.import b/Sounds/220196__gameaudio__click-wooden-2.wav.import index 544f5b2..5207b69 100644 --- a/Sounds/220196__gameaudio__click-wooden-2.wav.import +++ b/Sounds/220196__gameaudio__click-wooden-2.wav.import @@ -3,12 +3,12 @@ importer="wav" type="AudioStreamWAV" uid="uid://qed775b4j1gg" -path="res://.godot/imported/220196__gameaudio__click-wooden-2.wav-372f3d1af9c561baf2360e14b5b7050b.sample" +path="res://.godot/imported/220196__gameaudio__click-wooden-2.wav-45bb63efefaf817b60155beec9343d74.sample" [deps] -source_file="res://sounds/220196__gameaudio__click-wooden-2.wav" -dest_files=["res://.godot/imported/220196__gameaudio__click-wooden-2.wav-372f3d1af9c561baf2360e14b5b7050b.sample"] +source_file="res://Sounds/220196__gameaudio__click-wooden-2.wav" +dest_files=["res://.godot/imported/220196__gameaudio__click-wooden-2.wav-45bb63efefaf817b60155beec9343d74.sample"] [params] diff --git a/Sounds/220197__gameaudio__click-basic.wav.import b/Sounds/220197__gameaudio__click-basic.wav.import index ec90517..4136eac 100644 --- a/Sounds/220197__gameaudio__click-basic.wav.import +++ b/Sounds/220197__gameaudio__click-basic.wav.import @@ -3,12 +3,12 @@ importer="wav" type="AudioStreamWAV" uid="uid://bqtk1adk8umbx" -path="res://.godot/imported/220197__gameaudio__click-basic.wav-61aa24994882b9ab5848ecead3d7aba9.sample" +path="res://.godot/imported/220197__gameaudio__click-basic.wav-9f173e2b7206278e95710ab077d62c32.sample" [deps] -source_file="res://sounds/220197__gameaudio__click-basic.wav" -dest_files=["res://.godot/imported/220197__gameaudio__click-basic.wav-61aa24994882b9ab5848ecead3d7aba9.sample"] +source_file="res://Sounds/220197__gameaudio__click-basic.wav" +dest_files=["res://.godot/imported/220197__gameaudio__click-basic.wav-9f173e2b7206278e95710ab077d62c32.sample"] [params] diff --git a/Sounds/220198__gameaudio__click-with-two-parts.wav.import b/Sounds/220198__gameaudio__click-with-two-parts.wav.import index 807e364..8a4c740 100644 --- a/Sounds/220198__gameaudio__click-with-two-parts.wav.import +++ b/Sounds/220198__gameaudio__click-with-two-parts.wav.import @@ -3,12 +3,12 @@ importer="wav" type="AudioStreamWAV" uid="uid://ysgfx76jkx2q" -path="res://.godot/imported/220198__gameaudio__click-with-two-parts.wav-23adbbdcc4d995994bf9700f6b6e244d.sample" +path="res://.godot/imported/220198__gameaudio__click-with-two-parts.wav-089977567529b37b0fd9cd019eb7b3c2.sample" [deps] -source_file="res://sounds/220198__gameaudio__click-with-two-parts.wav" -dest_files=["res://.godot/imported/220198__gameaudio__click-with-two-parts.wav-23adbbdcc4d995994bf9700f6b6e244d.sample"] +source_file="res://Sounds/220198__gameaudio__click-with-two-parts.wav" +dest_files=["res://.godot/imported/220198__gameaudio__click-with-two-parts.wav-089977567529b37b0fd9cd019eb7b3c2.sample"] [params] diff --git a/Sounds/220199__gameaudio__click-higher.wav.import b/Sounds/220199__gameaudio__click-higher.wav.import index c47ebe1..a031b89 100644 --- a/Sounds/220199__gameaudio__click-higher.wav.import +++ b/Sounds/220199__gameaudio__click-higher.wav.import @@ -3,12 +3,12 @@ importer="wav" type="AudioStreamWAV" uid="uid://dtyh22ccebiv5" -path="res://.godot/imported/220199__gameaudio__click-higher.wav-0ea6f7a1d32e528aace111f0ce8b9631.sample" +path="res://.godot/imported/220199__gameaudio__click-higher.wav-d1c1550d99a0cc873012c4010877005b.sample" [deps] -source_file="res://sounds/220199__gameaudio__click-higher.wav" -dest_files=["res://.godot/imported/220199__gameaudio__click-higher.wav-0ea6f7a1d32e528aace111f0ce8b9631.sample"] +source_file="res://Sounds/220199__gameaudio__click-higher.wav" +dest_files=["res://.godot/imported/220199__gameaudio__click-higher.wav-d1c1550d99a0cc873012c4010877005b.sample"] [params] diff --git a/Sounds/220208__gameaudio__click-pop-two-part.wav.import b/Sounds/220208__gameaudio__click-pop-two-part.wav.import index a6f2205..46dfa62 100644 --- a/Sounds/220208__gameaudio__click-pop-two-part.wav.import +++ b/Sounds/220208__gameaudio__click-pop-two-part.wav.import @@ -3,12 +3,12 @@ importer="wav" type="AudioStreamWAV" uid="uid://cywjbbeintjew" -path="res://.godot/imported/220208__gameaudio__click-pop-two-part.wav-9e40de3d9bebd124d0fe54a4f4cc4db9.sample" +path="res://.godot/imported/220208__gameaudio__click-pop-two-part.wav-04cb5eb3e0b3459771dbab42bbd24be9.sample" [deps] -source_file="res://sounds/220208__gameaudio__click-pop-two-part.wav" -dest_files=["res://.godot/imported/220208__gameaudio__click-pop-two-part.wav-9e40de3d9bebd124d0fe54a4f4cc4db9.sample"] +source_file="res://Sounds/220208__gameaudio__click-pop-two-part.wav" +dest_files=["res://.godot/imported/220208__gameaudio__click-pop-two-part.wav-04cb5eb3e0b3459771dbab42bbd24be9.sample"] [params] diff --git a/Sounds/220212__gameaudio__ping-bing.wav.import b/Sounds/220212__gameaudio__ping-bing.wav.import index 519a7b2..8ac3beb 100644 --- a/Sounds/220212__gameaudio__ping-bing.wav.import +++ b/Sounds/220212__gameaudio__ping-bing.wav.import @@ -3,12 +3,12 @@ importer="wav" type="AudioStreamWAV" uid="uid://claw3d2wnyr6a" -path="res://.godot/imported/220212__gameaudio__ping-bing.wav-04a5460471fa8fe82fe5d9bc5d946bb0.sample" +path="res://.godot/imported/220212__gameaudio__ping-bing.wav-2a1049829e71a0034c7e8d18745663f1.sample" [deps] -source_file="res://sounds/220212__gameaudio__ping-bing.wav" -dest_files=["res://.godot/imported/220212__gameaudio__ping-bing.wav-04a5460471fa8fe82fe5d9bc5d946bb0.sample"] +source_file="res://Sounds/220212__gameaudio__ping-bing.wav" +dest_files=["res://.godot/imported/220212__gameaudio__ping-bing.wav-2a1049829e71a0034c7e8d18745663f1.sample"] [params] diff --git a/Sounds/money.mp3.import b/Sounds/money.mp3.import index af074b0..8ef2e95 100644 --- a/Sounds/money.mp3.import +++ b/Sounds/money.mp3.import @@ -3,12 +3,12 @@ importer="mp3" type="AudioStreamMP3" uid="uid://clkjwcawdqvta" -path="res://.godot/imported/money.mp3-e3eae11b0c1923c268268b900bde9157.mp3str" +path="res://.godot/imported/money.mp3-95c717b8402507d80974f4f4287b0b63.mp3str" [deps] -source_file="res://sounds/money.mp3" -dest_files=["res://.godot/imported/money.mp3-e3eae11b0c1923c268268b900bde9157.mp3str"] +source_file="res://Sounds/money.mp3" +dest_files=["res://.godot/imported/money.mp3-95c717b8402507d80974f4f4287b0b63.mp3str"] [params] diff --git a/Stations/BurgerBunsDispenser.tscn b/Stations/BurgerBunsDispenser.tscn index 34424a4..cd7b52b 100644 --- a/Stations/BurgerBunsDispenser.tscn +++ b/Stations/BurgerBunsDispenser.tscn @@ -36,11 +36,11 @@ station = NodePath("../BurgerBunsDispenser") root_path = NodePath("../BurgerBunsDispenser") replication_config = SubResource("SceneReplicationConfig_u2p81") -[node name="BurgerBunsDispenser" type="StaticBody3D" parent="." unique_id=1720683779] +[node name="BurgerBunsDispenser" type="StaticBody3D" parent="." unique_id=1720683779 groups=["station"]] script = ExtResource("1_myl3s") item_scene = ExtResource("2_1q74o") -[node name="XRToolsSnapZone" type="Area3D" parent="BurgerBunsDispenser" unique_id=805334513] +[node name="XRToolsSnapZone" type="Area3D" parent="BurgerBunsDispenser" unique_id=805334513 groups=["station_zone"]] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00070536137, 1.0162505, -0.002165556) collision_layer = 65536 collision_mask = 65536 diff --git a/Stations/Counter.tscn b/Stations/Counter.tscn index dfe1a57..ab512a8 100644 --- a/Stations/Counter.tscn +++ b/Stations/Counter.tscn @@ -85,7 +85,7 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.2838624, 0) freeze = true release_mode = 1 -[node name="XRToolsSnapZone" type="Area3D" parent="Counter" unique_id=1647380272 groups=["station"]] +[node name="XRToolsSnapZone" type="Area3D" parent="Counter" unique_id=1647380272 groups=["station_zone"]] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.0647464, 0) collision_layer = 65536 collision_mask = 65540 diff --git a/Stations/Hob.tscn b/Stations/Hob.tscn index 3127df1..60fe8a9 100644 --- a/Stations/Hob.tscn +++ b/Stations/Hob.tscn @@ -169,7 +169,7 @@ _data = { &"hob": SubResource("Animation_6oyg1") } -[node name="Hob" type="Node3D" unique_id=172418174 groups=["station"]] +[node name="Hob" type="Node3D" unique_id=172418174] [node name="StationMovement" parent="." unique_id=946873975 node_paths=PackedStringArray("station") instance=ExtResource("1_pydjp")] station = NodePath("../Hob") @@ -177,14 +177,14 @@ station = NodePath("../Hob") [node name="MultiplayerSynchronizer" type="MultiplayerSynchronizer" parent="." unique_id=768992259] replication_config = SubResource("SceneReplicationConfig_np_hob") -[node name="Hob" type="StaticBody3D" parent="." unique_id=1332123047] +[node name="Hob" type="StaticBody3D" parent="." unique_id=1332123047 groups=["station"]] script = ExtResource("1_7jc4g") [node name="CollisionShape3D" type="CollisionShape3D" parent="Hob" unique_id=1283846023] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.51483154, 0) shape = SubResource("BoxShape3D_kdxnr") -[node name="XRToolsSnapZone" type="Area3D" parent="Hob" unique_id=538157739 groups=["station"]] +[node name="XRToolsSnapZone" type="Area3D" parent="Hob" unique_id=538157739 groups=["station_zone"]] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.0418437, 0) collision_layer = 65536 collision_mask = 65540 diff --git a/Stations/cube_side_dispense.tscn b/Stations/cube_side_dispense.tscn index 3c36ad5..5f785e6 100644 --- a/Stations/cube_side_dispense.tscn +++ b/Stations/cube_side_dispense.tscn @@ -39,11 +39,11 @@ station = NodePath("../CubeSideDispenser") [node name="MultiplayerSynchronizer" type="MultiplayerSynchronizer" parent="." unique_id=821487160] replication_config = SubResource("SceneReplicationConfig_0wtc7") -[node name="CubeSideDispenser" type="StaticBody3D" parent="." unique_id=200950572] +[node name="CubeSideDispenser" type="StaticBody3D" parent="." unique_id=200950572 groups=["station"]] script = ExtResource("1_4m60m") item_scene = ExtResource("2_nn8tr") -[node name="XRToolsSnapZone" type="Area3D" parent="CubeSideDispenser" unique_id=1018021004] +[node name="XRToolsSnapZone" type="Area3D" parent="CubeSideDispenser" unique_id=1018021004 groups=["station_zone"]] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00070536137, 1.0440714, -0.002165556) collision_layer = 65536 collision_mask = 65536 diff --git a/Stations/dirt_station.tscn b/Stations/dirt_station.tscn index 9cfcdf8..b0086ff 100644 --- a/Stations/dirt_station.tscn +++ b/Stations/dirt_station.tscn @@ -52,7 +52,7 @@ mesh = SubResource("BoxMesh_ay2w6") transform = Transform3D(0.9999992, 0, 0, 0, 0.99999946, 0, 0, 0, 0.9999992, 0.002797456, 0.6309581, -0.2812457) text = "Dirt" -[node name="XRToolsSnapZone" type="Area3D" parent="DirtStation" unique_id=333161027 groups=["station"]] +[node name="XRToolsSnapZone" type="Area3D" parent="DirtStation" unique_id=333161027 groups=["station_zone"]] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.0313971, 0) collision_layer = 65536 collision_mask = 65540 diff --git a/Stations/hatch.tscn b/Stations/hatch.tscn index d5c415b..9c87cd5 100644 --- a/Stations/hatch.tscn +++ b/Stations/hatch.tscn @@ -20,7 +20,7 @@ size = Vector3(0.6, 0.34027833, 0.6) [node name="Hatch" type="StaticBody3D" unique_id=1341321603 groups=["persistent_inventory"]] -[node name="XRToolsSnapZone" type="Area3D" parent="." unique_id=2093161322 groups=["station"]] +[node name="XRToolsSnapZone" type="Area3D" parent="." unique_id=2093161322 groups=["station_zone"]] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.2495586, 0) collision_layer = 65536 collision_mask = 65540 diff --git a/Stations/plate_dispenser.tscn b/Stations/plate_dispenser.tscn index 86665bb..ec9bca8 100644 --- a/Stations/plate_dispenser.tscn +++ b/Stations/plate_dispenser.tscn @@ -32,11 +32,11 @@ station = NodePath("../PlateDispenser") [node name="MultiplayerSynchronizer" type="MultiplayerSynchronizer" parent="." unique_id=901684173] replication_config = SubResource("SceneReplicationConfig_jgjsq") -[node name="PlateDispenser" type="StaticBody3D" parent="." unique_id=710538846] +[node name="PlateDispenser" type="StaticBody3D" parent="." unique_id=710538846 groups=["station"]] script = ExtResource("1_jm0ik") item_scene = ExtResource("2_tfo2i") -[node name="XRToolsSnapZone" type="Area3D" parent="PlateDispenser" unique_id=238176038] +[node name="XRToolsSnapZone" type="Area3D" parent="PlateDispenser" unique_id=238176038 groups=["station_zone"]] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00070536137, 1.1603245, -0.002165556) collision_layer = 65536 collision_mask = 65536 diff --git a/Stations/potato_dispenser.tscn b/Stations/potato_dispenser.tscn index fa317d1..b90b58d 100644 --- a/Stations/potato_dispenser.tscn +++ b/Stations/potato_dispenser.tscn @@ -35,11 +35,11 @@ station = NodePath("../PotatoDispenser") [node name="MultiplayerSynchronizer" type="MultiplayerSynchronizer" parent="." unique_id=41449367] replication_config = SubResource("SceneReplicationConfig_8orw3") -[node name="PotatoDispenser" type="StaticBody3D" parent="." unique_id=1720683779] +[node name="PotatoDispenser" type="StaticBody3D" parent="." unique_id=1720683779 groups=["station"]] script = ExtResource("2_30d2d") item_scene = ExtResource("3_mjqsn") -[node name="XRToolsSnapZone" type="Area3D" parent="PotatoDispenser" unique_id=805334513] +[node name="XRToolsSnapZone" type="Area3D" parent="PotatoDispenser" unique_id=805334513 groups=["station_zone"]] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00070536137, 1.0162505, -0.002165556) collision_layer = 65536 collision_mask = 65536 diff --git a/Stations/raw_burger_dispenser.tscn b/Stations/raw_burger_dispenser.tscn index fc6c467..74eafb1 100644 --- a/Stations/raw_burger_dispenser.tscn +++ b/Stations/raw_burger_dispenser.tscn @@ -36,11 +36,11 @@ station = NodePath("../RawBurgerDispenser") [node name="MultiplayerSynchronizer" type="MultiplayerSynchronizer" parent="." unique_id=1886082284] replication_config = SubResource("SceneReplicationConfig_8ou8n") -[node name="RawBurgerDispenser" type="StaticBody3D" parent="." unique_id=235630131] +[node name="RawBurgerDispenser" type="StaticBody3D" parent="." unique_id=235630131 groups=["station"]] script = ExtResource("1_gkb3v") item_scene = ExtResource("2_mep2a") -[node name="XRToolsSnapZone" type="Area3D" parent="RawBurgerDispenser" unique_id=1523586273] +[node name="XRToolsSnapZone" type="Area3D" parent="RawBurgerDispenser" unique_id=1523586273 groups=["station_zone"]] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00070536137, 1.0645258, -0.002165556) collision_layer = 65536 collision_mask = 65536 diff --git a/Stations/sink.tscn b/Stations/sink.tscn index e3cbba8..55065d1 100644 --- a/Stations/sink.tscn +++ b/Stations/sink.tscn @@ -207,7 +207,7 @@ script = ExtResource("1_7hh4b") transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.507675, 0) shape = SubResource("BoxShape3D_l02yb") -[node name="XRToolsSnapZone" type="Area3D" parent="Sink" unique_id=1762550988 groups=["station"]] +[node name="XRToolsSnapZone" type="Area3D" parent="Sink" unique_id=1762550988 groups=["station_zone"]] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.9525887, 0) collision_layer = 65536 collision_mask = 65540 diff --git a/Stations/table.tscn b/Stations/table.tscn index 173cfc6..6fc2f9d 100644 --- a/Stations/table.tscn +++ b/Stations/table.tscn @@ -60,7 +60,7 @@ shape = SubResource("BoxShape3D_24d3s") transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.094791204, 0.9715525, 0.0012244582) shape = SubResource("BoxShape3D_24d3s") -[node name="XRToolsSnapZone" type="Area3D" parent="Table" unique_id=1947858647 groups=["station"]] +[node name="XRToolsSnapZone" type="Area3D" parent="Table" unique_id=1947858647 groups=["station_zone"]] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.0285525, 0) collision_layer = 65536 collision_mask = 65540 diff --git a/Textures/1.png.import b/Textures/1.png.import index 14b7a2c..4c77b67 100644 --- a/Textures/1.png.import +++ b/Textures/1.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cexxfyw03hr81" -path.s3tc="res://.godot/imported/1.png-28d6e3d31e46c95f0dea1abf906c0f74.s3tc.ctex" +path.s3tc="res://.godot/imported/1.png-1282cd758f0d245fa29065df8c6fe28d.s3tc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://textures/1.png" -dest_files=["res://.godot/imported/1.png-28d6e3d31e46c95f0dea1abf906c0f74.s3tc.ctex"] +source_file="res://Textures/1.png" +dest_files=["res://.godot/imported/1.png-1282cd758f0d245fa29065df8c6fe28d.s3tc.ctex"] [params] diff --git a/Textures/2.png.import b/Textures/2.png.import index ec614db..f327517 100644 --- a/Textures/2.png.import +++ b/Textures/2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cxsy4fi0iv1dx" -path.s3tc="res://.godot/imported/2.png-3b4d648e04c4a84e8b8f6c622069553c.s3tc.ctex" +path.s3tc="res://.godot/imported/2.png-58b544529b3c8efe890c8b21f147e810.s3tc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://textures/2.png" -dest_files=["res://.godot/imported/2.png-3b4d648e04c4a84e8b8f6c622069553c.s3tc.ctex"] +source_file="res://Textures/2.png" +dest_files=["res://.godot/imported/2.png-58b544529b3c8efe890c8b21f147e810.s3tc.ctex"] [params] diff --git a/Textures/3.png.import b/Textures/3.png.import index 3569fbb..5357744 100644 --- a/Textures/3.png.import +++ b/Textures/3.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cxeeadx0c2ygg" -path.s3tc="res://.godot/imported/3.png-ff3babb0d8b4fdc49e4a4961a679d180.s3tc.ctex" +path.s3tc="res://.godot/imported/3.png-ea971c9bd22bfef88dcd66b7417b5707.s3tc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://textures/3.png" -dest_files=["res://.godot/imported/3.png-ff3babb0d8b4fdc49e4a4961a679d180.s3tc.ctex"] +source_file="res://Textures/3.png" +dest_files=["res://.godot/imported/3.png-ea971c9bd22bfef88dcd66b7417b5707.s3tc.ctex"] [params] diff --git a/Textures/34ada903e409f375853dd34c62f9ceb531c152c6.png.import b/Textures/34ada903e409f375853dd34c62f9ceb531c152c6.png.import index c1d7425..149fa43 100644 --- a/Textures/34ada903e409f375853dd34c62f9ceb531c152c6.png.import +++ b/Textures/34ada903e409f375853dd34c62f9ceb531c152c6.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dqan7pog3m3bb" -path="res://.godot/imported/34ada903e409f375853dd34c62f9ceb531c152c6.png-e62c69580b417e1b97d4e6e3907a53d8.ctex" +path="res://.godot/imported/34ada903e409f375853dd34c62f9ceb531c152c6.png-0e01048fdc7cbaaa23e270d40208f9b2.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://textures/34ada903e409f375853dd34c62f9ceb531c152c6.png" -dest_files=["res://.godot/imported/34ada903e409f375853dd34c62f9ceb531c152c6.png-e62c69580b417e1b97d4e6e3907a53d8.ctex"] +source_file="res://Textures/34ada903e409f375853dd34c62f9ceb531c152c6.png" +dest_files=["res://.godot/imported/34ada903e409f375853dd34c62f9ceb531c152c6.png-0e01048fdc7cbaaa23e270d40208f9b2.ctex"] [params] diff --git a/Textures/4.png.import b/Textures/4.png.import index 6f6dc9c..f885416 100644 --- a/Textures/4.png.import +++ b/Textures/4.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://xpf60mxi3cf" -path.s3tc="res://.godot/imported/4.png-7c86e7f37dd6d943dc49fdd7899e8cb6.s3tc.ctex" +path.s3tc="res://.godot/imported/4.png-352134ccf44954619410b58ec193bd16.s3tc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://textures/4.png" -dest_files=["res://.godot/imported/4.png-7c86e7f37dd6d943dc49fdd7899e8cb6.s3tc.ctex"] +source_file="res://Textures/4.png" +dest_files=["res://.godot/imported/4.png-352134ccf44954619410b58ec193bd16.s3tc.ctex"] [params] diff --git a/Textures/5.png.import b/Textures/5.png.import index a3cc8e2..0efc1ce 100644 --- a/Textures/5.png.import +++ b/Textures/5.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b7n8d4krwbcvl" -path.s3tc="res://.godot/imported/5.png-b386ff019a5e522d985ab44e8f6c88d9.s3tc.ctex" +path.s3tc="res://.godot/imported/5.png-be0d39347a68c1d063c92edeb31b0a20.s3tc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://textures/5.png" -dest_files=["res://.godot/imported/5.png-b386ff019a5e522d985ab44e8f6c88d9.s3tc.ctex"] +source_file="res://Textures/5.png" +dest_files=["res://.godot/imported/5.png-be0d39347a68c1d063c92edeb31b0a20.s3tc.ctex"] [params] diff --git a/Textures/devTex.svg.import b/Textures/devTex.svg.import index 51ac4ab..13740a3 100644 --- a/Textures/devTex.svg.import +++ b/Textures/devTex.svg.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://eqp04wybmg" -path="res://.godot/imported/devTex.svg-246e77b8f216572aac74f8f3d27707b4.ctex" +path="res://.godot/imported/devTex.svg-7096dfe1fce7d6bfeb43d4ba1bd108ed.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://textures/devTex.svg" -dest_files=["res://.godot/imported/devTex.svg-246e77b8f216572aac74f8f3d27707b4.ctex"] +source_file="res://Textures/devTex.svg" +dest_files=["res://.godot/imported/devTex.svg-7096dfe1fce7d6bfeb43d4ba1bd108ed.ctex"] [params] diff --git a/Textures/dev_material_3d.tres b/Textures/dev_material_3d.tres index 5d6b83b..85f8d56 100644 --- a/Textures/dev_material_3d.tres +++ b/Textures/dev_material_3d.tres @@ -1,6 +1,6 @@ [gd_resource type="StandardMaterial3D" format=3 uid="uid://cmia50cfqxxo4"] -[ext_resource type="Texture2D" uid="uid://eqp04wybmg" path="res://textures/devTex.svg" id="1_3jxsn"] +[ext_resource type="Texture2D" uid="uid://eqp04wybmg" path="res://Textures/devTex.svg" id="1_3jxsn"] [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_0gbf8"] transparency = 1 diff --git a/Textures/shop/burger_buns.png.import b/Textures/shop/burger_buns.png.import index 87ab96e..808ee54 100644 --- a/Textures/shop/burger_buns.png.import +++ b/Textures/shop/burger_buns.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bmomecu0058xg" -path="res://.godot/imported/burger_buns.png-1d188acf1114db952605e27ec3a22b7d.ctex" +path="res://.godot/imported/burger_buns.png-eb99084f29b786b6fd1dc4a9421e18f4.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://textures/shop/burger_buns.png" -dest_files=["res://.godot/imported/burger_buns.png-1d188acf1114db952605e27ec3a22b7d.ctex"] +source_file="res://Textures/shop/burger_buns.png" +dest_files=["res://.godot/imported/burger_buns.png-eb99084f29b786b6fd1dc4a9421e18f4.ctex"] [params] diff --git a/Textures/shop/counter.png.import b/Textures/shop/counter.png.import index bddbdde..1f302cb 100644 --- a/Textures/shop/counter.png.import +++ b/Textures/shop/counter.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c0nd4nh4vja73" -path="res://.godot/imported/counter.png-34b9e7d123a9cc4ef081254e27f4cf64.ctex" +path="res://.godot/imported/counter.png-518cbb629fdf0be6542a516cbab3572a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://textures/shop/counter.png" -dest_files=["res://.godot/imported/counter.png-34b9e7d123a9cc4ef081254e27f4cf64.ctex"] +source_file="res://Textures/shop/counter.png" +dest_files=["res://.godot/imported/counter.png-518cbb629fdf0be6542a516cbab3572a.ctex"] [params] diff --git a/Textures/shop/hob.png.import b/Textures/shop/hob.png.import index 928a10b..d325558 100644 --- a/Textures/shop/hob.png.import +++ b/Textures/shop/hob.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ejby14dl1svr" -path="res://.godot/imported/hob.png-d5f291318e31b8c1fd380973ba2b3e5f.ctex" +path="res://.godot/imported/hob.png-8a3c2590ce6bc6152cc40354a5804ed3.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://textures/shop/hob.png" -dest_files=["res://.godot/imported/hob.png-d5f291318e31b8c1fd380973ba2b3e5f.ctex"] +source_file="res://Textures/shop/hob.png" +dest_files=["res://.godot/imported/hob.png-8a3c2590ce6bc6152cc40354a5804ed3.ctex"] [params] diff --git a/Textures/shop/plates.png.import b/Textures/shop/plates.png.import index 70ba7e5..df0eb03 100644 --- a/Textures/shop/plates.png.import +++ b/Textures/shop/plates.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cjrwhtsjjhtu7" -path="res://.godot/imported/plates.png-604fb64dc490ce3d61a68949e43933ce.ctex" +path="res://.godot/imported/plates.png-2d130be16573bc7773059442b60049f2.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://textures/shop/plates.png" -dest_files=["res://.godot/imported/plates.png-604fb64dc490ce3d61a68949e43933ce.ctex"] +source_file="res://Textures/shop/plates.png" +dest_files=["res://.godot/imported/plates.png-2d130be16573bc7773059442b60049f2.ctex"] [params] diff --git a/Textures/shop/potatoes.png.import b/Textures/shop/potatoes.png.import index 5ffb085..dcfbea1 100644 --- a/Textures/shop/potatoes.png.import +++ b/Textures/shop/potatoes.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://blekcmdjkxs0q" -path="res://.godot/imported/potatoes.png-348ae4010ffc422d20b1b18ef1c047b7.ctex" +path="res://.godot/imported/potatoes.png-ffbc13d9bfd95e02bc08cf9c4345780c.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://textures/shop/potatoes.png" -dest_files=["res://.godot/imported/potatoes.png-348ae4010ffc422d20b1b18ef1c047b7.ctex"] +source_file="res://Textures/shop/potatoes.png" +dest_files=["res://.godot/imported/potatoes.png-ffbc13d9bfd95e02bc08cf9c4345780c.ctex"] [params] diff --git a/Textures/shop/raw_burger.png.import b/Textures/shop/raw_burger.png.import index a9b7655..f942b26 100644 --- a/Textures/shop/raw_burger.png.import +++ b/Textures/shop/raw_burger.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dpaqhbpmk7exf" -path="res://.godot/imported/raw_burger.png-281cd44e6d7ec4dca89ef14be14b45df.ctex" +path="res://.godot/imported/raw_burger.png-245bf9ca2b3f6674c8ee11bd6a47bbb4.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://textures/shop/raw_burger.png" -dest_files=["res://.godot/imported/raw_burger.png-281cd44e6d7ec4dca89ef14be14b45df.ctex"] +source_file="res://Textures/shop/raw_burger.png" +dest_files=["res://.godot/imported/raw_burger.png-245bf9ca2b3f6674c8ee11bd6a47bbb4.ctex"] [params] diff --git a/Textures/shop/sink.png.import b/Textures/shop/sink.png.import index d16cd97..c2daac5 100644 --- a/Textures/shop/sink.png.import +++ b/Textures/shop/sink.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ecdu0qqhib4" -path="res://.godot/imported/sink.png-b4ba3b467f19b9cacd807739403f133b.ctex" +path="res://.godot/imported/sink.png-4a3efd6bdea4a31b0221ffe031074493.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://textures/shop/sink.png" -dest_files=["res://.godot/imported/sink.png-b4ba3b467f19b9cacd807739403f133b.ctex"] +source_file="res://Textures/shop/sink.png" +dest_files=["res://.godot/imported/sink.png-4a3efd6bdea4a31b0221ffe031074493.ctex"] [params] diff --git a/Textures/shop/table.png.import b/Textures/shop/table.png.import index 6c5fd22..ffaba1f 100644 --- a/Textures/shop/table.png.import +++ b/Textures/shop/table.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cv3grgonwlakt" -path="res://.godot/imported/table.png-329a7e7d913d8d0d73e07611b7f10c21.ctex" +path="res://.godot/imported/table.png-2b5f18b015a2afc41ee9ba67103b6ede.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://textures/shop/table.png" -dest_files=["res://.godot/imported/table.png-329a7e7d913d8d0d73e07611b7f10c21.ctex"] +source_file="res://Textures/shop/table.png" +dest_files=["res://.godot/imported/table.png-2b5f18b015a2afc41ee9ba67103b6ede.ctex"] [params] diff --git a/Textures/sky/NightSkyHDRI009.png.import b/Textures/sky/NightSkyHDRI009.png.import index 56f8104..71240bd 100644 --- a/Textures/sky/NightSkyHDRI009.png.import +++ b/Textures/sky/NightSkyHDRI009.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://hfkxs3ncjc4m" -path="res://.godot/imported/NightSkyHDRI009.png-30c624de99c676c23642a0e7a463453d.ctex" +path="res://.godot/imported/NightSkyHDRI009.png-5fecb5274d03e5767c649d4bae381a39.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://textures/sky/NightSkyHDRI009.png" -dest_files=["res://.godot/imported/NightSkyHDRI009.png-30c624de99c676c23642a0e7a463453d.ctex"] +source_file="res://Textures/sky/NightSkyHDRI009.png" +dest_files=["res://.godot/imported/NightSkyHDRI009.png-5fecb5274d03e5767c649d4bae381a39.ctex"] [params] diff --git a/Textures/sky/NightSkyHDRI009_16K.tres b/Textures/sky/NightSkyHDRI009_16K.tres index 25ff43b..eaa2922 100644 --- a/Textures/sky/NightSkyHDRI009_16K.tres +++ b/Textures/sky/NightSkyHDRI009_16K.tres @@ -1,6 +1,6 @@ [gd_resource type="Sky" format=3 uid="uid://c1abtpwhdm2d5"] -[ext_resource type="Texture2D" uid="uid://ci0hjoabnf8nu" path="res://textures/sky/NightSkyHDRI009_16K_HDR.exr" id="acg_mft3ic9d"] +[ext_resource type="Texture2D" uid="uid://ci0hjoabnf8nu" path="res://Textures/sky/NightSkyHDRI009_16K_HDR.exr" id="acg_mft3ic9d"] [sub_resource type="PanoramaSkyMaterial" id="acg_025sfqr4"] panorama = ExtResource("acg_mft3ic9d") diff --git a/Textures/sky/NightSkyHDRI009_16K_HDR.exr.import b/Textures/sky/NightSkyHDRI009_16K_HDR.exr.import index f8a6492..2764277 100644 --- a/Textures/sky/NightSkyHDRI009_16K_HDR.exr.import +++ b/Textures/sky/NightSkyHDRI009_16K_HDR.exr.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ci0hjoabnf8nu" -path.bptc="res://.godot/imported/NightSkyHDRI009_16K_HDR.exr-43fd92962b13d105254e11ecfdaf0858.bptc.ctex" +path.bptc="res://.godot/imported/NightSkyHDRI009_16K_HDR.exr-9a5d77664863ac9d0a6a2889b31099ca.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://textures/sky/NightSkyHDRI009_16K_HDR.exr" -dest_files=["res://.godot/imported/NightSkyHDRI009_16K_HDR.exr-43fd92962b13d105254e11ecfdaf0858.bptc.ctex"] +source_file="res://Textures/sky/NightSkyHDRI009_16K_HDR.exr" +dest_files=["res://.godot/imported/NightSkyHDRI009_16K_HDR.exr-9a5d77664863ac9d0a6a2889b31099ca.bptc.ctex"] [params] diff --git a/Textures/sky/NightSkyHDRI009_16K_TONEMAPPED.jpg.import b/Textures/sky/NightSkyHDRI009_16K_TONEMAPPED.jpg.import index e3036f6..88ea7c4 100644 --- a/Textures/sky/NightSkyHDRI009_16K_TONEMAPPED.jpg.import +++ b/Textures/sky/NightSkyHDRI009_16K_TONEMAPPED.jpg.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c64om8q11trnm" -path="res://.godot/imported/NightSkyHDRI009_16K_TONEMAPPED.jpg-772032c9d36bbd100929d978b6fbe78b.ctex" +path="res://.godot/imported/NightSkyHDRI009_16K_TONEMAPPED.jpg-8d036fe183f31a1e4946600f7e0a089a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://textures/sky/NightSkyHDRI009_16K_TONEMAPPED.jpg" -dest_files=["res://.godot/imported/NightSkyHDRI009_16K_TONEMAPPED.jpg-772032c9d36bbd100929d978b6fbe78b.ctex"] +source_file="res://Textures/sky/NightSkyHDRI009_16K_TONEMAPPED.jpg" +dest_files=["res://.godot/imported/NightSkyHDRI009_16K_TONEMAPPED.jpg-8d036fe183f31a1e4946600f7e0a089a.ctex"] [params] diff --git a/recipes.yaml.uid b/recipes.yaml.uid new file mode 100644 index 0000000..26c7014 --- /dev/null +++ b/recipes.yaml.uid @@ -0,0 +1 @@ +uid://be8o8m6xpp3kc