Skip to content

Commit

Permalink
Update deployed packages for d59bef5 (#882)
Browse files Browse the repository at this point in the history
* Update version to 0.3.0-nightly-2023-09-17

* Update deployed packages for d59bef5

* Revert version back to 0.3.0-dev
  • Loading branch information
moose-jobs authored Sep 17, 2023
1 parent 7a0357e commit 73eadb4
Show file tree
Hide file tree
Showing 38 changed files with 74 additions and 74 deletions.
2 changes: 1 addition & 1 deletion guest/rust/examples/assets/basic_model/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ type = "Game"
content = { type = "Playable", example = true }

[dependencies]
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "29T5VtMzX4OLyKmdDtrswT" }
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "1YjK26DDRJENHVJ4r5EyEJ" }
2 changes: 1 addition & 1 deletion guest/rust/examples/assets/generate_pipeline/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ type = "Game"
content = { type = "Playable", example = true }

[dependencies]
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "29T5VtMzX4OLyKmdDtrswT" }
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "1YjK26DDRJENHVJ4r5EyEJ" }
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ description = "Declares whether or not the entity this is attached is the best."
attributes = ["Networked", "Debuggable"]

[dependencies]
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "29T5VtMzX4OLyKmdDtrswT" }
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "1YjK26DDRJENHVJ4r5EyEJ" }
2 changes: 1 addition & 1 deletion guest/rust/examples/basics/physics/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ description = "Collision between two objects."
fields = { emitter = "EntityId", listener = "EntityId" }

[dependencies]
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "29T5VtMzX4OLyKmdDtrswT" }
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "1YjK26DDRJENHVJ4r5EyEJ" }
2 changes: 1 addition & 1 deletion guest/rust/examples/basics/primitives/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ type = "Game"
content = { type = "Playable", example = true }

[dependencies]
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "29T5VtMzX4OLyKmdDtrswT" }
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "1YjK26DDRJENHVJ4r5EyEJ" }
2 changes: 1 addition & 1 deletion guest/rust/examples/basics/skinmesh/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ content = { type = "Playable", example = true }
SetController = { name = "Set controller", description = "Sets the animation controller.", fields = { value = "U32" } }

[dependencies]
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "29T5VtMzX4OLyKmdDtrswT" }
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "1YjK26DDRJENHVJ4r5EyEJ" }
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ content = { type = "Playable", example = true }


[dependencies]
base_assets = { path = "../../../packages/std/base_assets", deployment = "58aLQTPRSbX7ScBPTCx2SZ" }
fps_controller = { path = "../../../packages/std/fps_controller", deployment = "6D0Db4gz8wMEmBKTtnI7Qq" }
character_animation = { path = "../../../packages/std/character_animation", deployment = "3ED69EA2jkjNF9mDtMSWUt" }
hide_cursor = { path = "../../../packages/std/hide_cursor", deployment = "oaAfKJQmD5URu6O19QQ2H" }
base_assets = { path = "../../../packages/std/base_assets", deployment = "4XmDJdT5fXTyjMaxwOdI9F" }
fps_controller = { path = "../../../packages/std/fps_controller", deployment = "6aJXldqKRibcppxqV7ARU0" }
character_animation = { path = "../../../packages/std/character_animation", deployment = "1W9DOnQuzC6gR1CV4qT2Oq" }
hide_cursor = { path = "../../../packages/std/hide_cursor", deployment = "3LqyWU4V76CHIsoV6xadB8" }
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type = "Game"
content = { type = "Playable", example = true }

