Skip to content

Commit

Permalink
Added theme and background, enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
srikant-code committed Jul 14, 2024
1 parent 9f30200 commit 6cbf86c
Show file tree
Hide file tree
Showing 7 changed files with 4,301 additions and 407 deletions.
39 changes: 38 additions & 1 deletion .deco/blocks/Sunset%20Glow.json
Original file line number Diff line number Diff line change
@@ -1 +1,38 @@
{"__resolveType":"site/sections/Theme/Theme.tsx","buttonStyle":{"--border-btn":"1px","--rounded-btn":"0.2rem","--btn-focus-scale":"0.95","--animation-btn":"0.25s"},"otherStyles":{"--rounded-box":"1rem","--rounded-badge":"1.9rem","--animation-input":"0.2s","--tab-border":"1px","--tab-radius":"0.5rem"},"mainColors":{"base-100":"#FFF7D2","primary":"#A73C5A","secondary":"#FFBC55","tertiary":"#FF9900","neutral":"#4F3000","success":"#008060","warning":"#FFC453","error":"#D82C0D","info":"#2E72D2"},"font":{"__resolveType":"website/loaders/fonts/googleFonts.ts","fonts":[{"variations":[],"family":"Special Elite"}]},"colorScheme":"any"}
{
"__resolveType": "site/sections/Theme/Theme.tsx",
"buttonStyle": {
"--border-btn": "1px",
"--rounded-btn": "0.2rem",
"--btn-focus-scale": "0.95",
"--animation-btn": "0.25s"
},
"otherStyles": {
"--rounded-box": "1rem",
"--rounded-badge": "1.9rem",
"--animation-input": "0.2s",
"--tab-border": "1px",
"--tab-radius": "0.5rem"
},
"mainColors": {
"base-100": "#FFF7D2",
"primary": "#A73C5A",
"secondary": "#FFBC55",
"tertiary": "#FF9900",
"neutral": "#4F3000",
"success": "#008060",
"warning": "#FFC453",
"error": "#D82C0D",
"info": "#2E72D2"
},
"font": {
"__resolveType": "website/loaders/fonts/googleFonts.ts",
"fonts": [
{
"variations": [],
"family": "Special Elite"
}
]
},
"colorScheme": "any",
"mode": "light"
}
8 changes: 5 additions & 3 deletions .deco/blocks/pages-404-480700.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"game": {},
"name": "<p>Yay! You found the Capy 🦫</p\n><p style=\"line-height: 8rem; font-size: 24px;\">Now help him find all the food it needs. </p>",
"heading": "<p>Yay! You found the Capy 🦫</p>",
"subText": "<p style=\"line-height: 1rem; font-size: 1rem;\">\n He has been hungry since this time.\n</p>\n<p style=\"line-height: 2rem; font-size: 1rem;\">\n Now help him navigate safely to his home :)\n</p>",
"subText": " <p style=\"line-height: 1rem; font-size: 1rem;\">\n He has been hungry since this time.\n </p>\n <p style=\"line-height: 2rem; font-size: 1rem;\">\n Now help him navigate safely to his home :)\n </p>",
"customizeAssets": {
"trex": {
"image": "https://ozksgdmyrqcxcwhnbepg.supabase.co/storage/v1/object/public/assets/11683/78d05b4c-680b-436e-a397-a1dbda2d6be7",
Expand All @@ -18,12 +18,14 @@
"image": "https://ozksgdmyrqcxcwhnbepg.supabase.co/storage/v1/object/public/assets/11683/78d05b4c-680b-436e-a397-a1dbda2d6be7"
},
"characterSprite2x": {
"image": "https://ozksgdmyrqcxcwhnbepg.supabase.co/storage/v1/object/public/assets/11683/4ae5657f-673c-4f78-92ee-90ea5e008b06"
"image": "https://ozksgdmyrqcxcwhnbepg.supabase.co/storage/v1/object/public/assets/11683/4ae5657f-673c-4f78-92ee-90ea5e008b06",
"alt": "hello"
}
},
"gameProperties": {
"acceleration": 0.003
}
},
"instructions": "Press 'Space' to jump your Capy and start the game."
}
],
"seo": {
Expand Down
2 changes: 1 addition & 1 deletion .deco/blocks/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"__resolveType": "site/apps/site.ts",
"firstByteThresholdMS": true,
"theme": {
"__resolveType": "Neutral"
"__resolveType": "Sunset Glow"
}
}
Loading

0 comments on commit 6cbf86c

Please sign in to comment.