Loreinator / Shuffle-Move

Program to help choose moves in the Pokemon Shuffle puzzle game
GNU General Public License v3.0
95 stars 18 forks source link

Add a new Brush: Freeze #46

Closed Loreinator closed 8 years ago

Loreinator commented 9 years ago

Add a new icon "freeze" to transform a pokemon into a frozen pokemon.

From the survey monkey results of Shuffle Move General Survey 1

Basic idea:

Needed:

  1. Translations for "Freezer" toggle option
  2. Image for the paint icon
  3. Time to implement and test
Loreinator commented 9 years ago

Note about the image: It must be a 128x128 lossless *.png image with transparent whitespace.

Loreinator commented 8 years ago
  1. Translation not needed, just add the "frozen" box to the team editor for it to be added.
  2. Image is the frozen mask, to keep it simple. If there is a push for a replacement then that can easily be done.
  3. ... Minimal once planned properly.

It should be its own "Special" species like wood and air, but handled in a unique way: It will have inverted icons to air & frozen air, to demonstrate its effect. It will also apply to put its affect on the whole board when its keybind is pressed. Otherwise it is handled like a normal team species paint.

Loreinator commented 8 years ago

OK! The feature is done, and the behaviour is as follows:

1) Add it via the Team Editor menu. You can't remove it from the button on the main window though - at least not for now. 2) When selected, it will apply the opposite freeze effect from the 'frozen' selection in the main window. 3) You can also use the fill-grid feature when selected to set the frozen state for ALL tiles in the grid simultaneously.

Note: This is just the initial implementation, and pending feedback it could change significantly.