Skip to content

Commit f05d866

Browse files
committed
Migrate next batch of GameFoundryStudio tool pages to root Tools path - PR_26152_046-root-tools-pages-batch-migration
1 parent 58575d5 commit f05d866

23 files changed

Lines changed: 312 additions & 630 deletions

GameFoundryStudio/assets/js/gamefoundry-partials.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@
7373
const rootPageRoutes = new Set([
7474
"tools",
7575
"ai-assistant",
76+
"animation-studio", "asset-studio", "code-studio", "input-studio", "midi-studio",
77+
"object-vector-studio", "palette-manager", "particle-studio", "sound-studio", "storage-inspector",
7678
"about", "vision", "mission", "roadmap", "release-notes",
7779
"account", "account-profile", "account-preferences", "account-security",
7880
"admin", "admin-site-settings", "admin-branding", "admin-themes", "admin-design-system", "admin-controls",

GameFoundryStudio/assets/js/tools-page-accordions.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
tools: [
1414
{
1515
title: "Asset Studio",
16-
href: "tools/asset-studio.html",
16+
href: "../tools/asset-studio.html",
1717
image: "assets/images/tools/asset-studio.png",
1818
description: "Create sprites, animations, vectors and palettes.",
1919
role: "Pixel Smith",
@@ -27,7 +27,7 @@
2727
tools: [
2828
{
2929
title: "Object Vector Studio",
30-
href: "tools/object-vector-studio.html",
30+
href: "../tools/object-vector-studio.html",
3131
image: "assets/images/tools/object-vector-studio.png",
3232
description: "Create object-ready vector assets and reusable scene pieces.",
3333
role: "Pixel Smith",
@@ -50,7 +50,7 @@
5050
tools: [
5151
{
5252
title: "Palette Manager",
53-
href: "tools/palette-manager.html",
53+
href: "../tools/palette-manager.html",
5454
image: "assets/images/tools/palette-manager.png",
5555
description: "Craft and manage color palettes for your games.",
5656
role: "Pixel Smith",
@@ -106,7 +106,7 @@
106106
tools: [
107107
{
108108
title: "Animation Studio",
109-
href: "tools/animation-studio.html",
109+
href: "../tools/animation-studio.html",
110110
image: "assets/images/tools/animation-studio.png",
111111
description: "Create timing, animation states, and motion workflows.",
112112
role: "Spark",
@@ -115,7 +115,7 @@
115115
},
116116
{
117117
title: "Particle Studio",
118-
href: "tools/particle-studio.html",
118+
href: "../tools/particle-studio.html",
119119
image: "assets/images/tools/particle-studio.png",
120120
description: "Author visual effects, emitters, and particle looks.",
121121
role: "Spark",
@@ -129,7 +129,7 @@
129129
tools: [
130130
{
131131
title: "MIDI Studio",
132-
href: "tools/midi-studio.html",
132+
href: "../tools/midi-studio.html",
133133
image: "assets/images/tools/midi-studio.png",
134134
description: "Build MIDI-driven audio and music interaction flows.",
135135
role: "Foundry Bot",
@@ -138,7 +138,7 @@
138138
},
139139
{
140140
title: "Sound Studio",
141-
href: "tools/sound-studio.html",
141+
href: "../tools/sound-studio.html",
142142
image: "assets/images/tools/sound-studio.png",
143143
description: "Prepare audio, sound effects, and game sound workflows.",
144144
role: "Foundry Bot",
@@ -166,7 +166,7 @@
166166
tools: [
167167
{
168168
title: "Code Studio",
169-
href: "tools/code-studio.html",
169+
href: "../tools/code-studio.html",
170170
image: "assets/images/tools/code-studio.png",
171171
description: "Write code, extend systems and build custom logic.",
172172
role: "Foundry Bot",
@@ -175,7 +175,7 @@
175175
},
176176
{
177177
title: "Input Studio",
178-
href: "tools/input-studio.html",
178+
href: "../tools/input-studio.html",
179179
image: "assets/images/tools/input-studio.png",
180180
description: "Map player controls and configure input workflows.",
181181
role: "Foundry Bot",
@@ -231,7 +231,7 @@
231231
tools: [
232232
{
233233
title: "Storage Inspector",
234-
href: "tools/storage-inspector.html",
234+
href: "../tools/storage-inspector.html",
235235
image: "assets/images/tools/storage-inspector.png",
236236
description: "Inspect local storage, saved state, and tool data.",
237237
role: "Foundry Bot",

GameFoundryStudio/tools/animation-studio.html

Lines changed: 0 additions & 62 deletions
This file was deleted.

GameFoundryStudio/tools/asset-studio.html

Lines changed: 0 additions & 62 deletions
This file was deleted.

GameFoundryStudio/tools/code-studio.html

Lines changed: 0 additions & 62 deletions
This file was deleted.

GameFoundryStudio/tools/input-studio.html

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)