Skip to content

Commit

Permalink
Clean up & add vehicle viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix committed Sep 6, 2024
1 parent 531d733 commit 843298d
Show file tree
Hide file tree
Showing 11 changed files with 65 additions and 3,843 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
build/
release/
node_modules/
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Live Ride Measurements - OpenRCT2 Plugin 🎢

![Example GIF](example.gif)
Binary file added example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 0 additions & 16 deletions package-lock.json

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

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc && rollup -c",
"watch": "tsc-watch --onSuccess 'rollup -c'"
},
"keywords": [],
Expand All @@ -17,8 +18,5 @@
"eslint": "^7.21.0",
"rollup": "^2.40.0",
"tsc-watch": "^4.2.9"
},
"dependencies": {
"big-integer": "^1.6.48"
}
}
Loading

0 comments on commit 843298d

Please sign in to comment.