Skip to content

Commit

Permalink
Add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
silas-hw committed Sep 7, 2024
1 parent 5965902 commit 0639395
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/assets/scngame.tiled-session
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
5,
6
],
"scale": 0.75,
"selectedLayer": 5,
"scale": 4,
"selectedLayer": 4,
"viewCenter": {
"x": 1066.6666666666665,
"y": 398.66666666666674
"x": 840,
"y": 232.75
}
},
"tilemaps/untitled.tmx": {
Expand Down
1 change: 1 addition & 0 deletions src/core/src/com/mygdx/scngame/map/MapObjectLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ private void parseObjectLayer(MapLayer layer) {
}
}

// TODO: decompose object loading of classes into their own methods
private void parseMapObject(MapObject obj, float offsetX, float offsetY) {
MapProperties properties = obj.getProperties();

Expand Down

0 comments on commit 0639395

Please sign in to comment.