コード例 #1
0
 public static void Initialize()
 {
     playerHud   = TextureManager.GetTexure("PlayerBar");
     itemRocks   = TextureManager.GetTexure("Rocks");
     singlePixel = TextureManager.GetTexure("singlePixel");
 }