Skip to content

Commit 224a1c3

Browse files
committed
Fix package version merge conflicts
2 parents 6a7f44c + 83e8b75 commit 224a1c3

136 files changed

Lines changed: 2576 additions & 1400 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Vite App to GitHub Pages
22

33
on:
44
push:
5-
branches: ['main']
5+
branches: ['tmp_working']
66

77
# Allows you to run this workflow manually from the Actions tab
88
workflow_dispatch:

move_unused_files.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
move changebabylon.glTFFileLoader.js unused/
2+
move src/temp.html unused/
3+
move vite.config.ts.timestamp-1687982688799.mjs unused/
4+
move public/json/script.sh unused/

package-lock.json

Lines changed: 59 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"cross-env": "latest",
1717
"handlebars": "latest",
1818
"howler": "^2.2.4",
19-
"lil-gui": "^0.20.0",
20-
"pepjs": "latest"
19+
"pepjs": "^0.5.3"
2120
},
2221
"devDependencies": {
2322
"@babylonjs/inspector": "^7.0.0",

public/json/HUDhints.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,10 @@
5353
"desktop": "Drag around the door's handle to open it",
5454
"mobile": "Drag around the door's handle to open it",
5555
"xr": "Drag around the door's handle to open it."
56+
},
57+
"GAME_STATE_PICK_FIREEXTINGUISHER_NO_FIRE": {
58+
"desktop": "You probably shouldn't play with emergency equipment unless you really need it!",
59+
"mobile": "You probably shouldn't play with emergency equipment unless you really need it!",
60+
"xr": "You probably shouldn't play with emergency equipment unless you really need it!."
5661
}
5762
}

0 commit comments

Comments
 (0)