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