Skip to content

Commit a7c4b82

Browse files
committed
minor fix
1 parent ae18005 commit a7c4b82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

games/dominion/game.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ chapel = add_cards(10, 'chapel.jpg');
112112
councilroom = add_cards(10, 'councilroom.jpg');
113113
feast = add_cards(10, 'feast.jpg');
114114
festival = add_cards(10, 'festival.jpg');
115-
gardens = add_cards(10, 'gardens.jpg');
116115
laboratory = add_cards(10, 'laboratory.jpg');
117116
library = add_cards(10, 'library.jpg');
118117
market = add_cards(10, 'market.jpg');
@@ -134,6 +133,7 @@ copper = add_cards(60, 'copper2.jpg');
134133
silver = add_cards(40, 'silver2.jpg');
135134
gold = add_cards(30, 'gold2.jpg');
136135

136+
gardens = add_cards(10, 'gardens.jpg');
137137
estate = add_cards(24, 'estate.jpg');
138138
duchy = add_cards(12, 'duchy.jpg');
139139
province = add_cards(12, 'province.jpg');
@@ -143,7 +143,7 @@ curse = add_cards(30, 'curse.jpg');
143143
///////////////
144144
// AVATARS
145145
//////////////
146-
board.new_piece_scale = 3;
146+
board.new_avatar_scale = 3;
147147
board.new_piece_rotates_with_canvas = false;
148148
board.new_piece_physical_shape = 'inner_circle';
149149
board.add_avatars();

0 commit comments

Comments
 (0)