-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
754fe03
commit e55b17b
Showing
509 changed files
with
3,180 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import { TabsList, TabsTrigger } from '@/components/ui/tabs'; | ||
import { cn } from '@/lib/utils'; | ||
import React from 'react'; | ||
|
||
export const TabsTriggerTransparent = React.forwardRef< | ||
React.ElementRef<typeof TabsTrigger>, | ||
React.ComponentPropsWithoutRef<typeof TabsTrigger> | ||
>(({ className, ...props }, ref) => ( | ||
<TabsTrigger | ||
ref={ref} | ||
className={cn('data-[state=active]:bg-slate-300 dark:data-[state=active]:bg-slate-800', className)} | ||
{...props} | ||
/> | ||
)); | ||
|
||
export const TabsListTransparent = React.forwardRef< | ||
React.ElementRef<typeof TabsList>, | ||
React.ComponentPropsWithoutRef<typeof TabsList> | ||
>(({ className, ...props }, ref) => <TabsList ref={ref} className={cn('bg-transparent', className)} {...props} />); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
/** @type {import('prettier').Config & import('prettier-plugin-tailwindcss').options} */ | ||
const config = { | ||
trailingComma: 'all', | ||
tabWidth: 4, | ||
printWidth: 120, | ||
semi: true, | ||
singleQuote: true, | ||
plugins: ['prettier-plugin-tailwindcss'], | ||
} | ||
trailingComma: 'all', | ||
tabWidth: 4, | ||
printWidth: 120, | ||
semi: true, | ||
singleQuote: true, | ||
plugins: ['prettier-plugin-tailwindcss'], | ||
tailwindFunctions: ['cn'], | ||
tailwindAttributes: ['iconClassName', 'textClassName'], | ||
}; | ||
|
||
export default config | ||
export default config; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.33 KB
public/ingame-sprites/achievement/achievement__0007_stag_quest_complete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.29 KB
public/ingame-sprites/achievement/achievement__0008_stag_stations_half.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.4 KB
public/ingame-sprites/achievement/achievement__0009_quirrel_lake_sit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.58 KB
...ic/ingame-sprites/achievement/achievement__0010_grey_mourner_quest_complete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.26 KB
public/ingame-sprites/achievement/achievement__0011_bretta_quest_complete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+7.75 KB
public/ingame-sprites/achievement/achievement__0012_nailsmith_love.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+7.89 KB
public/ingame-sprites/achievement/achievement__0013_nailsmith_death.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.01 KB
public/ingame-sprites/achievement/achievement__0014_dream_witch_quest_end.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+11.4 KB
public/ingame-sprites/achievement/achievement__0016_heart_01 #1997909.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+10.1 KB
public/ingame-sprites/achievement/achievement__0027_dream-nail-upgraded.png
Oops, something went wrong.
Binary file added
BIN
+9.22 KB
public/ingame-sprites/achievement/achievement__0028_dream-nail-01.png
Oops, something went wrong.
Binary file added
BIN
+7.57 KB
public/ingame-sprites/achievement/achievement__0029_broken_shell_dream.png
Oops, something went wrong.
Binary file added
BIN
+7.35 KB
public/ingame-sprites/achievement/achievement__0030_mage_lord_dream.png
Oops, something went wrong.
Binary file added
BIN
+7.64 KB
public/ingame-sprites/achievement/achievement__0031_false_knight_dream.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+9.5 KB
public/ingame-sprites/achievement/achievement__0033_charm_01 #1997543.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+33.3 KB
public/ingame-sprites/achievement/achievement_false_knight #1997295.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+8.83 KB
public/ingame-sprites/achievement/achievement_gg__0000__pure_vessel.png
Oops, something went wrong.
Binary file added
BIN
+8.3 KB
public/ingame-sprites/achievement/achievement_gg__0001__nailmasters.png
Oops, something went wrong.
Binary file added
BIN
+7.74 KB
public/ingame-sprites/achievement/achievement_gg__0002__paintmaster.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+7.52 KB
public/ingame-sprites/achievement/achievement_icons__0000_broken-shell.png
Oops, something went wrong.
Binary file added
BIN
+6.99 KB
public/ingame-sprites/achievement/achievement_icons__0001_dung-defender.png
Oops, something went wrong.
Binary file added
BIN
+7.67 KB
public/ingame-sprites/achievement/achievement_icons__0002_mage-lord.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+8.58 KB
public/ingame-sprites/achievement/achievement_icons__0004_mantis-lords.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+7.79 KB
public/ingame-sprites/achievement/achievement_icons__0007_collector.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+11.4 KB
public/ingame-sprites/achievement/achievement_steel_soul_100_complete.png
Oops, something went wrong.
Binary file added
BIN
+12.5 KB
public/ingame-sprites/achievement/achievement_steel_soul_complete.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+92 Bytes
public/ingame-sprites/bestiary/bestiary_0060_centipede_hatcher_s.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+92 Bytes
public/ingame-sprites/bestiary/bestiary_0085_zombie_miner_crystal.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+7.57 KB
public/ingame-sprites/bestiary/bestiary__0000_grimm_nightmare_boss_portrait.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+6.48 KB
public/ingame-sprites/bestiary/bestiary__0001_grimm_boss_portrait.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+7.2 KB
public/ingame-sprites/bestiary/bestiary__0002_grimmkin_tall_portrait.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+6.31 KB
public/ingame-sprites/bestiary/bestiary__0003_grimmkin_fat_portrait.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+6.39 KB
public/ingame-sprites/bestiary/bestiary__0004_grimmkin_little_portrait.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+13.2 KB
public/ingame-sprites/bestiary/bestiary_colosseum_armoured_mosquito_f.png
Oops, something went wrong.
Binary file added
BIN
+5.74 KB
public/ingame-sprites/bestiary/bestiary_colosseum_armoured_mosquito_s.png
Oops, something went wrong.
Binary file added
BIN
+6.22 KB
public/ingame-sprites/bestiary/bestiary_colosseum_armoured_roller_f.png
Oops, something went wrong.
Binary file added
BIN
+5.16 KB
public/ingame-sprites/bestiary/bestiary_colosseum_armoured_roller_s.png
Oops, something went wrong.
Binary file added
BIN
+6.59 KB
public/ingame-sprites/bestiary/bestiary_colosseum_flying_gladiator.png
Oops, something went wrong.
Binary file added
BIN
+32.9 KB
public/ingame-sprites/bestiary/bestiary_colosseum_flying_gladiator_f.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+25.9 KB
public/ingame-sprites/bestiary/bestiary_colosseum_shield_gladiator_f.png
Oops, something went wrong.
Binary file added
BIN
+6.62 KB
public/ingame-sprites/bestiary/bestiary_colosseum_shield_gladiator_s.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+6.25 KB
public/ingame-sprites/bestiary/bestiary_colosseum_worm_gladiator_s.png
Oops, something went wrong.
Binary file added
BIN
+837 Bytes
public/ingame-sprites/bestiary/bestiary_completion_icons_0000_first.png
Oops, something went wrong.
Binary file added
BIN
+940 Bytes
public/ingame-sprites/bestiary/bestiary_completion_icons_0001_full.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.