Skip to content

Commit 3562e1d

Browse files
committed
Rebrand to Fox2D Editor: update README, Discord branding, and feedback links
1 parent 0d46e17 commit 3562e1d

4 files changed

Lines changed: 19 additions & 11 deletions

File tree

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
scratch-gui modified for use in [TurboWarp](https://turbowarp.org/)
1+
# Fox2D Editor (TurboWarp Mod)
2+
3+
Fox2D Editor is a modified version of [TurboWarp](https://turbowarp.org/), which is itself a modification of [Scratch](https://scratch.mit.edu/).
4+
5+
**Website:** https://fox2d.com
6+
7+
## About This Project
8+
9+
This project is based on TurboWarp's scratch-gui, which compiles Scratch projects to JavaScript for significantly faster execution. Fox2D maintains compatibility with Scratch projects while providing custom features and branding.
10+
11+
**Project Lineage:**
12+
- Original: [Scratch](https://github.com/LLK/scratch-gui) (MIT/BSD-3-Clause)
13+
- Fork: [TurboWarp](https://github.com/TurboWarp/scratch-gui) (GPL-3.0)
14+
- This Project: Fox2D Editor (GPL-3.0)
15+
16+
---
217

318
## Setup
419

Lines changed: 1 addition & 1 deletion
Loading

src/components/menu-bar/menu-bar.jsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,14 +1025,7 @@ class MenuBar extends React.Component {
10251025
iconClassName={styles.feedbackButtonIcon}
10261026
iconSrc={discordIcon}
10271027
>
1028-
<FormattedMessage
1029-
defaultMessage="Feedback"
1030-
description="Button to give feedback in the menu bar"
1031-
id="tw.feedbackButton"
1032-
values={{
1033-
APP_NAME
1034-
}}
1035-
/>
1028+
Feedback
10361029
</Button>
10371030
</a>
10381031
</div>

src/playground/render-interface.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ const Footer = () => (
158158
</a>
159159
</div>
160160
<div className={styles.footerSection}>
161-
<a href="https://scratch.mit.edu/users/GarboMuffin/#comments">
161+
<a href="https://discord.com/invite/d2zbWQkHnG">
162162
<FormattedMessage
163163
defaultMessage="Feedback & Bugs"
164164
description="Link to feedback/bugs page"

0 commit comments

Comments
 (0)