rofltim 1.0.1 → 1.0.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/rofltim.rb +5 -3
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c22122b7116d4f0589203bb44147036fd805cd68b34748d0e38dd99a308934a8
|
|
4
|
+
data.tar.gz: b1167e6c7d4fb0680790d892c8f162df5fa961a240c2524ee51893150a2fc41d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 942e2d9565fa814f62576b2823ed38113ddad9211c6751cb7880df396a599c5ae278c976a60a3af8082ad7b906aa9a9c3008b4fda726c1cbe56d2c319f85c22d
|
|
7
|
+
data.tar.gz: 425e0af9b82e914f36a7d4a9715da8aa160d89340a5941fb76295169c4b4104349a5f49b537386c35735a0b05b955bbe906647ff570965ee5e1737e61c86df61
|
data/lib/rofltim.rb
CHANGED
|
@@ -389,7 +389,7 @@ class Blood < Struct.new(:x, :y)
|
|
|
389
389
|
def width; 2 end
|
|
390
390
|
def x; super + 2 end
|
|
391
391
|
def pixel x, y, rx, ry, ticks
|
|
392
|
-
Pixel.new ":",
|
|
392
|
+
Pixel.new ":", 112, 34
|
|
393
393
|
end
|
|
394
394
|
end
|
|
395
395
|
|
|
@@ -421,11 +421,13 @@ class GameOverBanner
|
|
|
421
421
|
def x; 28 end
|
|
422
422
|
def y; 14 end
|
|
423
423
|
def width; 28 end
|
|
424
|
-
def height;
|
|
424
|
+
def height; 5 end
|
|
425
425
|
def template
|
|
426
426
|
[
|
|
427
427
|
' ',
|
|
428
|
-
'
|
|
428
|
+
' ♥ ♥ ',
|
|
429
|
+
' ♥ YOU LEFT :( ♥ ',
|
|
430
|
+
' ♥ ♥ ',
|
|
429
431
|
' ',
|
|
430
432
|
]
|
|
431
433
|
end
|
metadata
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rofltim
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paul Annesley
|
|
8
8
|
- Dennis Hotson
|
|
9
|
-
autorequire:
|
|
9
|
+
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
date: 2022-07-28 00:00:00.000000000 Z
|
|
@@ -25,7 +25,7 @@ files:
|
|
|
25
25
|
homepage: https://github.com/pda/roflbalt
|
|
26
26
|
licenses: []
|
|
27
27
|
metadata: {}
|
|
28
|
-
post_install_message:
|
|
28
|
+
post_install_message:
|
|
29
29
|
rdoc_options: []
|
|
30
30
|
require_paths:
|
|
31
31
|
- lib
|
|
@@ -40,8 +40,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
40
40
|
- !ruby/object:Gem::Version
|
|
41
41
|
version: '0'
|
|
42
42
|
requirements: []
|
|
43
|
-
rubygems_version: 3.
|
|
44
|
-
signing_key:
|
|
43
|
+
rubygems_version: 3.3.7
|
|
44
|
+
signing_key:
|
|
45
45
|
specification_version: 4
|
|
46
46
|
summary: Canabalt-inspired ASCII side-scroller for your terminal, with ANSI color!
|
|
47
47
|
test_files: []
|