Browse Source

Grid now provided by background

master
Macoy Madson 3 years ago
parent
commit
6370bd5cb1
  1. BIN
      assets/Board.xcf
  2. BIN
      data/Board.bmp
  3. 2
      src/Main.cake

BIN
assets/Board.xcf

Binary file not shown.

BIN
data/Board.bmp

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 MiB

After

Width:  |  Height:  |  Size: 9.6 MiB

2
src/Main.cake

@ -721,7 +721,7 @@ Rush Hour database from Michael Fogleman.\n\n")
;; 166 166))
;; (SDL_RenderCopy renderer pieces-texture (addr src-rect) (addr dest-rect)))
(scope ;; Draw grid
(ignore ;; Draw grid
(var row int 0)
(while (< row g-game-board-grid-size)
(var column int 0)

Loading…
Cancel
Save