Skip to content

Commit 385d405

Browse files
committed
cliff: Fixed comment typo.
1 parent d3a654f commit 385d405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/games/cliff/game.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ local function setup_scene_manager()
9090
end
9191

9292
-- Cliff Hanger only draws "characters" to a grid on the screen. It could not
93-
-- draw outside the grid (one character filled a cell, you couldn't draw
93+
-- draw outside the grid: one character filled a cell, you couldn't draw
9494
-- in the middle to straddle two cells, which means you could not position
9595
-- anything by pixel position if it didn't align to the grid. Think of it
9696
-- as a fancy text terminal.

0 commit comments

Comments
 (0)