gosu 0.8.7 → 0.8.7.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/gosu/preview.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff6adeccce85be408b669d90b56e7da37c42de6a
|
4
|
+
data.tar.gz: cb86ca10ec9fc827e3359acf3b66d511c9957e70
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 336e55d074c1cf6a6ce01321c2307f1283240b6910a19586afde723c79ae4713bb24dad3080fa2fdbb05b03f6088f078ad0fd8d1e437b79891532d4fddbbc705
|
7
|
+
data.tar.gz: 608d77a129fe536541d45ddc4bc47c2a0ea6e82dd1f36583275753413032038b4870f32b34ac6fdc987874725224f2ab48382885d26d6f02388ac9277f09a3ee
|
data/lib/gosu/preview.rb
CHANGED
@@ -109,7 +109,7 @@ module Gosu
|
|
109
109
|
$window.draw_quad *args
|
110
110
|
end
|
111
111
|
|
112
|
-
def self.draw_rect x, y, width, height, color = 0xffffffff, z, mode = :default
|
112
|
+
def self.draw_rect x, y, width, height, color = 0xffffffff, z = 0, mode = :default
|
113
113
|
$window.draw_quad x, y, color, x + width, y, color, x, y + height, color, x + width, y + height, color, z, mode
|
114
114
|
end
|
115
115
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gosu
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.7
|
4
|
+
version: 0.8.7.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Julian Raschke
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-01-
|
11
|
+
date: 2015-01-19 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: |2
|
14
14
|
2D game development library.
|