Skip to content

Commit

Permalink
chore(package): update arx-level-generator version
Browse files Browse the repository at this point in the history
  • Loading branch information
meszaros-lajos-gyorgy committed Sep 25, 2024
1 parent 96972e0 commit 54b738d
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 28 deletions.
1 change: 1 addition & 0 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ calculateLighting=true

# possible modes for lighting calculation:
# - "Danae"
# - "Fredlllll"
# default value is "Danae"
lightingCalculatorMode=Danae

Expand Down
50 changes: 25 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"homepage": "https://github.com/meszaros-lajos-gyorgy/arx-map-lalees-minigame#readme",
"dependencies": {
"arx-convert": "^10.0.1",
"arx-level-generator": "21.0.0-alpha.11",
"arx-convert": "^10.1.1",
"arx-level-generator": "21.0.0-alpha.19",
"three": "^0.167.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const settings = new Settings()

const map = new ArxMap()
map.config.offset = new Vector3(6000, 0, 6000)
map.player.position.adjustToPlayerHeight().add(new Vector3(1300, 0, -900))
map.player.position.add(new Vector3(1300, 0, -900))
map.player.orientation.y += MathUtils.degToRad(13)
map.player.withScript()
map.player.script?.properties.push(new Speed(1.3))
Expand Down

0 comments on commit 54b738d

Please sign in to comment.