Character Creator

Added the character creation page.
This commit is contained in:
Marces Zastrow
2025-01-10 12:05:05 +01:00
parent b56b73754c
commit 9c45795e80
6 changed files with 385 additions and 344 deletions
+2 -2
View File
@@ -27,8 +27,8 @@ async function uploadImage(imagePath, gameId, userId) {
// Example usage:
// Replace these values with your actual gameId and userId
const gameId = 'eb82723d';
const gameId = 'd7997cfd';
const userId = '1';
const imagePath = './female-char.png';
const imagePath = './catiana.png';
uploadImage(imagePath, gameId, userId);