- Timestamp:
- Nov 2, 2018, 8:07:18 PM (6 years ago)
- Branches:
- master
- Children:
- 5d846bb
- Parents:
- 0b84f13
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/MapEditor.java
r0b84f13 r6d094e4 716 716 final int xMap = x / 40; 717 717 final int yMap = y / 40; 718 final ArrayList [] tiles = new ArrayList[9];718 final ArrayList<Tile>[] tiles = new ArrayList[9]; 719 719 final GroundType[] middle = this.getBreakdown(tile); 720 720 final GroundType[] breakdown = new GroundType[4];
Note:
See TracChangeset
for help on using the changeset viewer.