Post by arako on Jun 14, 2019 0:43:59 GMT
Edit: managed to fix it, not sure exactly what I did, but I managed to alter something to make it work
So I'm working on a template for my own little card game for fun, having lots of fun learning through that but I'm running into a problem that I cannot seem to resolve so now I'm posting it here to see if smarter heads then me can help me resolve what feels like an eldritch bug in the codes that refuses to die.
so it is a simple choice list that designates which of the card frames but for some reason I cannot figure out, Clockwork, Ifusion and Tfusion does not show up as options on the choice list when I click the card, while the remaining six shows up perfectly fine, I've made sure the names of the png files are correct in capitalization and spacing, made sure the pictures are in the right folder and even tried to break the working options to see if it would help me understand why the others might not be showing up but I couldnt even do that, messing up the file name just made the option pictureless but still an option and changing the option name just changed the name in the option dropdown
So I'm working on a template for my own little card game for fun, having lots of fun learning through that but I'm running into a problem that I cannot seem to resolve so now I'm posting it here to see if smarter heads then me can help me resolve what feels like an eldritch bug in the codes that refuses to die.
so it is a simple choice list that designates which of the card frames but for some reason I cannot figure out, Clockwork, Ifusion and Tfusion does not show up as options on the choice list when I click the card, while the remaining six shows up perfectly fine, I've made sure the names of the png files are correct in capitalization and spacing, made sure the pictures are in the right folder and even tried to break the working options to see if it would help me understand why the others might not be showing up but I couldnt even do that, messing up the file name just made the option pictureless but still an option and changing the option name just changed the name in the option dropdown
card_types:
left: 0
top: 0
width: 570
height: 812
z index: -2
popup style: in place
render style: image
choice images:
Normal: Jigan Basic Creature template small.png
Vanilla: Jigan Vanilla Creature template small.png
Fusion: Jigan Fusion Creature template small.png
Ritual: Jigan Ritual Creature template small.png
Clockwork: Jigan Clockwork Creature template small.png
Invoke: Jigan Invoke template small.png
Ifusion: Jigan Invoke Fusion template small.png
Trick: Jigan Trick template small.png
Tfusion: Jigan Trick Fusion template small.png