Skip to content

Commit

Permalink
Merge branch 'master' into feature/2024-rule
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrobo committed Mar 10, 2024
2 parents 5ff0851 + 8ddb7cf commit 912a1fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rcj-scoring",
"version": "24.0.0-beta.6",
"version": "24.0.0-beta.7",
"copyright": "2016-2024 RCJ-CMS Development Team",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion views/maze_view_field.pug
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ html(ng-app="ddApp")
div(ng-repeat='z in range(height) track by $index', style='display: inline-block;width:100%;')
div(style='clear:both;')#mapTopLeft
#wrapTile(style='transform-origin: top left;')
table.map#mapTable
table.map.mx-auto#mapTable
tbody
tr(ng-repeat='r in range(2*length + 1)')
td.cell(ng-repeat='c in range(2*width + 1)', ng-class="{'tile': $odd && $parent.$odd, 'wall': cells[c+','+r+','+z].isWall, 'checkpoint': cells[c+','+r+','+z].tile.checkpoint, 'black': cells[c+','+r+','+z].tile.black, 'blue': cells[c+','+r+','+z].tile.blue, 'linear': cells[c+','+r+','+z].isLinear}", ng-click='cellClick(c, r, z, $odd != $parent.$odd, $odd && $parent.$odd)', ng-style="wallColor(c,r,z,0)")
Expand Down

0 comments on commit 912a1fa

Please sign in to comment.