Updated sprites and pet logic

This commit is contained in:
2026-05-18 11:56:09 -07:00
parent 4cd0d8c589
commit abf39ce4b8
81 changed files with 658 additions and 50 deletions

View File

@@ -1,9 +1,12 @@
'use strict';
const cat = require('./cat');
const maple = require('./maple');
const PET_ASSETS = {
cat
cat: maple,
maple,
legacyCat: cat
};
function getPetAsset(type) {