Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ r6maps.com is designed to be a quick reference for Rainbow Six Siege maps. Plea

### Dependencies
- [npm/Nodejs](https://www.npmjs.com/get-npm)
+ [UglifyJS3](https://www.npmjs.com/package/uglifyjs) for cli (Try `npm install uglify-js -g`)
- [Ruby](https://www.ruby-lang.org/en/)
+ [gem](https://rubygems.org/pages/download)
+ sass (`gem install sass`)

To check the dependencies, just type `uglifyjs` or `scss`. If the program waits for input, your dependencies are installed correctly. (`uglifyjs` might already be installed from `npm install`, see below).
To check the dependencies, just type `scss`. If the program waits for input, your dependencies are installed correctly.

### Building and running
- Install npm and install packages: `npm install`
Expand Down
2 changes: 1 addition & 1 deletion dev/js/main/main.map-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ var R6MMainData = (function(R6MLangTerms, undefined){
{ floor: 1, top: -99, left: -305, rotate: 90, size: DRONE_MED },
{ floor: 1, top: -392, left: -188, rotate: 0, size: DRONE_MED },
{ floor: 1, top: -391, left: 158, rotate: 0, size: DRONE_MED },
{ floor: 1, top: -253, left: 262, rotate: 0, size: DRONE_MED },
{ floor: 1, top: -253, left: 220, rotate: 0, size: DRONE_MED },
{ floor: 1, top: -215, left: 108, rotate: 90, size: DRONE_SMALL },
{ floor: 1, top: -103, left: 330, rotate: 0, size: 39 },
{ floor: 1, top: -83, left: 331, rotate: 90, size: 58 }
Expand Down
Loading