Skip to content

Commit

Permalink
WireSlot - shift fields removed
Browse files Browse the repository at this point in the history
  • Loading branch information
kdrzazga committed Dec 8, 2024
1 parent a24ef3c commit 36cc59b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions other/electrician/files/classdef.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ class Constants{
}

const WireSlot = Object.freeze({
EMPTY: {imageId: '', shift : 0},
WIRE_STRAIGHT: {imageId: 'wire-section', shift : 0},
WIRE_UP: {imageId: 'wire-section-up', shift : -30},
WIRE_DOWN: {imageId: 'wire-section-down', shift : 0},
EMPTY: {imageId: ''},
WIRE_STRAIGHT: {imageId: 'wire-section'},
WIRE_UP: {imageId: 'wire-section-up'},
WIRE_DOWN: {imageId: 'wire-section-down'},
});

class Floor {
Expand Down

0 comments on commit 36cc59b

Please sign in to comment.