Skip to content

Commit

Permalink
Merge pull request #3 from takaaptech/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
britzl committed Jan 28, 2019
2 parents 48b26b9 + 6174ed2 commit a7ea2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -79,7 +79,7 @@ Finally, add a line below `go.set_position(p)` to print the value of `p`:
function on_input(self, action_id, action)
if action_id == hash("up") then
local p = go.get_position()
p.y = p.y + 1
p.y = p.y + 5
go.set_position(p)
print(p)
elseif...
Expand Down

0 comments on commit a7ea2a3

Please sign in to comment.