[dependencies]
base_assets = { path = "../../../packages/std/base_assets", deployment = "58aLQTPRSbX7ScBPTCx2SZ" }
fps_controller = { path = "../../../packages/std/fps_controller", deployment = "6D0Db4gz8wMEmBKTtnI7Qq" }
character_animation = { path = "../../../packages/std/character_animation", deployment = "3ED69EA2jkjNF9mDtMSWUt" }
hide_cursor = { path = "../../../packages/std/hide_cursor", deployment = "oaAfKJQmD5URu6O19QQ2H" }
base_assets = { path = "../../../packages/std/base_assets", deployment = "4XmDJdT5fXTyjMaxwOdI9F" }
fps_controller = { path = "../../../packages/std/fps_controller", deployment = "6aJXldqKRibcppxqV7ARU0" }
character_animation = { path = "../../../packages/std/character_animation", deployment = "1W9DOnQuzC6gR1CV4qT2Oq" }
hide_cursor = { path = "../../../packages/std/hide_cursor", deployment = "3LqyWU4V76CHIsoV6xadB8" }
2 changes: 1 addition & 1 deletion guest/rust/examples/intermediate/clientside/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ grid_position = { name = "Grid Position", description = "The position of the cel
] }

[dependencies]
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "29T5VtMzX4OLyKmdDtrswT" }
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "1YjK26DDRJENHVJ4r5EyEJ" }
6 changes: 3 additions & 3 deletions guest/rust/examples/intermediate/dependencies/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ version = "0.0.1"
content = { type = "Playable", example = true }

[dependencies]
deps_assets = { path = "deps/assets" , deployment = "3j2BKQ0MMDMYM1wbWJLLhC" }
deps_code = { path = "deps/code" , deployment = "4vaaWIq1MIz6GlcJFfe0pH" }
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "29T5VtMzX4OLyKmdDtrswT" }
deps_assets = { path = "deps/assets" , deployment = "6j1AhiwPkzEhZpSDAB0N8z" }
deps_code = { path = "deps/code" , deployment = "4SJYqjoj4fOhPb2gNBgiwe" }
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "1YjK26DDRJENHVJ4r5EyEJ" }
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.0.1"
content = { type = "Asset", code = true }

[dependencies]
ambient_example_deps_assets = { path = "../assets" , deployment = "3j2BKQ0MMDMYM1wbWJLLhC" }
ambient_example_deps_assets = { path = "../assets" , deployment = "6j1AhiwPkzEhZpSDAB0N8z" }

[components]
spawned_by_us = { type = "Empty" }
Expand Down
2 changes: 1 addition & 1 deletion guest/rust/examples/intermediate/screen_ray/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ ray_dir = "Vec3"
position = "Vec3"

[dependencies]
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "29T5VtMzX4OLyKmdDtrswT" }
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "1YjK26DDRJENHVJ4r5EyEJ" }
2 changes: 1 addition & 1 deletion guest/rust/examples/rendering/decals/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ type = "Game"
content = { type = "Playable", example = true }

[dependencies]
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "29T5VtMzX4OLyKmdDtrswT" }
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "1YjK26DDRJENHVJ4r5EyEJ" }
2 changes: 1 addition & 1 deletion guest/rust/examples/rendering/fog/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ type = "Game"
content = { type = "Playable", example = true }

[dependencies]
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "29T5VtMzX4OLyKmdDtrswT" }
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "1YjK26DDRJENHVJ4r5EyEJ" }
2 changes: 1 addition & 1 deletion guest/rust/examples/rendering/samplers/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ type = "Game"
content = { type = "Playable", example = true }

[dependencies]
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "29T5VtMzX4OLyKmdDtrswT" }
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "1YjK26DDRJENHVJ4r5EyEJ" }
2 changes: 1 addition & 1 deletion guest/rust/examples/rendering/sun/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ type = "Game"
content = { type = "Playable", example = true }

[dependencies]
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "29T5VtMzX4OLyKmdDtrswT" }
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "1YjK26DDRJENHVJ4r5EyEJ" }
2 changes: 1 addition & 1 deletion guest/rust/examples/rendering/transparency/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ type = "Game"
content = { type = "Playable", example = true }

[dependencies]
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "29T5VtMzX4OLyKmdDtrswT" }
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "1YjK26DDRJENHVJ4r5EyEJ" }
28 changes: 14 additions & 14 deletions guest/rust/packages/games/afps/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ version = "0.0.1"
content = { type = "Playable" }

