public HashMap<String, IImage> images = new HashMap<String, IImage>();
//public HashMap<String, Animation> animations = new HashMap<String, Animation>();
public ViewInfo() {
for (int i = 0; i < 10; i++) {
staticImages.add(new ImageSlot());
cutImages.add(new ImageSections());
}
}