Poker: Fix asset references

This commit is contained in:
nak 2026-03-19 02:59:48 +00:00
parent f6e29ecfbc
commit 96ed3f540b
2 changed files with 2 additions and 2 deletions

BIN
images/sit.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View file

@ -24,12 +24,12 @@ module.exports = {
// Seat pad entity appearance
POKER_SEAT_PAD: {
dimensions: { x: 0.6, y: 0.6, z: 0.01 },
imageURL: "https://wizards.cyou/poker/sit.png",
imageURL: "https://wizards.cyou/images/sit.png",
alpha: 0.7,
},
// Table mesh URL
POKER_TABLE_MODEL_URL: "https://wizards.cyou/poker/table.glb",
POKER_TABLE_MODEL_URL: "https://wizards.cyou/models/table.glb",
// API base URLs
API_BASE: "https://wizards.cyou/api",