Bandori Module update, add Hagumi sticker "Hooray!"
This commit is contained in:
parent
e3407768cc
commit
0e9240a8eb
BIN
sigIRCv2.jar
BIN
sigIRCv2.jar
Binary file not shown.
@ -91,6 +91,7 @@ public class BandoriModule extends Module{
|
|||||||
image_map.put("hina_nowwereboppin", new ImageScheme(stamp_collection2,22));
|
image_map.put("hina_nowwereboppin", new ImageScheme(stamp_collection2,22));
|
||||||
image_map.put("kokoro_what_a_great_idea", new ImageScheme(stamp_collection2,23));
|
image_map.put("kokoro_what_a_great_idea", new ImageScheme(stamp_collection2,23));
|
||||||
image_map.put("sayo_im_sorry", new ImageScheme(stamp_collection2,24));
|
image_map.put("sayo_im_sorry", new ImageScheme(stamp_collection2,24));
|
||||||
|
image_map.put("hagumi_hooray", new ImageScheme(stamp_collection2,25));
|
||||||
|
|
||||||
stamp_map.put("kasumi_gogo",Arrays.asList("gogo"));
|
stamp_map.put("kasumi_gogo",Arrays.asList("gogo"));
|
||||||
stamp_map.put("tae_letsplay",Arrays.asList("playtogether","wanttoplay","multilive","letsplay"));
|
stamp_map.put("tae_letsplay",Arrays.asList("playtogether","wanttoplay","multilive","letsplay"));
|
||||||
@ -140,8 +141,9 @@ public class BandoriModule extends Module{
|
|||||||
stamp_map.put("hina_nowwereboppin",Arrays.asList("bop","nowwere","zap"));
|
stamp_map.put("hina_nowwereboppin",Arrays.asList("bop","nowwere","zap"));
|
||||||
stamp_map.put("kokoro_what_a_great_idea",Arrays.asList("greatidea","goodidea","greatthinking","goodthinking"));
|
stamp_map.put("kokoro_what_a_great_idea",Arrays.asList("greatidea","goodidea","greatthinking","goodthinking"));
|
||||||
stamp_map.put("sayo_im_sorry",Arrays.asList("sorry","gomen","apologize","somethingwrong","forgive"));
|
stamp_map.put("sayo_im_sorry",Arrays.asList("sorry","gomen","apologize","somethingwrong","forgive"));
|
||||||
|
stamp_map.put("hagumi_hooray",Arrays.asList("hooray","hiphip","whoo","yahoo"));
|
||||||
|
|
||||||
/*for (String s : image_map.keySet()) {
|
for (String s : image_map.keySet()) {
|
||||||
ImageScheme scheme = image_map.get(s);
|
ImageScheme scheme = image_map.get(s);
|
||||||
try {
|
try {
|
||||||
BufferedImage img = crop(scheme.base,scheme.stamp_index%6*270+4, scheme.stamp_index/6*223+3, 258, 214);
|
BufferedImage img = crop(scheme.base,scheme.stamp_index%6*270+4, scheme.stamp_index/6*223+3, 258, 214);
|
||||||
@ -149,7 +151,7 @@ public class BandoriModule extends Module{
|
|||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
}*/
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public BufferedImage crop(BufferedImage img, int x, int y, int targetWidth, int targetHeight) throws IOException {
|
public BufferedImage crop(BufferedImage img, int x, int y, int targetWidth, int targetHeight) throws IOException {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user