Hey everyone,
I'm new to BGA Studio, so very sorry for this basic question. I've done a search, scanned through the first 10 pages of the forum and even Google the problem but couldn't turn up an answer.
Basically, I'm following the Reversi tutorial and embarrassingly can't seem to get the board to display at the very beginning steps of the tutorial.
I've made a new project called "tutorialdug" via the control panel.
I've edited tutorialdug_tutorialdug.tpl and added
right under the line that says "This is your game interface. You can edit this HTML in your ".tpl" file.".
I've edited tutorialdug.css and added
right under the line, "/********* You can start writing your CSS below this line: **********/".
I've got my ftp file sync'd and made sure that the changes to the files were reflected on the server. I've got my board.jpg uploaded into the /img folder.
However, when I start the game the board doesn't show up. I've refreshed the page multiple times and it doesn't show up.
I edited the .css file to display the page text in red, but I'm not seeing that change either; so it seems like tutorialDug.css is just being ignored?
I'm sure I'm doing something wrong here, but the steps seem so straight forward I can't see where I've gone wrong.
Thanks in advance for any help!
I'm new to BGA Studio, so very sorry for this basic question. I've done a search, scanned through the first 10 pages of the forum and even Google the problem but couldn't turn up an answer.
Basically, I'm following the Reversi tutorial and embarrassingly can't seem to get the board to display at the very beginning steps of the tutorial.
I've made a new project called "tutorialdug" via the control panel.
I've edited tutorialdug_tutorialdug.tpl and added
Code: Select all
<div id="board"></div>I've edited tutorialdug.css and added
Code: Select all
#board {
width: 536px;
height: 528px;
background-image: url('img/board.jpg');
}I've got my ftp file sync'd and made sure that the changes to the files were reflected on the server. I've got my board.jpg uploaded into the /img folder.
However, when I start the game the board doesn't show up. I've refreshed the page multiple times and it doesn't show up.
I edited the .css file to display the page text in red, but I'm not seeing that change either; so it seems like tutorialDug.css is just being ignored?
I'm sure I'm doing something wrong here, but the steps seem so straight forward I can't see where I've gone wrong.
Thanks in advance for any help!