This commit is contained in:
Alex Clink 2023-06-11 17:47:47 -04:00
parent 95544d17aa
commit 926a345c9b
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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