[dependencies]
character_animation = { path = "../../std/character_animation", deployment = "3ED69EA2jkjNF9mDtMSWUt" }
hide_cursor = { path = "../../std/hide_cursor", deployment = "oaAfKJQmD5URu6O19QQ2H" }
fpsaudio = { path = "core/fpsaudio", deployment = "6ZSak1EorK6ihyXVf7ID6y" }
fpsmodel = { path = "core/fpsmodel", deployment = "2k6xgLt8H2cnFc53zMRQj2" }
fpsmovement = { path = "core/fpsmovement", deployment = "1bGzjjChe6la5Unb1Bhhnq" }
fpsrule = { path = "core/fpsrule", deployment = "1kbVn557hslS9eSd40UEt5" }
fpsui = { path = "core/fpsui", deployment = "7XH15si0BW2WctPLtV1gSD" }
character_animation = { path = "../../std/character_animation", deployment = "1W9DOnQuzC6gR1CV4qT2Oq" }
hide_cursor = { path = "../../std/hide_cursor", deployment = "3LqyWU4V76CHIsoV6xadB8" }
fpsaudio = { path = "core/fpsaudio", deployment = "9lpFQByTUZnTNZhc4sHdZ" }
fpsmodel = { path = "core/fpsmodel", deployment = "7hQgCtVvhv3NO0jbd5gubw" }
fpsmovement = { path = "core/fpsmovement", deployment = "5KXbTtplPMIQNbPeaKw9UQ" }
fpsrule = { path = "core/fpsrule", deployment = "WjjPwligMLiKSV8IasuGH" }
fpsui = { path = "core/fpsui", deployment = "63GMUH8GuWnP9d0uLEBuZC" }

console = { path = "../../tools/console", deployment = "48EBXfjWErfBEIYsaWKzHv" }
package_manager = { path = "../../tools/package_manager", deployment = "2k7bVMUOeUKiikzOxTbgt0" }
editor = { path = "../../tools/editor", deployment = "2KufsYJsERQaejgl2UnHu7" }
console = { path = "../../tools/console", deployment = "IafchgT1iqlWp9gPxAUNm" }
package_manager = { path = "../../tools/package_manager", deployment = "5XwgBSaf7LE98kbzvhnGUJ" }
editor = { path = "../../tools/editor", deployment = "7XLUHB0LNfM5s9x8Tdlde2" }

scene = { path = "mods/scene", deployment = "5cJHtdLZr5nlyVixNxiT0E" }
spraypaint = { path = "mods/spraypaint", deployment = "wJOFZvAKUNECRGeVRwvfw" }
zombie = { path = "mods/zombie", deployment = "5VEaC5zbdNWGgGKfB7FoK9" }
world_latency = { path = "mods/world_latency", deployment = "6RZ3A7inmPltHQ6BPK7tzk" }
scene = { path = "mods/scene", deployment = "2k4vdImijq4DF52yVMamGG" }
spraypaint = { path = "mods/spraypaint", deployment = "QRqqzwLX4wiAIvK4csGLK" }
zombie = { path = "mods/zombie", deployment = "45dX84LzzNaQ9DcA6MQyrb" }
world_latency = { path = "mods/world_latency", deployment = "4YVBy8jftE7H7ehNyzpfjx" }
4 changes: 2 additions & 2 deletions guest/rust/packages/games/afps/core/fpsaudio/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ version = "0.0.1"
content = { type = "Asset", audio = true, code = true }

[dependencies]
afps_schema = { path = "../../schema", deployment = "4oAr4pSwOMiiyKMDiVju45" }
unit_schema = { path = "../../../../schemas/unit", deployment = "2KIBRbyVTPu9I1zXBndlsE" }
afps_schema = { path = "../../schema", deployment = "2PGwO9XpFP9nVoABsuu4Kz" }
unit_schema = { path = "../../../../schemas/unit", deployment = "3fhHR1bbJnOO8CzEihXjnu" }
10 changes: 5 additions & 5 deletions guest/rust/packages/games/afps/core/fpsmodel/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ version = "0.0.1"
content = { type = "Asset", models = true, code = true }

