Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…d fix build error

Fixes #50
  • Loading branch information
UnsignedArduino committed Jan 3, 2024
1 parent d3a4762 commit 814ffcd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions src/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -481,5 +481,13 @@
<url label="Demo">https://arcade.makecode.com/S25961-93672-24496-79526</url>
</links>
</extension>
<extension repo="riknoll/arcade-screen-transitions">
<description>Using some clever z-indexing, you're able to perform beautiful screen transitions between scenes! This adds a `Screen Transitions` category.</description>
<links>
<url label="GitHub repo" isPrimary="true">https://github.com/riknoll/arcade-screen-transitions</url>
<url label="Forum post">https://forum.makecode.com/t/extension-arcade-screen-transitions/23834?u=unsignedarduino</url>
<url label="Demo">https://arcade.makecode.com/S04393-06456-09228-87946</url>
</links>
</extension>
</extensionList>
</allExtensions>
4 changes: 2 additions & 2 deletions src/scripts/Utils/ParseOldExtensionsXML/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export { default } from "./parse";
export type { ExtensionList } from "./parse";
export type {
ExtensionList,
Extension,
Tool,
ExtensionRef,
ToolRef,
URLLink,
} from "./parse";
} from "../ParseListXML/types";

0 comments on commit 814ffcd

Please sign in to comment.