Skip to content

Commit

Permalink
feat(afps): update deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
philpax committed Aug 28, 2023
1 parent c9773db commit f997249
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 30 deletions.
26 changes: 13 additions & 13 deletions guest/rust/packages/games/afps/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ version = "0.0.1"
content = { type = "Playable" }

[dependencies]
fpsanim = { path = "core/fpsanim", deployment = "3pO6xadmclGmTTh08levUh" }
fpsaudio = { path = "core/fpsaudio", deployment = "3IqX6JSaSSmCuaac70BckC" }
fpsmodel = { path = "core/fpsmodel", deployment = "7U98XM7CtQ2QpITO2RFQQe" }
fpsmovement = { path = "core/fpsmovement", deployment = "13l6lSsYPkVr79Q82xV6JN" }
fpsrule = { path = "core/fpsrule", deployment = "1patnc85J842j56MwHLXop" }
fpsui = { path = "core/fpsui", deployment = "450GKqDcepkwu0TIp7OJ7F" }
fpsanim = { path = "core/fpsanim", deployment = "2Uoroi4HEQryYFWYoiS2Vj" }
fpsaudio = { path = "core/fpsaudio", deployment = "3aoHgcBSQxtdJ7I4Jp8kxA" }
fpsmodel = { path = "core/fpsmodel", deployment = "1vMjLianoxjaePV3uFxuj9" }
fpsmovement = { path = "core/fpsmovement", deployment = "4QxkI9fkGXKtqZjssvslf8" }
fpsrule = { path = "core/fpsrule", deployment = "7RcLL7sYFviERHV3CNmB8o" }
fpsui = { path = "core/fpsui", deployment = "2xxqHso8gxW3KQGDBACsWB" }

console = { path = "../../tools/console", deployment = "4hWuolrrYB5Zs36v3R5UUS" }
package_manager = { path = "../../tools/package_manager", deployment = "5KX6t1FvnVteuHhKv3e9Nl" }
editor = { path = "../../tools/editor", deployment = "1CMD7U0yMZRfoDSdFkRpIm" }
console = { path = "../../tools/console", deployment = "trbC1rXB2qYYZGO88Wjd9" }
package_manager = { path = "../../tools/package_manager", deployment = "7NehM8M9g5okvqXPBHo6W2" }
editor = { path = "../../tools/editor", deployment = "3AA6BQhiNBCpv1S5vgy5r0" }

scene = { path = "mods/scene", deployment = "5JJOdL2iNeqRN2H6t7kF9v" }
spraypaint = { path = "mods/spraypaint", deployment = "5Bttw68mMmCMb1c3bVbCT8" }
zombie = { path = "mods/zombie", deployment = "1j0bEnOPE6UAuOrepbqjoN" }
world_latency = { path = "mods/world_latency", deployment = "KUyEZswMSSxqny6oHAxoh" }
scene = { path = "mods/scene", deployment = "6CRqtvZzKQHRY9gFIjiJR8" }
spraypaint = { path = "mods/spraypaint", deployment = "3dZN3cbpGugszia3JUOxuQ" }
zombie = { path = "mods/zombie", deployment = "4YMZgweiWBePs0YlfbDyY4" }
world_latency = { path = "mods/world_latency", deployment = "1x2oPezlekqlumAJQWmmBB" }
2 changes: 1 addition & 1 deletion guest/rust/packages/games/afps/core/fpsanim/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ player_anim_blend = { type = { type = "Vec", element_type = "EntityId" }, attrib
] }

[dependencies]
afps_schema = { path = "../../schema", deployment = "WhGPQCuWdq1pWfgex1fVp" }
afps_schema = { path = "../../schema", deployment = "6dBBvJYqt6gK6XBs3xLk5W" }
2 changes: 1 addition & 1 deletion guest/rust/packages/games/afps/core/fpsaudio/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", audio = true, code = true }

[dependencies]
afps_schema = { path = "../../schema", deployment = "WhGPQCuWdq1pWfgex1fVp" }
afps_schema = { path = "../../schema", deployment = "6dBBvJYqt6gK6XBs3xLk5W" }
2 changes: 1 addition & 1 deletion guest/rust/packages/games/afps/core/fpsmodel/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 = "WhGPQCuWdq1pWfgex1fVp" }
afps_schema = { path = "../../schema", deployment = "6dBBvJYqt6gK6XBs3xLk5W" }
6 changes: 3 additions & 3 deletions guest/rust/packages/games/afps/core/fpsmovement/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ version = "0.0.1"
content = { type = "Asset", code = true }

