Hi,
Following Studio upgrade, I made a mistake as I overwrote the files you have changed before copy-paste them first.
I tried to find back all the changes you made from reversi example, but I can't figure out all of them.
The game seems to work properly, just the CSS which doesn't work so far as I get a raw html although I changed the CSS link from:
@import url(../csslayer.css);
to
@import url(../../../css/csslayer.css); like in the new reversi
And I changed my pictures links as well from:
background-image: url('../../img/reversi/board.jpg');
to
background-image: url('img/board.jpg');
Could you tell me please what are the rights links?
Thanks in advance for your help
Following Studio upgrade, I made a mistake as I overwrote the files you have changed before copy-paste them first.
I tried to find back all the changes you made from reversi example, but I can't figure out all of them.
The game seems to work properly, just the CSS which doesn't work so far as I get a raw html although I changed the CSS link from:
@import url(../csslayer.css);
to
@import url(../../../css/csslayer.css); like in the new reversi
And I changed my pictures links as well from:
background-image: url('../../img/reversi/board.jpg');
to
background-image: url('img/board.jpg');
Could you tell me please what are the rights links?
Thanks in advance for your help