diff --git a/README.md b/README.md index 827bb77..f0ebc61 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,13 @@ -# ⚠️ NOTICE - -# AS REQUESTED BY THE DEVELOPERS OF THE GAME, I TOOK DOWN THE ONLINE EDITOR AND I'M NOT GOING TO UPDATE IT ANY MORE, THE CODE WILL BE AVAILABLE FOR ANYONE TO MANTAIN/FORK. - # Deep Rock Galactic Save Editor [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) -![DRG Version](https://img.shields.io/badge/DRG%20Version-1.37-yellow.svg?style=flat) -![DRG Season](https://img.shields.io/badge/DRG%20Season-3-blue.svg?style=flat) -![Saves Edited](https://img.shields.io/badge/dynamic/json?label=Saves%20Edited&query=%24.value&url=https%3A%2F%2Fapi.countapi.xyz%2Fget%2Fmrmarble.dev%2F687428ff-75a5-4b0f-a760-6556b55dbb64) +![DRG Version](https://img.shields.io/badge/DRG%20Version-1.38-yellow.svg?style=flat) +![DRG Season](https://img.shields.io/badge/DRG%20Season-4-blue.svg?style=flat) -Online save editor for deep rock galactic game. [Try it out!](https://mrmarble.dev/drg-editor/) +Online save editor for deep rock galactic game. > ⚠️ ALWAYS BACKUP YOUR SAVE FILE! -> + ## Work in progress Current features: @@ -23,21 +18,14 @@ Current features: - Edit perk points - ~Edit weapon overclocks~ (broken again :rolling_eyes:) -Planned features (hopefully :wink:): - -- cosmetic overclocks -- Unlock cosmetics - ## Offline! This editor runs fully on your browser, your save file never leaves your computer ## Usage - https://user-images.githubusercontent.com/4268580/211190848-7409cc91-3876-44d0-a66c-518a4efc3724.mp4 - ## Snapshots ![](assets/first.png) diff --git a/public/assets/scrip.png b/public/assets/scrip.png new file mode 100644 index 0000000..f44a871 Binary files /dev/null and b/public/assets/scrip.png differ diff --git a/public/assets/season04.webp b/public/assets/season04.webp new file mode 100644 index 0000000..78b67dc Binary files /dev/null and b/public/assets/season04.webp differ diff --git a/src/components/githubLink/githubLink.tsx b/src/components/githubLink/githubLink.tsx index 013a5f3..93ae790 100644 --- a/src/components/githubLink/githubLink.tsx +++ b/src/components/githubLink/githubLink.tsx @@ -3,7 +3,7 @@ import { FaGithub } from 'react-icons/fa'; function GithubLink(): ReactElement { const url = 'https://github.com/MrMarble/drg-editor'; - const name = '/MrMarble/drg-editor'; + const name = 'original repo /MrMarble/drg-editor'; return (
diff --git a/src/components/layout/__tests__/__snapshots__/layout.spec.tsx.snap b/src/components/layout/__tests__/__snapshots__/layout.spec.tsx.snap index e45baa3..ab3697a 100644 --- a/src/components/layout/__tests__/__snapshots__/layout.spec.tsx.snap +++ b/src/components/layout/__tests__/__snapshots__/layout.spec.tsx.snap @@ -47,7 +47,7 @@ exports[`Layout > should render correctly 1`] = ` - /MrMarble/drg-editor + original repo /MrMarble/drg-editor
diff --git a/src/index.css b/src/index.css index 47ee434..1c24313 100644 --- a/src/index.css +++ b/src/index.css @@ -90,3 +90,7 @@ body { src: url('/assets/fonts/dangerflight.ttf') format('truetype'); } } + +.season-logo { + height: 47px; +} diff --git a/src/views/editor/seasons/season/season.tsx b/src/views/editor/seasons/season/season.tsx index 93697df..7992b54 100644 --- a/src/views/editor/seasons/season/season.tsx +++ b/src/views/editor/seasons/season/season.tsx @@ -35,8 +35,8 @@ function Season({ season }: Properties): ReactElement { onChange={onXpChange} /> should render 1`] = ` /> season logo diff --git a/src/views/home/__tests__/__snapshots__/homeView.tsx.snap b/src/views/home/__tests__/__snapshots__/homeView.tsx.snap index ddb87b0..07b0a20 100644 --- a/src/views/home/__tests__/__snapshots__/homeView.tsx.snap +++ b/src/views/home/__tests__/__snapshots__/homeView.tsx.snap @@ -24,9 +24,9 @@ exports[`HomeView > should render 1`] = ` /> season logo @@ -110,7 +110,7 @@ exports[`HomeView > should render 1`] = ` - /MrMarble/drg-editor + original repo /MrMarble/drg-editor diff --git a/src/views/home/homeView.tsx b/src/views/home/homeView.tsx index 8b5f4f5..ce5cec1 100644 --- a/src/views/home/homeView.tsx +++ b/src/views/home/homeView.tsx @@ -13,11 +13,11 @@ export function HomeView(): ReactElement { height={47} /> season logo