Hashtag-helpfindgabby / final-game

0 stars 1 forks source link

Size #1

Closed GMazzeo closed 10 years ago

GMazzeo commented 10 years ago

No matter what parameters are assigned to the size of the background, it is stuck in the same square shape and will not change. For example, it will not change to the size of the background picture even if the size was set as "background.width, background.height." It appears to us that we have taken all the correct measures in making the screen the size of the background picture and are not sure what the issue is.

GMazzeo commented 10 years ago

For this, we found the issue was a simple mistake -- after declaring that the size was "background.width, background.height," we then declared the size as "500, 500" which overrode what we actually wanted the size to be.