Changes

Jump to navigation Jump to search
Line 3,376: Line 3,376:  
         mapHelper.PatchMap(
 
         mapHelper.PatchMap(
 
             this.Helper.Content.Load<Map>("assets/unlocked-gate.tmx"),
 
             this.Helper.Content.Load<Map>("assets/unlocked-gate.tmx"),
             targetArea: new Rectangle((int)tile.X - 1, (int)tile.Y - 1, 2, 2)
+
             targetArea: new Rectangle((int)point.X - 1, (int)point.Y - 1, 2, 2)
 
         );
 
         );
  
2

edits

Navigation menu