Skip to content

Commit 34f8d3e

Browse files
authored
Added core files
1 parent 8cb3f6f commit 34f8d3e

23 files changed

Lines changed: 249 additions & 0 deletions

File tree

index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
const { startCreating, buildSetup } = require("./src/main.js");
2+
3+
(() => {
4+
buildSetup();
5+
startCreating();
6+
})();

layers/Background/Black.png

2.37 KB
Loading

layers/Bottom lid/High.png

92.5 KB
Loading

layers/Bottom lid/Low.png

76.2 KB
Loading

layers/Bottom lid/Middle.png

99 KB
Loading

layers/Eye color/Cyan.png

47.7 KB
Loading

layers/Eye color/Green.png

47.7 KB
Loading

layers/Eye color/Pink.png

42.1 KB
Loading

layers/Eye color/Purple.png

47.7 KB
Loading

layers/Eye color/Red.png

45.5 KB
Loading

0 commit comments

Comments
 (0)