gosu_more_drawables 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/gosu_more_drawables/draw_arc.rb +1 -1
- data/lib/gosu_more_drawables/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 74a75ccf5685a09e60a3770b65d483798dae6de4fc9d72151998aea4beaaca8d
|
|
4
|
+
data.tar.gz: 3d01976e87bd33939f11ba98cc0b47a08eaec99b5d61f421586de87d5e64851b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 415de6b8102e9bd01d2a0a6dfeab3c4d012418d223c4ec00d6703cce758c852a091bcbaefd97881ce4366e7a71015f34d5f0a93314571d780b7bbfb86844b1b9
|
|
7
|
+
data.tar.gz: 80459c97c1c4558b988e06be9feb9c1a94b0764f5606471c6e0573fccc52b668b1abd50c83f062703abeace41cb195169bb517c38feaa38bdb1aebeeb864a81e
|
|
@@ -22,7 +22,7 @@ module Gosu
|
|
|
22
22
|
# @param x X position.
|
|
23
23
|
# @param y Y position.
|
|
24
24
|
# @param radius radius of arc, in pixels.
|
|
25
|
-
# @param percentage how complete the segment is,
|
|
25
|
+
# @param percentage how complete the segment is, _0.0_ is 0% and _1.0_ is 100%.
|
|
26
26
|
# @param segments how many segments for arc, more will appear smoother, less will appear jagged.
|
|
27
27
|
# @param thickness how thick arc will be.
|
|
28
28
|
# @param color [Gosu::Color, Array<Gosu::Color, Gosu::Color>, Hash{from: start_color, to: end_color}] color or colors to draw the arc with.
|