projects
/
life-pd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40c65b4
)
Increase universe size
author
JC
<dev@jacobcasper.com>
Mon, 31 Jul 2023 03:22:00 +0000
(22:22 -0500)
committer
JC
<dev@jacobcasper.com>
Mon, 31 Jul 2023 03:22:00 +0000
(22:22 -0500)
Cells now nicely tile across the entire screen!
source/main.lua
patch
|
blob
|
blame
|
history
diff --git
a/source/main.lua
b/source/main.lua
index
7394e3a
..
481a0eb
100644
(file)
--- a/
source/main.lua
+++ b/
source/main.lua
@@
-1,8
+1,8
@@
local pd <const> = playdate
local gfx <const> = playdate.graphics
-local WIDTH <const> = 2
4
-local HEIGHT <const> = 1
4
+local WIDTH <const> = 2
5
+local HEIGHT <const> = 1
5
local CELL_SIZE <const> = 16
--- refresh / generation rate during runtime