[dependencies]
afps_schema = { path = "../../schema", deployment = "4oAr4pSwOMiiyKMDiVju45" }
unit_schema = { path = "../../../../schemas/unit", deployment = "2KIBRbyVTPu9I1zXBndlsE" }
character_animation = { path = "../../../../std/character_animation", deployment = "3ED69EA2jkjNF9mDtMSWUt" }
base_assets = { path = "../../../../std/base_assets", deployment = "58aLQTPRSbX7ScBPTCx2SZ" }
fps_controller = { path = "../../../../std/fps_controller", deployment = "6D0Db4gz8wMEmBKTtnI7Qq" }
afps_schema = { path = "../../schema", deployment = "2PGwO9XpFP9nVoABsuu4Kz" }
unit_schema = { path = "../../../../schemas/unit", deployment = "3fhHR1bbJnOO8CzEihXjnu" }
character_animation = { path = "../../../../std/character_animation", deployment = "1W9DOnQuzC6gR1CV4qT2Oq" }
base_assets = { path = "../../../../std/base_assets", deployment = "4XmDJdT5fXTyjMaxwOdI9F" }
fps_controller = { path = "../../../../std/fps_controller", deployment = "6aJXldqKRibcppxqV7ARU0" }
8 changes: 4 additions & 4 deletions guest/rust/packages/games/afps/core/fpsmovement/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.0.1"
content = { type = "Asset", code = true }

[dependencies]
afps_schema = { path = "../../schema", deployment = "4oAr4pSwOMiiyKMDiVju45" }
editor_schema = { path = "../../../../schemas/editor", deployment = "39UBRZNFwYopiL0k9hjPnJ" }
unit_schema = { path = "../../../../schemas/unit", deployment = "2KIBRbyVTPu9I1zXBndlsE" }
character_movement = { path = "../../../../std/character_movement", deployment = "3mg9FIIBiuR3rEimoMhVm9" }
afps_schema = { path = "../../schema", deployment = "2PGwO9XpFP9nVoABsuu4Kz" }
editor_schema = { path = "../../../../schemas/editor", deployment = "65RbLCoUdnDt2WUxWRqkUa" }
unit_schema = { path = "../../../../schemas/unit", deployment = "3fhHR1bbJnOO8CzEihXjnu" }
character_movement = { path = "../../../../std/character_movement", deployment = "6jXpwxxe5didep0nUmTjJu" }
4 changes: 2 additions & 2 deletions guest/rust/packages/games/afps/core/fpsrule/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ version = "0.0.1"
content = { type = "Asset", code = true }

[dependencies]
afps_schema = { path = "../../schema", deployment = "4oAr4pSwOMiiyKMDiVju45" }
unit_schema = { path = "../../../../schemas/unit", deployment = "2KIBRbyVTPu9I1zXBndlsE" }
afps_schema = { path = "../../schema", deployment = "2PGwO9XpFP9nVoABsuu4Kz" }
unit_schema = { path = "../../../../schemas/unit", deployment = "3fhHR1bbJnOO8CzEihXjnu" }
4 changes: 2 additions & 2 deletions guest/rust/packages/games/afps/core/fpsui/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ version = "0.0.1"
content = { type = "Asset", textures = true, code = true }

[dependencies]
afps_schema = { path = "../../schema", deployment = "4oAr4pSwOMiiyKMDiVju45" }
unit_schema = { path = "../../../../schemas/unit", deployment = "2KIBRbyVTPu9I1zXBndlsE" }
afps_schema = { path = "../../schema", deployment = "2PGwO9XpFP9nVoABsuu4Kz" }
unit_schema = { path = "../../../../schemas/unit", deployment = "3fhHR1bbJnOO8CzEihXjnu" }
2 changes: 1 addition & 1 deletion guest/rust/packages/games/afps/mods/scene/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ version = "0.0.1"
content = { type = "Asset", models = true, code = true }

