Skip to content

Commit f557f95

Browse files
committed
First steps to adding BOSIX API.
1 parent d20f077 commit f557f95

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"typescript": "5.9.2",
19+
"@bosix-packages/api": "0.1.0",
1920
"npm-check-updates": "18.0.3"
2021
},
2122
"type": "module"

src/ts/levelpack/levelpack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* You should have received a copy of the GNU Affero General Public License
1616
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1717
*/
18-
// TODO Dynamicly load information from file system
18+
// TODO Dynamically load information from BOSIX API instead of hardcoding
1919
import {NamespacedKey} from "../common/namespacedKey";
2020
import {MoveLevel} from "../common/move";
2121
import {Collidable, CollidableCategory} from "../common/collidable";

0 commit comments

Comments
 (0)