We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d20f077 commit f557f95Copy full SHA for f557f95
2 files changed
package.json
@@ -16,6 +16,7 @@
16
},
17
"devDependencies": {
18
"typescript": "5.9.2",
19
+ "@bosix-packages/api": "0.1.0",
20
"npm-check-updates": "18.0.3"
21
22
"type": "module"
src/ts/levelpack/levelpack.ts
@@ -15,7 +15,7 @@
15
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-// TODO Dynamicly load information from file system
+// TODO Dynamically load information from BOSIX API instead of hardcoding
import {NamespacedKey} from "../common/namespacedKey";
import {MoveLevel} from "../common/move";
import {Collidable, CollidableCategory} from "../common/collidable";
0 commit comments