Skip to content

Commit ab2e31c

Browse files
authored
Merge pull request #36 from ShadowDara/web2
Web2
2 parents 70bff79 + da68b1a commit ab2e31c

4 files changed

Lines changed: 24 additions & 26 deletions

File tree

web/app/(site)/packages/page.tsx

Lines changed: 18 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -13,35 +13,30 @@ const packages = [
1313
description: "Core framework for building lightweight webgames.",
1414
link: "https://npmjs.com/package/samengine",
1515
},
16-
// {
17-
// name: "samengine-ui",
18-
// description: "UI components for building in-game interfaces.",
19-
// link: "https://npmjs.com/package/samengine-ui",
20-
// },
21-
// {
22-
// name: "samengine-physics",
23-
// description: "Simple physics system for 2D webgames.",
24-
// link: "https://npmjs.com/package/samengine-physics",
25-
// },
26-
// {
27-
// name: "samengine-audio",
28-
// description: "Audio manager for music and sound effects.",
29-
// link: "https://npmjs.com/package/samengine-audio",
30-
// },
31-
{
32-
name: "samengine-build",
33-
description: "The own buildtool for samengine.",
34-
link: "https://npmjs.com/package/samengine-build",
35-
},
3616
{
3717
name: "samengine-cli",
3818
description: "Some CLI tools which should with the Game Making Process. (The Package is in Progress)",
3919
link: "https://npmjs.com/package/samengine-build",
4020
},
4121
{
42-
name: "@shadowdara/samtool",
43-
description: "The new CLI Tool for samengine. (The Package is in Progress) and written in Rust for speed!",
44-
link: "https://npmjs.com/package/@shadowdara/samtool",
22+
name: "@shadowdara/seg",
23+
description: "The new CLI Tool for samengine. Written in Rust for speed!",
24+
link: "https://npmjs.com/package/@shadowdara/seg",
25+
},
26+
{
27+
name: "automatic-md-index",
28+
description: "Automatically generate a table of contents from headings in Markdown files.",
29+
link: "https://npmjs.com/package/automatic-md-index",
30+
},
31+
{
32+
name: "canvasinput-ts",
33+
description: "This project is a TypeScript port of the original CanvasInput library by James Simpson (GoldFire Studios).",
34+
link: "https://npmjs.com/package/canvasinput-ts",
35+
},
36+
{
37+
name: "create-samengine-project",
38+
description: "the project creator for samengine",
39+
link: "https://npmjs.com/package/create-samengine-project",
4540
},
4641
];
4742

web/bun.lock

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const nextConfig: NextConfig = {
1616
];
1717
},
1818

19-
output: "export",
19+
// output: "export",
2020
};
2121

2222
export default nextConfig;

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"rehype-highlight": "^7.0.2",
2525
"rehype-slug": "^6.0.0",
2626
"remark-gfm": "^4.0.1",
27-
"samengine": "^1.9.1",
27+
"samengine": "1.9.1",
2828
"sugar-high": "^0.6.0"
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)