Skip to content

Commit

Permalink
Updated Guts Man and Bubble Man with new sprite editor and size details.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianMarceau committed Feb 4, 2018
1 parent d45f6b8 commit 5cdb2e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion data/robots/mm1/guts-man.php
Expand Up @@ -5,7 +5,8 @@
'robot_game' => 'MM01',
'robot_name' => 'Guts Man',
'robot_token' => 'guts-man',
'robot_image_editor' => 412,
'robot_image_editor' => 3842,
'robot_image_size' => 80,
'robot_image_alts' => array(
array('token' => 'alt', 'name' => 'Guts Man (Blue Alt)', 'summons' => 100, 'colour' => 'water'),
array('token' => 'alt2', 'name' => 'Guts Man (Green Alt)', 'summons' => 200, 'colour' => 'nature'),
Expand Down
2 changes: 1 addition & 1 deletion data/robots/mm2/bubble-man.php
Expand Up @@ -5,7 +5,7 @@
'robot_game' => 'MM02',
'robot_name' => 'Bubble Man',
'robot_token' => 'bubble-man',
'robot_image_editor' => 412,
'robot_image_editor' => 3842,
'robot_image_alts' => array(
array('token' => 'alt', 'name' => 'Bubble Man (Blue Alt)', 'summons' => 100, 'colour' => 'water'),
array('token' => 'alt2', 'name' => 'Bubble Man (Red Alt)', 'summons' => 200, 'colour' => 'flame'),
Expand Down

0 comments on commit 5cdb2e1

Please sign in to comment.