From 73eadb4c391b3a15ea0ea6bb90efa6eb97904801 Mon Sep 17 00:00:00 2001 From: Moose Jobs <144423098+moose-jobs@users.noreply.github.com> Date: Sun, 17 Sep 2023 06:06:15 +0200 Subject: [PATCH] Update deployed packages for d59bef5aefec1aaace6154dc564b72bf5b272312 (#882) * Update version to 0.3.0-nightly-2023-09-17 * Update deployed packages for d59bef5aefec1aaace6154dc564b72bf5b272312 * Revert version back to 0.3.0-dev --- .../examples/assets/basic_model/ambient.toml | 2 +- .../assets/generate_pipeline/ambient.toml | 2 +- .../assets/material_overriding/ambient.toml | 2 +- .../rust/examples/basics/physics/ambient.toml | 2 +- .../examples/basics/primitives/ambient.toml | 2 +- .../examples/basics/skinmesh/ambient.toml | 2 +- .../first_person_camera/ambient.toml | 8 +++--- .../third_person_camera/ambient.toml | 8 +++--- .../intermediate/clientside/ambient.toml | 2 +- .../intermediate/dependencies/ambient.toml | 6 ++-- .../dependencies/deps/code/ambient.toml | 2 +- .../intermediate/screen_ray/ambient.toml | 2 +- .../examples/rendering/decals/ambient.toml | 2 +- .../rust/examples/rendering/fog/ambient.toml | 2 +- .../examples/rendering/samplers/ambient.toml | 2 +- .../rust/examples/rendering/sun/ambient.toml | 2 +- .../rendering/transparency/ambient.toml | 2 +- guest/rust/packages/games/afps/ambient.toml | 28 +++++++++---------- .../games/afps/core/fpsaudio/ambient.toml | 4 +-- .../games/afps/core/fpsmodel/ambient.toml | 10 +++---- .../games/afps/core/fpsmovement/ambient.toml | 8 +++--- .../games/afps/core/fpsrule/ambient.toml | 4 +-- .../games/afps/core/fpsui/ambient.toml | 4 +-- .../games/afps/mods/scene/ambient.toml | 2 +- .../games/afps/mods/spraypaint/ambient.toml | 4 +-- .../afps/mods/world_latency/ambient.toml | 2 +- .../games/afps/mods/zombie/ambient.toml | 4 +-- .../packages/games/afps/schema/ambient.toml | 2 +- .../rust/packages/games/minigolf/ambient.toml | 2 +- .../rust/packages/games/tangent/ambient.toml | 6 ++-- .../packages/games/tangent/core/ambient.toml | 2 +- .../games/tangent/mods/scene/ambient.toml | 2 +- .../packages/games/tictactoe/ambient.toml | 2 +- .../std/character_animation/ambient.toml | 2 +- .../std/character_movement/ambient.toml | 2 +- .../packages/std/fps_controller/ambient.toml | 4 +-- guest/rust/packages/tools/editor/ambient.toml | 2 +- .../tools/package_manager/ambient.toml | 2 +- 38 files changed, 74 insertions(+), 74 deletions(-) diff --git a/guest/rust/examples/assets/basic_model/ambient.toml b/guest/rust/examples/assets/basic_model/ambient.toml index 79f90f9093..ff90a2bc4c 100644 --- a/guest/rust/examples/assets/basic_model/ambient.toml +++ b/guest/rust/examples/assets/basic_model/ambient.toml @@ -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" } diff --git a/guest/rust/examples/assets/generate_pipeline/ambient.toml b/guest/rust/examples/assets/generate_pipeline/ambient.toml index 4fefe1087d..b9143085f5 100644 --- a/guest/rust/examples/assets/generate_pipeline/ambient.toml +++ b/guest/rust/examples/assets/generate_pipeline/ambient.toml @@ -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" } diff --git a/guest/rust/examples/assets/material_overriding/ambient.toml b/guest/rust/examples/assets/material_overriding/ambient.toml index 3118e37214..d7a8211f0f 100644 --- a/guest/rust/examples/assets/material_overriding/ambient.toml +++ b/guest/rust/examples/assets/material_overriding/ambient.toml @@ -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" } diff --git a/guest/rust/examples/basics/physics/ambient.toml b/guest/rust/examples/basics/physics/ambient.toml index c779987c50..d0be198021 100644 --- a/guest/rust/examples/basics/physics/ambient.toml +++ b/guest/rust/examples/basics/physics/ambient.toml @@ -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" } diff --git a/guest/rust/examples/basics/primitives/ambient.toml b/guest/rust/examples/basics/primitives/ambient.toml index 0ac5018aa9..2dd00ed271 100644 --- a/guest/rust/examples/basics/primitives/ambient.toml +++ b/guest/rust/examples/basics/primitives/ambient.toml @@ -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" } diff --git a/guest/rust/examples/basics/skinmesh/ambient.toml b/guest/rust/examples/basics/skinmesh/ambient.toml index 1e27287b42..0563c1f8c7 100644 --- a/guest/rust/examples/basics/skinmesh/ambient.toml +++ b/guest/rust/examples/basics/skinmesh/ambient.toml @@ -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" } diff --git a/guest/rust/examples/controllers/first_person_camera/ambient.toml b/guest/rust/examples/controllers/first_person_camera/ambient.toml index 7f5ba483dc..0a4acfc855 100644 --- a/guest/rust/examples/controllers/first_person_camera/ambient.toml +++ b/guest/rust/examples/controllers/first_person_camera/ambient.toml @@ -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" } diff --git a/guest/rust/examples/controllers/third_person_camera/ambient.toml b/guest/rust/examples/controllers/third_person_camera/ambient.toml index 27a5d1d34f..cd18ba06c3 100644 --- a/guest/rust/examples/controllers/third_person_camera/ambient.toml +++ b/guest/rust/examples/controllers/third_person_camera/ambient.toml @@ -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" } diff --git a/guest/rust/examples/intermediate/clientside/ambient.toml b/guest/rust/examples/intermediate/clientside/ambient.toml index e9bd043cd6..819ed890fa 100644 --- a/guest/rust/examples/intermediate/clientside/ambient.toml +++ b/guest/rust/examples/intermediate/clientside/ambient.toml @@ -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" } diff --git a/guest/rust/examples/intermediate/dependencies/ambient.toml b/guest/rust/examples/intermediate/dependencies/ambient.toml index 703d0675de..53b3659e0c 100644 --- a/guest/rust/examples/intermediate/dependencies/ambient.toml +++ b/guest/rust/examples/intermediate/dependencies/ambient.toml @@ -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" } diff --git a/guest/rust/examples/intermediate/dependencies/deps/code/ambient.toml b/guest/rust/examples/intermediate/dependencies/deps/code/ambient.toml index 0f6525bc84..b333ac1303 100644 --- a/guest/rust/examples/intermediate/dependencies/deps/code/ambient.toml +++ b/guest/rust/examples/intermediate/dependencies/deps/code/ambient.toml @@ -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" } diff --git a/guest/rust/examples/intermediate/screen_ray/ambient.toml b/guest/rust/examples/intermediate/screen_ray/ambient.toml index da1a021316..5cb10b09dd 100644 --- a/guest/rust/examples/intermediate/screen_ray/ambient.toml +++ b/guest/rust/examples/intermediate/screen_ray/ambient.toml @@ -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" } diff --git a/guest/rust/examples/rendering/decals/ambient.toml b/guest/rust/examples/rendering/decals/ambient.toml index a7927c2afc..96fa0658bf 100644 --- a/guest/rust/examples/rendering/decals/ambient.toml +++ b/guest/rust/examples/rendering/decals/ambient.toml @@ -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" } diff --git a/guest/rust/examples/rendering/fog/ambient.toml b/guest/rust/examples/rendering/fog/ambient.toml index 514e7965ff..8ed8e1e0a9 100644 --- a/guest/rust/examples/rendering/fog/ambient.toml +++ b/guest/rust/examples/rendering/fog/ambient.toml @@ -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" } diff --git a/guest/rust/examples/rendering/samplers/ambient.toml b/guest/rust/examples/rendering/samplers/ambient.toml index aee65d0f49..8e2faffdcb 100644 --- a/guest/rust/examples/rendering/samplers/ambient.toml +++ b/guest/rust/examples/rendering/samplers/ambient.toml @@ -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" } diff --git a/guest/rust/examples/rendering/sun/ambient.toml b/guest/rust/examples/rendering/sun/ambient.toml index 7a1a488a3b..0b7e7029cc 100644 --- a/guest/rust/examples/rendering/sun/ambient.toml +++ b/guest/rust/examples/rendering/sun/ambient.toml @@ -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" } diff --git a/guest/rust/examples/rendering/transparency/ambient.toml b/guest/rust/examples/rendering/transparency/ambient.toml index 6f2e6b546f..0de22eba46 100644 --- a/guest/rust/examples/rendering/transparency/ambient.toml +++ b/guest/rust/examples/rendering/transparency/ambient.toml @@ -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" } diff --git a/guest/rust/packages/games/afps/ambient.toml b/guest/rust/packages/games/afps/ambient.toml index 8957efa950..103b9aabaa 100644 --- a/guest/rust/packages/games/afps/ambient.toml +++ b/guest/rust/packages/games/afps/ambient.toml @@ -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" } diff --git a/guest/rust/packages/games/afps/core/fpsaudio/ambient.toml b/guest/rust/packages/games/afps/core/fpsaudio/ambient.toml index a7ece8fd24..fd02b0ba1d 100644 --- a/guest/rust/packages/games/afps/core/fpsaudio/ambient.toml +++ b/guest/rust/packages/games/afps/core/fpsaudio/ambient.toml @@ -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" } diff --git a/guest/rust/packages/games/afps/core/fpsmodel/ambient.toml b/guest/rust/packages/games/afps/core/fpsmodel/ambient.toml index 69ee4a4303..6ad44cc279 100644 --- a/guest/rust/packages/games/afps/core/fpsmodel/ambient.toml +++ b/guest/rust/packages/games/afps/core/fpsmodel/ambient.toml @@ -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" } diff --git a/guest/rust/packages/games/afps/core/fpsmovement/ambient.toml b/guest/rust/packages/games/afps/core/fpsmovement/ambient.toml index 09981663e1..238f7d3796 100644 --- a/guest/rust/packages/games/afps/core/fpsmovement/ambient.toml +++ b/guest/rust/packages/games/afps/core/fpsmovement/ambient.toml @@ -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" } diff --git a/guest/rust/packages/games/afps/core/fpsrule/ambient.toml b/guest/rust/packages/games/afps/core/fpsrule/ambient.toml index f15c0346bd..85090709c3 100644 --- a/guest/rust/packages/games/afps/core/fpsrule/ambient.toml +++ b/guest/rust/packages/games/afps/core/fpsrule/ambient.toml @@ -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" } diff --git a/guest/rust/packages/games/afps/core/fpsui/ambient.toml b/guest/rust/packages/games/afps/core/fpsui/ambient.toml index 1069384d26..e4e52ef1d4 100644 --- a/guest/rust/packages/games/afps/core/fpsui/ambient.toml +++ b/guest/rust/packages/games/afps/core/fpsui/ambient.toml @@ -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" } diff --git a/guest/rust/packages/games/afps/mods/scene/ambient.toml b/guest/rust/packages/games/afps/mods/scene/ambient.toml index a3db515fbb..bb6a1ae7da 100644 --- a/guest/rust/packages/games/afps/mods/scene/ambient.toml +++ b/guest/rust/packages/games/afps/mods/scene/ambient.toml @@ -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" } diff --git a/guest/rust/packages/games/afps/mods/spraypaint/ambient.toml b/guest/rust/packages/games/afps/mods/spraypaint/ambient.toml index 2e9d874546..4dd46e78da 100644 --- a/guest/rust/packages/games/afps/mods/spraypaint/ambient.toml +++ b/guest/rust/packages/games/afps/mods/spraypaint/ambient.toml @@ -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" } diff --git a/guest/rust/packages/games/afps/mods/world_latency/ambient.toml b/guest/rust/packages/games/afps/mods/world_latency/ambient.toml index fa5b832b35..5ed631afe2 100644 --- a/guest/rust/packages/games/afps/mods/world_latency/ambient.toml +++ b/guest/rust/packages/games/afps/mods/world_latency/ambient.toml @@ -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" } diff --git a/guest/rust/packages/games/afps/mods/zombie/ambient.toml b/guest/rust/packages/games/afps/mods/zombie/ambient.toml index 28f63cb52c..ea423aeb76 100644 --- a/guest/rust/packages/games/afps/mods/zombie/ambient.toml +++ b/guest/rust/packages/games/afps/mods/zombie/ambient.toml @@ -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" } diff --git a/guest/rust/packages/games/afps/schema/ambient.toml b/guest/rust/packages/games/afps/schema/ambient.toml index 98db19051a..52b31bb0a1 100644 --- a/guest/rust/packages/games/afps/schema/ambient.toml +++ b/guest/rust/packages/games/afps/schema/ambient.toml @@ -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 = [ diff --git a/guest/rust/packages/games/minigolf/ambient.toml b/guest/rust/packages/games/minigolf/ambient.toml index 26389ecbe5..5e657a5d3a 100644 --- a/guest/rust/packages/games/minigolf/ambient.toml +++ b/guest/rust/packages/games/minigolf/ambient.toml @@ -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 = [ diff --git a/guest/rust/packages/games/tangent/ambient.toml b/guest/rust/packages/games/tangent/ambient.toml index 7aa876b340..1c7a79023d 100644 --- a/guest/rust/packages/games/tangent/ambient.toml +++ b/guest/rust/packages/games/tangent/ambient.toml @@ -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" } diff --git a/guest/rust/packages/games/tangent/core/ambient.toml b/guest/rust/packages/games/tangent/core/ambient.toml index cf64eb3b65..986a5148bb 100644 --- a/guest/rust/packages/games/tangent/core/ambient.toml +++ b/guest/rust/packages/games/tangent/core/ambient.toml @@ -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" } diff --git a/guest/rust/packages/games/tangent/mods/scene/ambient.toml b/guest/rust/packages/games/tangent/mods/scene/ambient.toml index e8305afaca..5a77ade64f 100644 --- a/guest/rust/packages/games/tangent/mods/scene/ambient.toml +++ b/guest/rust/packages/games/tangent/mods/scene/ambient.toml @@ -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" } diff --git a/guest/rust/packages/games/tictactoe/ambient.toml b/guest/rust/packages/games/tictactoe/ambient.toml index 4008c7bdc7..5edf97c635 100644 --- a/guest/rust/packages/games/tictactoe/ambient.toml +++ b/guest/rust/packages/games/tictactoe/ambient.toml @@ -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" } diff --git a/guest/rust/packages/std/character_animation/ambient.toml b/guest/rust/packages/std/character_animation/ambient.toml index f6847c1190..5f381a9937 100644 --- a/guest/rust/packages/std/character_animation/ambient.toml +++ b/guest/rust/packages/std/character_animation/ambient.toml @@ -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 = [ diff --git a/guest/rust/packages/std/character_movement/ambient.toml b/guest/rust/packages/std/character_movement/ambient.toml index 35afd3fee9..a03900e526 100644 --- a/guest/rust/packages/std/character_movement/ambient.toml +++ b/guest/rust/packages/std/character_movement/ambient.toml @@ -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" } diff --git a/guest/rust/packages/std/fps_controller/ambient.toml b/guest/rust/packages/std/fps_controller/ambient.toml index a65e2260a3..518d4d2bd4 100644 --- a/guest/rust/packages/std/fps_controller/ambient.toml +++ b/guest/rust/packages/std/fps_controller/ambient.toml @@ -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 = [ diff --git a/guest/rust/packages/tools/editor/ambient.toml b/guest/rust/packages/tools/editor/ambient.toml index e738225fc7..938acc57b7 100644 --- a/guest/rust/packages/tools/editor/ambient.toml +++ b/guest/rust/packages/tools/editor/ambient.toml @@ -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 diff --git a/guest/rust/packages/tools/package_manager/ambient.toml b/guest/rust/packages/tools/package_manager/ambient.toml index 1415c7bc88..65a3d98dd6 100644 --- a/guest/rust/packages/tools/package_manager/ambient.toml +++ b/guest/rust/packages/tools/package_manager/ambient.toml @@ -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" }