shuttlecrossing
0/0 Germ
Posts: 18
Favorite Card: Deadbridge Chant
Favorite Set: Rise of the Eldrazi
|
Post by shuttlecrossing on Feb 26, 2024 21:40:56 GMT
Drop down not showing images. Instead, the text of the choice appears.
(This is for a landscape card)
In the Game file:
card field: type: choice name: FIELDNAME multi line: false description: Field choice: 1 choice: 2 choice: 3 choice: 4 choice: 5 choice images: 1: Image-1.png 2: Image-2.png 3: Image-3.png 4: Image-4.png 5: Image-5.png
& in the card style code: FIELDNAME: top: 42 left: 342 height: 28 width: 28 z index: 3 render style: image choice images: 1: Image-1.png 2: Image-2.png 3: Image-3.png 4: Image-4.png 5: Image-5.png
|
|
shuttlecrossing
0/0 Germ
Posts: 18
Favorite Card: Deadbridge Chant
Favorite Set: Rise of the Eldrazi
|
Post by shuttlecrossing on Feb 26, 2024 22:47:42 GMT
SOLVED.
I was missing an indent, lol
Needs to work like this:
choice images: 1: Image-1.png 2: Image-2.png 3: Image-3.png 4: Image-4.png 5: Image-5.png
|
|