gosu 0.7.7-mswin32 → 0.7.7.1-mswin32
Sign up to get free protection for your applications and to get access to all the features.
- data/examples/media/Beep.wav +0 -0
- data/examples/media/CptnRuby Gem.png +0 -0
- data/examples/media/CptnRuby Map.txt +25 -0
- data/examples/media/CptnRuby Tileset.png +0 -0
- data/examples/media/CptnRuby.png +0 -0
- data/examples/media/Earth.png +0 -0
- data/examples/media/Explosion.wav +0 -0
- data/examples/media/LargeStar.png +0 -0
- data/examples/media/Sky.jpg +0 -0
- data/examples/media/Smoke.png +0 -0
- data/examples/media/Soldier.png +0 -0
- data/examples/media/Space.png +0 -0
- data/examples/media/Star.png +0 -0
- data/examples/media/Starfighter.bmp +0 -0
- metadata +16 -2
Binary file
|
Binary file
|
@@ -0,0 +1,25 @@
|
|
1
|
+
#....................................................#
|
2
|
+
#....................................................#
|
3
|
+
#.............xx......x.x............................#
|
4
|
+
#............x..x....................................#
|
5
|
+
#x....x...x..x.......#####..xxx....................x.#
|
6
|
+
#.x.........................xxx.........##.........x.#
|
7
|
+
#...............""..........###...##..........##.....#
|
8
|
+
#..##..###..##..##...................................#
|
9
|
+
#........................................xx........###
|
10
|
+
#.............................###....................#
|
11
|
+
##....##.............................................#
|
12
|
+
#....................##....##......##....##....##....#
|
13
|
+
#.................................................x..#
|
14
|
+
#...x....##....##.......x...x.....................x..#
|
15
|
+
#.....x...............x...x...x...................x..#
|
16
|
+
#......x...##.....##.................................#
|
17
|
+
#.......x.........................................#..#
|
18
|
+
#...........##........#...#...#..#.......x...........#
|
19
|
+
#...#................................................#
|
20
|
+
#....."""".................x.......#..#####...###....#
|
21
|
+
#x....#......................##......................#
|
22
|
+
#"""""#.....#.....x..................#...............#
|
23
|
+
##xxxx......#........................................#
|
24
|
+
##xxxx...#####............."...""""".................#
|
25
|
+
######"""#############################################
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
|
|
3
3
|
specification_version: 1
|
4
4
|
name: gosu
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.7.7
|
7
|
-
date: 2007-
|
6
|
+
version: 0.7.7.1
|
7
|
+
date: 2007-11-07 00:00:00 +01:00
|
8
8
|
summary: 2D game development library.
|
9
9
|
require_paths:
|
10
10
|
- lib
|
@@ -38,6 +38,20 @@ files:
|
|
38
38
|
- examples/OpenGLIntegration.rb
|
39
39
|
- examples/RMagickIntegration.rb
|
40
40
|
- examples/Tutorial.rb
|
41
|
+
- examples/media/Beep.wav
|
42
|
+
- examples/media/CptnRuby Gem.png
|
43
|
+
- examples/media/CptnRuby Map.txt
|
44
|
+
- examples/media/CptnRuby Tileset.png
|
45
|
+
- examples/media/CptnRuby.png
|
46
|
+
- examples/media/Earth.png
|
47
|
+
- examples/media/Explosion.wav
|
48
|
+
- examples/media/LargeStar.png
|
49
|
+
- examples/media/Sky.jpg
|
50
|
+
- examples/media/Smoke.png
|
51
|
+
- examples/media/Soldier.png
|
52
|
+
- examples/media/Space.png
|
53
|
+
- examples/media/Star.png
|
54
|
+
- examples/media/Starfighter.bmp
|
41
55
|
test_files: []
|
42
56
|
|
43
57
|
rdoc_options: []
|