[dependencies]
afps_schema = { path = "../../schema", deployment = "4oAr4pSwOMiiyKMDiVju45" }
afps_schema = { path = "../../schema", deployment = "2PGwO9XpFP9nVoABsuu4Kz" }
4 changes: 2 additions & 2 deletions guest/rust/packages/games/afps/mods/spraypaint/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ dir = "Vec3"
source = "EntityId"

[dependencies]
afps_schema = { path = "../../schema", deployment = "4oAr4pSwOMiiyKMDiVju45" }
unit_schema = { path = "../../../../schemas/unit", deployment = "2KIBRbyVTPu9I1zXBndlsE" }
afps_schema = { path = "../../schema", deployment = "2PGwO9XpFP9nVoABsuu4Kz" }
unit_schema = { path = "../../../../schemas/unit", deployment = "3fhHR1bbJnOO8CzEihXjnu" }
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ server_frame = { type = "U64", description = "Current server frame number", attr
frame = "U64"

[dependencies]
afps_schema = { path = "../../schema", deployment = "4oAr4pSwOMiiyKMDiVju45" }
afps_schema = { path = "../../schema", deployment = "2PGwO9XpFP9nVoABsuu4Kz" }
4 changes: 2 additions & 2 deletions guest/rust/packages/games/afps/mods/zombie/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ zombie_model_ref = { type = "EntityId", attributes = [
id = "EntityId"

[dependencies]
character_animation = { path = "../../../../std/character_animation", deployment = "3ED69EA2jkjNF9mDtMSWUt" }
unit_schema = { path = "../../../../schemas/unit", deployment = "2KIBRbyVTPu9I1zXBndlsE" }
character_animation = { path = "../../../../std/character_animation", deployment = "1W9DOnQuzC6gR1CV4qT2Oq" }
unit_schema = { path = "../../../../schemas/unit", deployment = "3fhHR1bbJnOO8CzEihXjnu" }
2 changes: 1 addition & 1 deletion guest/rust/packages/games/afps/schema/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.0.1"
content = { type = "Asset", schema = true }

[dependencies]
unit_schema = { path = "../../../schemas/unit", deployment = "2KIBRbyVTPu9I1zXBndlsE" }
unit_schema = { path = "../../../schemas/unit", deployment = "3fhHR1bbJnOO8CzEihXjnu" }

[components]
player_model_ref = { type = "EntityId", description = "The player's whole body model id.", attributes = [
Expand Down
2 changes: 1 addition & 1 deletion guest/rust/packages/games/minigolf/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type = "Game"
content = { type = "Playable", example = true }

[dependencies]
hide_cursor = { path = "../../std/hide_cursor", deployment = "oaAfKJQmD5URu6O19QQ2H" }
hide_cursor = { path = "../../std/hide_cursor", deployment = "3LqyWU4V76CHIsoV6xadB8" }

[components]
next_player_hue = { type = "F32", name = "Next Player Hue", description = "Controls the hue (in degrees) to use for the next player's color.", attributes = [
Expand Down
6 changes: 3 additions & 3 deletions guest/rust/packages/games/tangent/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ version = "0.0.1"
content = { type = "Playable" }

[dependencies]
tangent_core = { path = "core", deployment = "3PepHf9nErX1qEgUDB3HCb" }
hide_cursor = { path = "../../std/hide_cursor", deployment = "oaAfKJQmD5URu6O19QQ2H" }
package_manager = { path = "../../tools/package_manager", deployment = "2k7bVMUOeUKiikzOxTbgt0" }
tangent_core = { path = "core", deployment = "1aHaoogNPKtNvL4vvrj7Q7" }
hide_cursor = { path = "../../std/hide_cursor", deployment = "3LqyWU4V76CHIsoV6xadB8" }
package_manager = { path = "../../tools/package_manager", deployment = "5XwgBSaf7LE98kbzvhnGUJ" }
2 changes: 1 addition & 1 deletion guest/rust/packages/games/tangent/core/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ debug_messages = { type = { type = "Vec", element_type = "String" }, name = "Deb
] }

[dependencies]
tangent_schema = { path = "../schema" , deployment = "5uTxh9GwkpiN7bjaIf81Kz" }
tangent_schema = { path = "../schema" , deployment = "2ldVFrVtitBydye7l48tNu" }
2 changes: 1 addition & 1 deletion guest/rust/packages/games/tangent/mods/scene/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ version = "0.0.1"
content = { type = "Mod", for_playables = ["tangent"] }

[dependencies]
tangent_schema = { path = "../../schema", deployment = "5uTxh9GwkpiN7bjaIf81Kz" }
tangent_schema = { path = "../../schema", deployment = "2ldVFrVtitBydye7l48tNu" }
2 changes: 1 addition & 1 deletion guest/rust/packages/games/tictactoe/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ right = "Bool"
capture = "Bool"

[dependencies]
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "29T5VtMzX4OLyKmdDtrswT" }
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "1YjK26DDRJENHVJ4r5EyEJ" }
2 changes: 1 addition & 1 deletion guest/rust/packages/std/character_animation/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.0.1"
content = { type = "Asset", animations = true, code = true }

[dependencies]
unit_schema = { path = "../../schemas/unit", deployment = "2KIBRbyVTPu9I1zXBndlsE" }
unit_schema = { path = "../../schemas/unit", deployment = "3fhHR1bbJnOO8CzEihXjnu" }

[components]
basic_character_animations = { type = "EntityId", description = "Apply animations to the model this points to. Parameters such as health etc. is read from the entity this component is attached to.", attributes = [
Expand Down
2 changes: 1 addition & 1 deletion guest/rust/packages/std/character_movement/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ version = "0.0.1"
content = { type = "Asset", code = true }

[dependencies]
unit_schema = { path = "../../schemas/unit", deployment = "2KIBRbyVTPu9I1zXBndlsE" }
unit_schema = { path = "../../schemas/unit", deployment = "3fhHR1bbJnOO8CzEihXjnu" }
4 changes: 2 additions & 2 deletions guest/rust/packages/std/fps_controller/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ version = "0.0.1"
content = { type = "Asset", code = true }

[dependencies]
unit_schema = { path = "../../schemas/unit", deployment = "2KIBRbyVTPu9I1zXBndlsE" }
character_movement = { path = "../character_movement", deployment = "3mg9FIIBiuR3rEimoMhVm9" }
unit_schema = { path = "../../schemas/unit", deployment = "3fhHR1bbJnOO8CzEihXjnu" }
character_movement = { path = "../character_movement", deployment = "6jXpwxxe5didep0nUmTjJu" }

[components]
use_fps_controller = { type = "Empty", attributes = [
Expand Down
2 changes: 1 addition & 1 deletion guest/rust/packages/tools/editor/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.0.1"
content = { type = "Tool" }

[dependencies]
editor_schema = { path = "../../schemas/editor" , deployment = "39UBRZNFwYopiL0k9hjPnJ" }
editor_schema = { path = "../../schemas/editor" , deployment = "65RbLCoUdnDt2WUxWRqkUa" }

[components]
# Player components
Expand Down
2 changes: 1 addition & 1 deletion guest/rust/packages/tools/package_manager/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ packages = { container_type = "Vec", element_type = "String" }
error = { container_type = "Option", element_type = "String" }

[dependencies]
editor_schema = { path = "../../schemas/editor", deployment = "39UBRZNFwYopiL0k9hjPnJ" }
editor_schema = { path = "../../schemas/editor", deployment = "65RbLCoUdnDt2WUxWRqkUa" }

0 comments on commit 73eadb4

Please sign in to comment.