Skip to content

Commit

Permalink
Use old image names with "VariablesGame" prefix in AMA images. See ph…
Browse files Browse the repository at this point in the history
  • Loading branch information
Luisav1 committed Apr 2, 2024
1 parent 85ec107 commit ab536d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/screens/VariablesGameScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ import GameAreaScreenView from '../game/view/GameAreaScreenView.js';
class VariablesGameScreen extends Screen {

/**
* @param { LocalizedImageProperty } gameHomeScreenIconImageProperty
* @param { LocalizedImageProperty } variablesGameScreenIconImageProperty
* @param {Array<LocalizedImageProperty>} imageProperties
* @param {number[]} gameLevels
* @public
*/
constructor( gameHomeScreenIconImageProperty, imageProperties, gameLevels ) {
constructor( variablesGameScreenIconImageProperty, imageProperties, gameLevels ) {

const options = {
name: AreaModelCommonStrings.screen.gameStringProperty,
backgroundColorProperty: AreaModelCommonColors.backgroundProperty,
homeScreenIcon: new ScreenIcon( new Image( gameHomeScreenIconImageProperty ), {
homeScreenIcon: new ScreenIcon( new Image( variablesGameScreenIconImageProperty ), {
maxIconWidthProportion: 1,
maxIconHeightProportion: 1
} ),
Expand Down

0 comments on commit ab536d4

Please sign in to comment.