Commit 98cddab7 authored by chechunchi's avatar chechunchi

migrate card_slot.png

parent 5770aa3c
Pipeline #19798 failed with stages
in 3 minutes and 52 seconds
...@@ -103,7 +103,7 @@ const FixedSlot = (props: { ...@@ -103,7 +103,7 @@ const FixedSlot = (props: {
: new BABYLON.Texture( : new BABYLON.Texture(
`https://cdn02.moecube.com:444/images/ygopro-images-zh-CN/${props.state.occupant.id}.jpg` `https://cdn02.moecube.com:444/images/ygopro-images-zh-CN/${props.state.occupant.id}.jpg`
) )
: new BABYLON.Texture(`http://localhost:3030/images/card_slot.png`) : new BABYLON.Texture(`assets/card_slot.png`)
} }
alpha={props.state.occupant ? 1 : 0} alpha={props.state.occupant ? 1 : 0}
></standardMaterial> ></standardMaterial>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment