Moved Assets to Subdir, Migrated some old commands

This commit is contained in:
2026-04-06 21:27:16 +02:00
parent 5e8fb7e729
commit 2691653132
25 changed files with 263 additions and 162 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ module.exports = {
// Draw Initial Image
const background = await loadImage(
path.join(__dirname, '../assets/bdbanner.png')
path.join(__dirname, '../assets/Event_Birthday/bdbanner.png')
);
let x = 0;
let y = 0;
+1 -1
View File
@@ -36,7 +36,7 @@ module.exports = {
// Draw Initial Image
const background = await loadImage(
path.join(__dirname, '../assets/background.png')
path.join(__dirname, '../assets/Event_MemberJoin/background.png')
);
let x = 0;
let y = 0;