Skip to content

Commit

Permalink
Use the new asset for rope, see #310
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Oct 3, 2024
1 parent bda628e commit 1a51900
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified images/rope.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/rope_png.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/netforce/view/NetForceScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ class NetForceScreenView extends ScreenView {
// create and add the rope node as an image
const SVG_WIDTH = 1130.2;
const PRIOR_SCALE = 0.78;
const PNG_WIDTH = 2800;
const PNG_WIDTH = 2356;
this.ropeImageNode = new Image( rope_png, {

// Exactly match the dimensions of the prior SVG image
Expand Down

0 comments on commit 1a51900

Please sign in to comment.