Skip to content

Commit

Permalink
feat: modify readme and bump detect-collisions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacek Piętal committed Mar 23, 2024
1 parent e832e61 commit e40dadf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ set of classes to better organize 2d game development

```bash
[Drawing: "pixi.js"]
├──[Physics: "collision-detection"]
└──[1x Scene: "Scene1"]
├──[1x Physics: "collision-detection"]
├──[1x Prefab: "Level1"]
│ ├──[100x Sprite: "TileSprite"]
│ └──[30x PolygonBody: "TileCollider"]
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@jacekpietal/oneforall",
"description": "set of classes to better organize 2d game development",
"version": "5.0.7",
"version": "5.0.8",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"update": "ncu -u && yarn add typescript@^4 -D",
"start": "chef-express docs",
"lint": "yarn tslint 'src/**/*.ts' --fix",
"test": "jest --silent --verbose --forceExit",
Expand All @@ -29,7 +30,7 @@
},
"dependencies": {
"@jacekpietal/dependency-injection": "^1.4.0",
"detect-collisions": "^9.4.3",
"detect-collisions": "^9.4.4",
"latermom": "^2.0.1",
"pixi-shim": "^2.5.0",
"pixi.js": "^8",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2066,10 +2066,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015"
integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==

detect-collisions@^9.4.3:
version "9.4.3"
resolved "https://registry.yarnpkg.com/detect-collisions/-/detect-collisions-9.4.3.tgz#1a0852f1361d223294b510574b0fbe332eb8ec39"
integrity sha512-tCH4mU6ROBqqM8Ttt/KDabUQxANlERu4EJoR0DWefBf8XvPKUaFlaJPgnwLprto2x9kQC34N6dGHSQGdlQGM8A==
detect-collisions@^9.4.4:
version "9.4.4"
resolved "https://registry.yarnpkg.com/detect-collisions/-/detect-collisions-9.4.4.tgz#eb784b432189e8e33e11bdd6bb0c7421fe2fbdd0"
integrity sha512-1TeABhhYOENxHj9WhZc5PpI3k3bvI0IRmJhg609GqiyaG0lESh/YYb2CwCM96LlTShuofdVvKwx/lsqF6t4n7g==
dependencies:
"@types/rbush" "^3.0.3"
"@types/sat" "^0.0.35"
Expand Down

0 comments on commit e40dadf

Please sign in to comment.