We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3192a18 commit ce01058Copy full SHA for ce01058
example/src/things/duck.rb
@@ -16,6 +16,7 @@ def act(elapsed)
16
17
if keyboard.released? :space
18
puts "Quack!"
19
+ space.color = rand, rand, rand
20
end
21
22
0 commit comments