Skip to content

Commit

Permalink
fix wrong cube
Browse files Browse the repository at this point in the history
  • Loading branch information
PieterVdc committed Dec 31, 2023
1 parent da20363 commit de03196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Autoload/Cube.gd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ enum {
NONE = 5
}
const ownedCube = {
"FloorMarker" : [192,193,194,195,199,198,455,462,49],
"FloorMarker" : [192,193,194,195,199,198,455,462,469],
"WallMarker" : [67, 68, 69, 70, 71, 448,454,463,470],
"PortalMarker" : [382,422,423,424,426,425,452,461,468],
"HeartMarker" : [382,422,423,424,426,425,452,461,468],
Expand Down

0 comments on commit de03196

Please sign in to comment.