[dependencies]
afps_schema = { path = "../../schema", deployment = "WhGPQCuWdq1pWfgex1fVp" }
input_schema = { path = "../../../../schemas/input", deployment = "2MvnveXZBFzrDo9Q3dLwm3" }
editor_schema = { path = "../../../../schemas/editor", deployment = "1KkjuBC12H8bGdGeIjronN" }
afps_schema = { path = "../../schema", deployment = "6dBBvJYqt6gK6XBs3xLk5W" }
input_schema = { path = "../../../../schemas/input", deployment = "4WE7vnMopbVMDXBAFtJaCu" }
editor_schema = { path = "../../../../schemas/editor", deployment = "2rrxN25pNfwOJnQXsygSd1" }
2 changes: 1 addition & 1 deletion guest/rust/packages/games/afps/core/fpsrule/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]
afps_schema = { path = "../../schema", deployment = "WhGPQCuWdq1pWfgex1fVp" }
afps_schema = { path = "../../schema", deployment = "6dBBvJYqt6gK6XBs3xLk5W" }
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]
input_schema = { path = "../../../../schemas/input", deployment = "2MvnveXZBFzrDo9Q3dLwm3" }
afps_schema = { path = "../../schema", deployment = "WhGPQCuWdq1pWfgex1fVp" }
input_schema = { path = "../../../../schemas/input", deployment = "4WE7vnMopbVMDXBAFtJaCu" }
afps_schema = { path = "../../schema", deployment = "6dBBvJYqt6gK6XBs3xLk5W" }
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 = "WhGPQCuWdq1pWfgex1fVp" }
afps_schema = { path = "../../schema", deployment = "6dBBvJYqt6gK6XBs3xLk5W" }
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ dir = "Vec3"
source = "EntityId"

[dependencies]
afps_schema = { path = "../../schema", deployment = "WhGPQCuWdq1pWfgex1fVp" }
afps_schema = { path = "../../schema", deployment = "6dBBvJYqt6gK6XBs3xLk5W" }
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 = "WhGPQCuWdq1pWfgex1fVp" }
afps_schema = { path = "../../schema", deployment = "6dBBvJYqt6gK6XBs3xLk5W" }
2 changes: 1 addition & 1 deletion guest/rust/packages/games/afps/mods/zombie/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ zombie_model_ref = { type = "EntityId", attributes = [
id = "EntityId"

[dependencies]
afps_schema = { path = "../../schema", deployment = "WhGPQCuWdq1pWfgex1fVp" }
afps_schema = { path = "../../schema", deployment = "6dBBvJYqt6gK6XBs3xLk5W" }
2 changes: 1 addition & 1 deletion guest/rust/packages/tools/console/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ ty = "U8"
is_server = "Bool"

[dependencies]
input_schema = { path = "../../schemas/input", deployment = "2MvnveXZBFzrDo9Q3dLwm3" }
input_schema = { path = "../../schemas/input", deployment = "4WE7vnMopbVMDXBAFtJaCu" }
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 = "1KkjuBC12H8bGdGeIjronN" }
editor_schema = { path = "../../schemas/editor" , deployment = "2rrxN25pNfwOJnQXsygSd1" }

[components]
# Player components
Expand Down
4 changes: 2 additions & 2 deletions guest/rust/packages/tools/package_manager/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ id = "EntityId"
url = "String"

[dependencies]
input_schema = { path = "../../schemas/input", deployment = "2MvnveXZBFzrDo9Q3dLwm3" }
editor_schema = { path = "../../schemas/editor" , deployment = "1KkjuBC12H8bGdGeIjronN" }
input_schema = { path = "../../schemas/input", deployment = "4WE7vnMopbVMDXBAFtJaCu" }
editor_schema = { path = "../../schemas/editor" , deployment = "2rrxN25pNfwOJnQXsygSd1" }

0 comments on commit f997249

Please sign in to comment.