felflame 1.0.1 → 4.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +2 -2
- data/.ruby-version +1 -0
- data/CHANGELOG.mdown +60 -5
- data/Gemfile +2 -3
- data/Gemfile.lock +4 -4
- data/README.mdown +127 -74
- data/Rakefile +30 -10
- data/bin/console +3 -3
- data/docs/FelFlame/ComponentManager.html +131 -519
- data/docs/FelFlame/Components.html +29 -119
- data/docs/FelFlame/Entities.html +125 -387
- data/docs/FelFlame/Order.html +251 -0
- data/docs/FelFlame/Scenes.html +72 -68
- data/docs/FelFlame/Stage.html +30 -56
- data/docs/FelFlame/Systems.html +208 -244
- data/docs/FelFlame.html +34 -32
- data/docs/Felflame_.html +143 -0
- data/docs/_index.html +24 -4
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +145 -83
- data/docs/file.version.html +74 -0
- data/docs/index.html +145 -83
- data/docs/method_list.html +52 -108
- data/docs/top-level-namespace.html +5 -5
- data/felflame.gemspec +22 -22
- data/lib/felflame/component_manager.rb +99 -71
- data/lib/felflame/entity_manager.rb +84 -59
- data/lib/felflame/order.rb +24 -0
- data/lib/felflame/scene_manager.rb +23 -12
- data/lib/felflame/stage_manager.rb +10 -33
- data/lib/felflame/system_manager.rb +92 -47
- data/lib/felflame/version.rb +5 -1
- data/lib/felflame.rb +23 -15
- metadata +34 -53
- data/.yardopts +0 -13
- data/codeclimate/env.rb +0 -1
- data/codeclimate/export-coverage.rb +0 -16
- data/codeclimate/test-reporter-latest-linux-amd64 +0 -0
- data/deprecated/components/00_renderable.rb +0 -19
- data/deprecated/components/01_sprite.rb +0 -57
- data/deprecated/components/02_label.rb +0 -32
- data/deprecated/components/03_player_control.rb +0 -26
- data/deprecated/components/04_map.rb +0 -21
- data/deprecated/components/05_interactable.rb +0 -16
- data/deprecated/components/06_collidable.rb +0 -22
- data/deprecated/components/07_battle.rb +0 -4
- data/deprecated/components/07_indoor.rb +0 -4
- data/deprecated/components/07_overworld.rb +0 -16
- data/deprecated/components/debug_singleton.rb +0 -13
- data/deprecated/helpers/00_tileset.rb +0 -56
- data/deprecated/helpers/01_component.rb +0 -74
- data/deprecated/systems/00_update_levels.rb +0 -34
- data/deprecated/systems/10_player.rb +0 -41
- data/deprecated/systems/99_render.rb +0 -37
- data/logos/felflame-logo-text.png +0 -0
- data/logos/felflame-logo-text.svg +0 -172
- data/logos/felflame-logo.png +0 -0
- data/logos/felflame-logo.svg +0 -97
data/logos/felflame-logo.svg
DELETED
@@ -1,97 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
-
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
-
|
4
|
-
<svg
|
5
|
-
width="200mm"
|
6
|
-
height="200mm"
|
7
|
-
viewBox="0 0 200 200"
|
8
|
-
version="1.1"
|
9
|
-
id="svg5"
|
10
|
-
inkscape:version="1.2-dev (25cba68356, 2021-05-16, custom)"
|
11
|
-
sodipodi:docname="felflame-logo.svg"
|
12
|
-
inkscape:export-filename="/home/tradam/Documents/felflame-logo.png"
|
13
|
-
inkscape:export-xdpi="88.900002"
|
14
|
-
inkscape:export-ydpi="88.900002"
|
15
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
16
|
-
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
17
|
-
xmlns="http://www.w3.org/2000/svg"
|
18
|
-
xmlns:svg="http://www.w3.org/2000/svg">
|
19
|
-
<sodipodi:namedview
|
20
|
-
id="namedview7"
|
21
|
-
pagecolor="#505050"
|
22
|
-
bordercolor="#eeeeee"
|
23
|
-
borderopacity="1"
|
24
|
-
inkscape:pageshadow="0"
|
25
|
-
inkscape:pageopacity="0"
|
26
|
-
inkscape:pagecheckerboard="0"
|
27
|
-
inkscape:document-units="mm"
|
28
|
-
showgrid="false"
|
29
|
-
showborder="true"
|
30
|
-
inkscape:object-paths="true"
|
31
|
-
inkscape:snap-smooth-nodes="false"
|
32
|
-
inkscape:zoom="1"
|
33
|
-
inkscape:cx="245.5"
|
34
|
-
inkscape:cy="317.5"
|
35
|
-
inkscape:window-width="1682"
|
36
|
-
inkscape:window-height="1078"
|
37
|
-
inkscape:window-x="338"
|
38
|
-
inkscape:window-y="1518"
|
39
|
-
inkscape:window-maximized="0"
|
40
|
-
inkscape:current-layer="g7470"
|
41
|
-
fit-margin-top="0"
|
42
|
-
fit-margin-left="0"
|
43
|
-
fit-margin-right="0"
|
44
|
-
fit-margin-bottom="0" />
|
45
|
-
<defs
|
46
|
-
id="defs2" />
|
47
|
-
<g
|
48
|
-
inkscape:label="Layer 1"
|
49
|
-
inkscape:groupmode="layer"
|
50
|
-
id="layer1"
|
51
|
-
transform="translate(24.814804,26.407173)">
|
52
|
-
<g
|
53
|
-
id="g5942"
|
54
|
-
transform="matrix(0.7150444,0,0,0.7150444,7.9079079,19.106173)"
|
55
|
-
style="fill:#005522" />
|
56
|
-
<g
|
57
|
-
id="g7470"
|
58
|
-
transform="translate(45.740503,25.047998)">
|
59
|
-
<ellipse
|
60
|
-
style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#1c241c;fill-opacity:0.69999999;fill-rule:evenodd;stroke:none;stroke-width:1.24602;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:7.2;stroke-dasharray:none;stroke-dashoffset:3.8766;stroke-opacity:1;paint-order:normal;stop-color:#000000;stop-opacity:1"
|
61
|
-
id="path6921"
|
62
|
-
ry="11.676038"
|
63
|
-
rx="54.259499"
|
64
|
-
cy="111.82079"
|
65
|
-
cx="29.444693" />
|
66
|
-
<g
|
67
|
-
id="g5900"
|
68
|
-
transform="matrix(0.94670406,0,0,0.94670406,-1.3225283,-1.4073951)">
|
69
|
-
<path
|
70
|
-
id="path846"
|
71
|
-
style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#00ff66;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.79999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:7.2;stroke-dasharray:none;stroke-dashoffset:3.8766;stroke-opacity:1;paint-order:normal;stop-color:#000000;stop-opacity:1"
|
72
|
-
d="m 48.043994,-26.407173 c -35.640626,21.8403454 -59.4465,56.770237 -59.4465,101.334381 3e-5,44.723632 35.927436,44.724922 44.724917,44.724922 8.797481,0 44.72492,-0.0806 44.72492,-44.724922 0,-43.365499 -48.544546,-56.571942 -30.003337,-101.334381 z"
|
73
|
-
sodipodi:nodetypes="cczcc" />
|
74
|
-
<path
|
75
|
-
id="path4245"
|
76
|
-
style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#00d455;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:18.1417;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:7.2;stroke-dasharray:none;stroke-dashoffset:3.8766;stroke-opacity:1;paint-order:normal;stop-color:#000000;stop-opacity:1"
|
77
|
-
d="M 181.58398,-99.806641 C 46.879256,-17.260453 -43.095703,114.75804 -43.095703,283.18945 c 1.13e-4,169.0342 135.78874,169.03907 169.039063,169.03907 3.33332,0 7.73446,-0.012 12.88867,-0.1875 -46.385395,-1.56991 -155.927631,-17.00003 -155.927733,-168.85157 0,-153.77238 79.303367,-290.0927365 194.863233,-373.226336 3.81607,-9.769753 0,0 3.81645,-9.769755 z"
|
78
|
-
transform="scale(0.26458333)"
|
79
|
-
sodipodi:nodetypes="ccscccc" />
|
80
|
-
</g>
|
81
|
-
<g
|
82
|
-
id="g5904"
|
83
|
-
transform="matrix(0.94111257,0,0,0.94111257,3.0800803,7.5916104)">
|
84
|
-
<path
|
85
|
-
id="path846-3"
|
86
|
-
style="font-variation-settings:normal;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.61297;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:7.2;stroke-dasharray:none;stroke-dashoffset:3.8766;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
87
|
-
d="M 52.149066,-3.2818086 C 70.471317,22.295981 76.75521,53.486612 63.710707,84.389882 56.651708,101.11305 36.733365,109.54332 19.604384,102.31307 2.4754112,95.082796 -5.5490668,75.335735 1.6811862,58.206753 14.374829,28.134691 51.904029,33.186223 52.149066,-3.2818086 Z"
|
88
|
-
sodipodi:nodetypes="ccccc" />
|
89
|
-
<path
|
90
|
-
id="path4266"
|
91
|
-
style="font-variation-settings:normal;vector-effect:none;fill:#1c241c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:13.6553;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:7.2;stroke-dasharray:none;stroke-dashoffset:3.8766;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
92
|
-
d="M 197.09961,-12.404297 C 196.17349,125.42763 54.329488,106.33595 6.3535156,219.99414 -20.973425,284.7336 9.3562784,359.36829 74.095703,386.69531 c 20.124509,8.49468 41.266977,11.26604 61.652347,9.15821 -11.99594,-1.24491 -23.99476,-4.23747 -35.65235,-9.15821 C 35.356265,359.36829 5.0265759,284.7336 32.353516,219.99414 75.872098,116.89584 196.62125,123.02178 219.375,22.177734 212.5918,10.387797 205.1587,-1.1538421 197.09961,-12.404297 Z"
|
93
|
-
transform="scale(0.26458333)" />
|
94
|
-
</g>
|
95
|
-
</g>
|
96
|
-
</g>
|
97
|
-
</svg>
|