Moved Assets to Subdir, Migrated some old commands
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user