Character Creator
Added the character creation page.
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 2.3 MiB |
+2
-2
@@ -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);
|
||||
Reference in New Issue
Block a user