Пример #1
0
 // --- Constructors ---
 public BorderSide(GameExt game)
 {
     color=	game.getColor("black");
     texture=	game.textures.get("white_background");
     texcoords=	null;
     size=	0;
 }