Poker: Fix asset references
This commit is contained in:
parent
f6e29ecfbc
commit
96ed3f540b
2 changed files with 2 additions and 2 deletions
BIN
images/sit.png
Normal file
BIN
images/sit.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue