Skip to content

Commit 9d65f64

Browse files
authored
Update main.chai
1 parent c4784f0 commit 9d65f64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.chai

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ global gameTickTime = 0.1f
77
def conf(t) {
88
t.window.width = blockSize * boardSize
99
t.window.height = blockSize * boardSize
10+
t.version = "0.17.0"
1011
}
1112

1213
def newWorld(fill) {
@@ -95,4 +96,4 @@ def update(delta) {
9596
}
9697

9798
world = newStateWorld
98-
}
99+
}

0 commit comments

Comments
 (0)