From 6576d277f3cb7a02d990f28db5503e0e8c134622 Mon Sep 17 00:00:00 2001 From: Deploy Bot Date: Fri, 23 Jan 2026 22:41:44 +0000 Subject: [PATCH] Changed all text on the home page to lowercase - updated navigation links in App.vue and all content in TheWelcome.vue including headings and descriptions --- src/App.vue | 6 +++--- src/components/TheWelcome.vue | 40 +++++++++++++++++------------------ 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/src/App.vue b/src/App.vue index 9aac346..1105ada 100644 --- a/src/App.vue +++ b/src/App.vue @@ -9,8 +9,8 @@ import HelloWorld from './components/HelloWorld.vue' @@ -86,4 +86,4 @@ nav a:first-of-type { - + \ No newline at end of file diff --git a/src/components/TheWelcome.vue b/src/components/TheWelcome.vue index 092092b..f087952 100644 --- a/src/components/TheWelcome.vue +++ b/src/components/TheWelcome.vue @@ -12,10 +12,10 @@ import SupportIcon from './icons/IconSupport.vue' - + - Toon Pets is a virtual pet game for smartphones, built with Godot 4. Players care for a virtual - pet that lives inside a spherical enclosure on their device. The pet evolves based on what food + toon pets is a virtual pet game for smartphones, built with godot 4. players care for a virtual + pet that lives inside a spherical enclosure on their device. the pet evolves based on what food it eats, developing a unique personality shaped by how it's been cared for. @@ -23,11 +23,11 @@ import SupportIcon from './icons/IconSupport.vue' - + - The game takes place inside a spherical enclosure — the pet's private world contained within - your smartphone. The pet walks along the interior surface in a closed loop, creating a cozy, - intimate space. The sphere's appearance changes based on the pet's evolution, and customization + the game takes place inside a spherical enclosure — the pet's private world contained within + your smartphone. the pet walks along the interior surface in a closed loop, creating a cozy, + intimate space. the sphere's appearance changes based on the pet's evolution, and customization emerges through partnership: the pet curates options, and you choose from what they offer. @@ -35,11 +35,11 @@ import SupportIcon from './icons/IconSupport.vue' - + - Feed your pet meat, fruit, or sweets to guide their evolution across three stages, resulting in - 17 possible forms. Each evolution unlocks new weapon types for combat (up to 4 of 6 total) and - changes the sphere's visual environment. No single player can access everything — working + feed your pet meat, fruit, or sweets to guide their evolution across three stages, resulting in + 17 possible forms. each evolution unlocks new weapon types for combat (up to 4 of 6 total) and + changes the sphere's visual environment. no single player can access everything — working together with others fills in the gaps. @@ -47,11 +47,11 @@ import SupportIcon from './icons/IconSupport.vue' - + - Connect with nearby players automatically to battle enemies together in turn-based combat. Link - with friends so your pets remember each other across sessions. Send your pet to visit a friend's - sphere — they'll return with stories, items, and a stronger bond. Two pets can even co-habitate + connect with nearby players automatically to battle enemies together in turn-based combat. link + with friends so your pets remember each other across sessions. send your pet to visit a friend's + sphere — they'll return with stories, items, and a stronger bond. two pets can even co-habitate temporarily, playing and napping together on your screen. @@ -59,11 +59,11 @@ import SupportIcon from './icons/IconSupport.vue' - + - Toon Pets embraces imperfection and transience. Your pet's "suboptimal" evolution path isn't - worse — it's yours, shaped by your choices. Visits end, moments are fleeting, and no player - collects everything. The game finds beauty in incompleteness, with lived-in spaces that feel + toon pets embraces imperfection and transience. your pet's "suboptimal" evolution path isn't + worse — it's yours, shaped by your choices. visits end, moments are fleeting, and no player + collects everything. the game finds beauty in incompleteness, with lived-in spaces that feel grown rather than constructed. - + \ No newline at end of file -- 2.30.2