예제 #1
0
 public ToolbarItem(ToolbarItemType type, Cursor cursor)
 {
     _cursor = cursor;
     _type = type;
     LoadTexture(type);
 }
예제 #2
0
파일: Game1.cs 프로젝트: steffan88/Bevelle
 private void LoadCursor()
 {
     _cursor = new Cursor();
     _cursor.Load(Content);
 }