mirror of
https://github.com/SleepingInsomniac/pixelfaucet
synced 2025-02-13 08:48:15 +01:00
Cleanup
This commit is contained in:
parent
95544d17aa
commit
926a345c9b
2 changed files with 1 additions and 3 deletions
|
@ -70,7 +70,6 @@ module PF
|
|||
clear(10, 10, 30)
|
||||
@balls.each do |ball|
|
||||
fill_shape(Shape.translate(ball.frame, translation: ball.position).map(&.to_i32), ball.color)
|
||||
# draw_circle(ball.position.to_i32, ball.radius.to_i32, Pixel.green)
|
||||
end
|
||||
draw_string("Balls: #{@balls.size}", 5, 5, Pixel::White)
|
||||
end
|
||||
|
|
|
@ -4,11 +4,10 @@ version: 0.0.7
|
|||
authors:
|
||||
- Alex Clink <alexclink@gmail.com>
|
||||
|
||||
crystal: 1.3.2
|
||||
crystal: 1.8.2
|
||||
|
||||
license: MIT
|
||||
|
||||
dependencies:
|
||||
sdl:
|
||||
github: SleepingInsomniac/sdl.cr
|
||||
version: 0.1.0
|
||||
|
|
Loading…
Add table
Reference in a new issue