petli 0.0.3 → 0.0.5
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/Gemfile.lock +5 -4
- data/LICENSE +1 -1
- data/README.md +4 -1
- data/bin/anim +24 -0
- data/bin/bootstrap.rb +3 -0
- data/bin/console +1 -1
- data/bin/petli +14 -12
- data/data/adult/001_diddly.txtanim +91 -0
- data/data/adult/002_kirby.txtanim +91 -0
- data/data/adult/003_tama.txtanim +85 -0
- data/data/adult/004_big.txtanim +62 -0
- data/data/adult/005_angel.txtanim +91 -0
- data/data/death.txtanim +9 -0
- data/data/hatch.txtanim +8 -0
- data/data/infant/001_baby.txtanim +80 -0
- data/data/poop.txtanim +6 -0
- data/data/sleep.txtanim +16 -0
- data/data/teen/001_baloop.txtanim +91 -0
- data/data/teen/002_roboty.txtanim +91 -0
- data/lib/petli/pet/animation.rb +94 -0
- data/lib/petli/pet/death.rb +45 -0
- data/lib/petli/pet/food.rb +45 -0
- data/lib/petli/pet/happy.rb +34 -0
- data/lib/petli/pet.rb +17 -119
- data/lib/petli/stages/base.rb +39 -14
- data/lib/petli/stages/dice.rb +8 -6
- data/lib/petli/stages/feed.rb +9 -9
- data/lib/petli/stages/guess.rb +7 -5
- data/lib/petli/stages/main.rb +7 -8
- data/lib/petli/stages/play.rb +5 -7
- data/lib/petli/version.rb +1 -1
- data/lib/petli/watch.rb +5 -0
- data/lib/petli.rb +9 -4
- data/lib/tatty/anim.rb +48 -6
- data/lib/tatty/atlas.rb +78 -0
- data/lib/tatty/stage.rb +3 -0
- data/lib/tatty.rb +3 -4
- data/petli.gemspec +2 -2
- metadata +26 -12
- data/data/character.json +0 -40
- data/data/face_ref +0 -73
- data/lib/petli/animator.rb +0 -137
- data/lib/petli/poop.rb +0 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 05a633461e7b8d56e725df4c11e7e46cfd4877d5cd269289c10a466cea5c4c42
|
|
4
|
+
data.tar.gz: 2f39e13184061908e8f337e1283b7b8f798ee0203a1edc82ad487707cc59cb2c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb7341dee8c0668b1ffdd2251e97501cd79251d39346c26d28103a1481409a30a0ba55e9d692fbfc991ec0dbaf33ccfff4b4b3a76363d808c64d5f2dc88adfae
|
|
7
|
+
data.tar.gz: 251b601b1e23126c8e6c60ddb34b36c73f9c81b4c14befe724b383e32d28e92948f700164004e6b6c2997b5df8cc6f6289350269c6666a279628a586feadbbf3
|
data/Gemfile.lock
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
petli (0.0.
|
|
4
|
+
petli (0.0.4)
|
|
5
5
|
pastel (~> 0.8.0)
|
|
6
6
|
tty-box (~> 0.7.0)
|
|
7
7
|
tty-color (~> 0.6.0)
|
|
8
8
|
tty-cursor (~> 0.7.1)
|
|
9
9
|
tty-platform (~> 0.3.0)
|
|
10
10
|
tty-reader (~> 0.9.0)
|
|
11
|
-
tty-screen (~> 0.8.
|
|
11
|
+
tty-screen (~> 0.8.2)
|
|
12
12
|
|
|
13
13
|
GEM
|
|
14
14
|
remote: https://rubygems.org/
|
|
@@ -31,17 +31,18 @@ GEM
|
|
|
31
31
|
tty-cursor (~> 0.7)
|
|
32
32
|
tty-screen (~> 0.8)
|
|
33
33
|
wisper (~> 2.0)
|
|
34
|
-
tty-screen (0.8.
|
|
34
|
+
tty-screen (0.8.2)
|
|
35
35
|
unicode-display_width (2.1.0)
|
|
36
36
|
unicode_utils (1.4.0)
|
|
37
37
|
wisper (2.0.1)
|
|
38
38
|
|
|
39
39
|
PLATFORMS
|
|
40
40
|
arm64-darwin-20
|
|
41
|
+
arm64-darwin-25
|
|
41
42
|
x86_64-darwin-20
|
|
42
43
|
|
|
43
44
|
DEPENDENCIES
|
|
44
45
|
petli!
|
|
45
46
|
|
|
46
47
|
BUNDLED WITH
|
|
47
|
-
|
|
48
|
+
4.0.12
|
data/LICENSE
CHANGED
data/README.md
CHANGED
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
<p align="center">
|
|
5
5
|
<img src="https://media.giphy.com/media/pwtUe2wVhgpQIK5puU/giphy.gif"/>
|
|
6
6
|
</p>
|
|
7
|
+
<p align="center">
|
|
8
|
+
<a href="https://badge.fury.io/rb/petli"><img src="https://badge.fury.io/rb/petli.svg" alt="Gem Version" height="18"></a>
|
|
9
|
+
</p>
|
|
7
10
|
</p>
|
|
8
11
|
|
|
9
12
|
---
|
|
@@ -37,6 +40,6 @@ Usage: petli [options]
|
|
|
37
40
|
$> git clone git@github.com:tanema/petli.git
|
|
38
41
|
$> cd petli
|
|
39
42
|
$> bundle install
|
|
40
|
-
$> rake install
|
|
43
|
+
$> rake install:local
|
|
41
44
|
$> petli
|
|
42
45
|
```
|
data/bin/anim
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
#!/usr/bin/env ruby
|
|
2
|
+
require_relative './bootstrap'
|
|
3
|
+
require 'optparse'
|
|
4
|
+
|
|
5
|
+
class Animate < Tatty::Stage
|
|
6
|
+
def initialize(animation:)
|
|
7
|
+
super()
|
|
8
|
+
@animation = animation
|
|
9
|
+
end
|
|
10
|
+
|
|
11
|
+
def keypress(event)
|
|
12
|
+
exit if event.value == "q" || event.value == "\e" || event.value == "x"
|
|
13
|
+
end
|
|
14
|
+
|
|
15
|
+
def draw
|
|
16
|
+
done = @animation.step
|
|
17
|
+
@animation.reset if !@animation.loop and done
|
|
18
|
+
render_at(0, 0, @animation.display)
|
|
19
|
+
render_at(0, 5, "Animation: #{@animation.name}")
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
|
|
23
|
+
atlas = Tatty::Atlas.new(ARGV[0])
|
|
24
|
+
Tatty.run(Animate, animation: atlas[ARGV[1] || :default] || atlas[atlas.names.first])
|
data/bin/bootstrap.rb
ADDED
data/bin/console
CHANGED
data/bin/petli
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env ruby
|
|
2
|
-
|
|
3
|
-
require 'tatty'
|
|
2
|
+
require_relative './bootstrap'
|
|
4
3
|
require 'optparse'
|
|
5
4
|
|
|
6
5
|
options = {}
|
|
@@ -8,10 +7,9 @@ OptionParser.new do |opts|
|
|
|
8
7
|
opts.banner = "Usage: petli [options]"
|
|
9
8
|
opts.on("-r", "--reset", "Reset button to start over again") {|v| options[:reset] = v }
|
|
10
9
|
opts.on("-s", "--status", "Dump pet status") {|v| options[:status] = v}
|
|
11
|
-
opts.on("-
|
|
12
|
-
opts.on("-c", "--
|
|
13
|
-
opts.on("-
|
|
14
|
-
opts.on("-l", "--clean", "Clean up any 'dirt' without viewing") {|v| options[:clean] = v}
|
|
10
|
+
opts.on("-f FOOD", "--feed=FOOD", "Feed your pet bread without viewing") {|v| options[:feed] = v}
|
|
11
|
+
opts.on("-c", "--clean", "Clean up any 'dirt' without viewing") {|v| options[:clean] = v}
|
|
12
|
+
opts.on("-l", "--light", "Hit the lightswitch") {|v| options[:light] = v}
|
|
15
13
|
opts.on("-p", "--path [PATH]", "path to your pet data (defaults to system config dir)") do |v|
|
|
16
14
|
$tattydboverridepath = v
|
|
17
15
|
end
|
|
@@ -19,18 +17,22 @@ end.parse!
|
|
|
19
17
|
|
|
20
18
|
pet = Petli::Pet.new
|
|
21
19
|
pet.display # force pet to update first
|
|
20
|
+
FOOD_OPTIONS = [:bread, :candy, :medicine]
|
|
22
21
|
|
|
23
22
|
if options[:reset]
|
|
24
23
|
Tatty::DB.clear
|
|
25
24
|
puts "Goodbye. I hope you love your next pet!"
|
|
26
25
|
elsif options[:status]
|
|
27
26
|
puts Tatty::DB.dump
|
|
28
|
-
elsif options[:
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
27
|
+
elsif options[:feed]
|
|
28
|
+
if [:bread, :candy, :medicine].include?(options[:feed].to_sym)
|
|
29
|
+
pet.feed!(food: options[:feed].to_sym)
|
|
30
|
+
else
|
|
31
|
+
puts "Unknown food #{options[:feed]}, only accepts #{FOOD_OPTIONS.join(", ")}"
|
|
32
|
+
exit 1
|
|
33
|
+
end
|
|
34
|
+
elsif options[:light]
|
|
35
|
+
pet.light_switch
|
|
34
36
|
elsif options[:clean]
|
|
35
37
|
pet.clean
|
|
36
38
|
else
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
width: 11
|
|
2
|
+
height: 4
|
|
3
|
+
loop: true
|
|
4
|
+
name: walk_great
|
|
5
|
+
---
|
|
6
|
+
| | | |
|
|
7
|
+
| ‿(0‿0 )‿ | | ‿( 0‿0)‿ |
|
|
8
|
+
︵(0o0)︵ | \ \ |︵(0o0)︵ | / / |
|
|
9
|
+
( ) | | ( ) | |
|
|
10
|
+
---
|
|
11
|
+
name: walk_happy
|
|
12
|
+
---
|
|
13
|
+
| | | |
|
|
14
|
+
| | | |
|
|
15
|
+
︵(0o0)︵ | ‿(0‿0 )‿ |︵(0o0)︵ | ‿( 0‿0)‿ |
|
|
16
|
+
( ) | \ \ | ( ) | / / |
|
|
17
|
+
---
|
|
18
|
+
name: walk_normal
|
|
19
|
+
---
|
|
20
|
+
| | | |
|
|
21
|
+
| | | |
|
|
22
|
+
︵(0.0)︵ | ‿(0_0 )‿ |︵(0.0)︵ | ‿( 0_0)‿ |
|
|
23
|
+
( ) | \ \ | ( ) | / / |
|
|
24
|
+
---
|
|
25
|
+
name: walk_annoyed
|
|
26
|
+
---
|
|
27
|
+
| | | |
|
|
28
|
+
| | | |
|
|
29
|
+
︵(0.0)︵ | ‿(ಠ_ಠ )‿ |︵(0.0)︵ | ‿( ಠ_ಠ)‿ |
|
|
30
|
+
( ) | \ \ | ( ) | / / |
|
|
31
|
+
---
|
|
32
|
+
name: walk_angry
|
|
33
|
+
---
|
|
34
|
+
| | | |
|
|
35
|
+
| | | |
|
|
36
|
+
_(ಠ_ಠ)_ | ~(ತ-ತ )~ |_(ಠ_ಠ)_ | ~( ತ-ತ)~ |
|
|
37
|
+
( ) | \ \ | ( ) | / / |
|
|
38
|
+
---
|
|
39
|
+
name: walk_sick
|
|
40
|
+
---
|
|
41
|
+
| | | |
|
|
42
|
+
| | | |
|
|
43
|
+
_(0.0)_ | ~(ತ_ತ )~ |_(0.0)_ | ~( ತ_ತ)~ |
|
|
44
|
+
( ) | \ \ | ( ) | / / |
|
|
45
|
+
---
|
|
46
|
+
name: stand
|
|
47
|
+
---
|
|
48
|
+
| |
|
|
49
|
+
| |
|
|
50
|
+
︵(0o0)︵ | ‿(0‿0)‿ |
|
|
51
|
+
( ) | ) ( |
|
|
52
|
+
---
|
|
53
|
+
name: celebrate
|
|
54
|
+
loop_for: 3
|
|
55
|
+
---
|
|
56
|
+
| |
|
|
57
|
+
| |
|
|
58
|
+
︵(0o0)︵ | ‿(✧O✧)‿ |
|
|
59
|
+
( ) | ) ( |
|
|
60
|
+
---
|
|
61
|
+
name: embarass
|
|
62
|
+
loop_for: 3
|
|
63
|
+
---
|
|
64
|
+
| |
|
|
65
|
+
| |
|
|
66
|
+
︵(0o0)︵ | ‿(ಥOಥ)‿ |
|
|
67
|
+
( ) | ) ( |
|
|
68
|
+
---
|
|
69
|
+
name: eat_bread
|
|
70
|
+
loop: false
|
|
71
|
+
---
|
|
72
|
+
| | | | | | | | | | | | | |
|
|
73
|
+
| | | | | | | | | | | | | |
|
|
74
|
+
︵(0o0)︵ | ‿(✧O✧)‿ | ︵(0o0)︵ | ‿(✧O✧)‿ | ︵(0O0)︵ | _(ᗒ‿ᗕ)_ | ︵(0O0)︵ | _(ᗒ‿ᗕ)_ | ︵(0O0)︵ | _(ᗒ‿ᗕ)_ | ︵(0o0)︵ | ‿(✧O✧)‿ | ︵(0o0)︵ | ‿(✧O✧)‿ |
|
|
75
|
+
(ʕ=ʔ) | (ʕ=ʔ) | (ʕ=ʔ) | (ʕ=ʔ) | (ʕ=ʔ) | ( =ʔ) | ( =ʔ) | ( ʔ) | ( ʔ) | ( ) | ( ) | ) ( | ( ) | ) ( |
|
|
76
|
+
---
|
|
77
|
+
name: eat_candy
|
|
78
|
+
loop: false
|
|
79
|
+
---
|
|
80
|
+
| | | | | | | | | | | | | |
|
|
81
|
+
| | | | | | | | | | | | | |
|
|
82
|
+
︵(0o0)︵ | ‿(✧O✧)‿ | ︵(0o0)︵ | ‿(✧O✧)‿ | ︵(0O0)︵ | _(ᗒ‿ᗕ)_ | ︵(0O0)︵ | _(ᗒ‿ᗕ)_ | ︵(0O0)︵ | _(ᗒ‿ᗕ)_ | ︵(0o0)︵ | ‿(✧O✧)‿ | ︵(0o0)︵ | ‿(✧O✧)‿ |
|
|
83
|
+
(▷☯◁) | (▷☯◁) | (▷☯◁) | (▷☯◁) | (▷☯◁) | ( ☯◁) | ( ☯◁) | ( ◁) | ( ◁) | ( ) | ( ) | ) ( | ( ) | ) ( |
|
|
84
|
+
---
|
|
85
|
+
name: eat_medicine
|
|
86
|
+
loop: false
|
|
87
|
+
---
|
|
88
|
+
| | | | | | | | | | | | | |
|
|
89
|
+
| | | | | | | | | | | | | |
|
|
90
|
+
︵(0o0)︵ | ‿(✧O✧)‿ | ︵(0o0)︵ | ‿(✧O✧)‿ | ︵(0O0)︵ | _(ᗒ‿ᗕ)_ | ︵(0O0)︵ | _(ᗒ‿ᗕ)_ | ︵(0O0)︵ | _(ᗒ‿ᗕ)_ | ︵(0o0)︵ | ‿(✧O✧)‿ | ︵(0o0)︵ | ‿(✧O✧)‿ |
|
|
91
|
+
(◖◻◗) | (◖◻◗) | (◖◻◗) | (◖◻◗) | (◖◻◗) | ( ◻◗) | ( ◻◗) | ( ◗) | ( ◗) | ( ) | ( ) | ) ( | ( ) | ) ( |
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
width: 11
|
|
2
|
+
height: 4
|
|
3
|
+
loop: true
|
|
4
|
+
name: walk_great
|
|
5
|
+
---
|
|
6
|
+
| ╭────╮ | | ╭────╮ |
|
|
7
|
+
╭───╮ | ║▢‿▢ ║ | ╭───╮ | ║ ▢‿▢║ |
|
|
8
|
+
┥OoO┝ | ╰────╯ | ┥OoO┝ | ╰────╯ |
|
|
9
|
+
╰───╯ | | ╰───╯ | |
|
|
10
|
+
---
|
|
11
|
+
name: walk_happy
|
|
12
|
+
---
|
|
13
|
+
| | | |
|
|
14
|
+
╭───╮ | ╭────╮ | ╭───╮ | ╭────╮ |
|
|
15
|
+
┥OoO┝ | ║▢‿▢ ║ | ┥OoO┝ | ║ ▢‿▢║ |
|
|
16
|
+
╰───╯ | ╰────╯ | ╰───╯ | ╰────╯ |
|
|
17
|
+
---
|
|
18
|
+
name: walk_normal
|
|
19
|
+
---
|
|
20
|
+
| | | |
|
|
21
|
+
╭───╮ | ╭────╮ | ╭───╮ | ╭────╮ |
|
|
22
|
+
┥O.O┝ | ║▢_▢ ║ | ┥O.O┝ | ║ ▢_▢║ |
|
|
23
|
+
╰───╯ | ╰────╯ | ╰───╯ | ╰────╯ |
|
|
24
|
+
---
|
|
25
|
+
name: walk_annoyed
|
|
26
|
+
---
|
|
27
|
+
| | | |
|
|
28
|
+
╭───╮ | ╭────╮ | ╭───╮ | ╭────╮ |
|
|
29
|
+
┥O.O┝ | ║ಠ_ಠ ║ | ┥O.O┝ | ║ ಠ_ಠ║ |
|
|
30
|
+
╰───╯ | ╰────╯ | ╰───╯ | ╰────╯ |
|
|
31
|
+
---
|
|
32
|
+
name: walk_angry
|
|
33
|
+
---
|
|
34
|
+
| | | |
|
|
35
|
+
╭───╮ | ╭────╮ | ╭───╮ | ╭────╮ |
|
|
36
|
+
┥⇀.↼┝ | ║ಠ~ಠ ║ | ┥⇀.↼┝ | ║ ಠ~ಠ║ |
|
|
37
|
+
╰───╯ | ╰────╯ | ╰───╯ | ╰────╯ |
|
|
38
|
+
---
|
|
39
|
+
name: walk_sick
|
|
40
|
+
---
|
|
41
|
+
| | | |
|
|
42
|
+
╭───╮ | ╭────╮ | ╭───╮ | ╭────╮ |
|
|
43
|
+
┥ළ.ළ┝ | ║ತ~ತ ║ | ┥ළ.ළ┝ | ║ ತ~ತ║ |
|
|
44
|
+
╰───╯ | ╰────╯ | ╰───╯ | ╰────╯ |
|
|
45
|
+
---
|
|
46
|
+
name: stand
|
|
47
|
+
---
|
|
48
|
+
| |
|
|
49
|
+
╭───╮ | ╭───╮ |
|
|
50
|
+
┥OoO┝ | ║▢‿▢║ |
|
|
51
|
+
╰───╯ | ╰───╯ |
|
|
52
|
+
---
|
|
53
|
+
name: celebrate
|
|
54
|
+
loop_for: 3
|
|
55
|
+
---
|
|
56
|
+
| |
|
|
57
|
+
╭───╮ | ╭───╮ |
|
|
58
|
+
┥0o0┝ | ║❊‿❊║ |
|
|
59
|
+
╰───╯ | ╰───╯ |
|
|
60
|
+
---
|
|
61
|
+
name: embarass
|
|
62
|
+
loop_for: 3
|
|
63
|
+
---
|
|
64
|
+
| |
|
|
65
|
+
╭───╮ | ╭───╮ |
|
|
66
|
+
┥0o0┝ | ║ಥOಥ║ |
|
|
67
|
+
╰───╯ | ╰───╯ |
|
|
68
|
+
---
|
|
69
|
+
name: eat_bread
|
|
70
|
+
loop: false
|
|
71
|
+
---
|
|
72
|
+
| | | | | | | | | | | | | |
|
|
73
|
+
╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ |
|
|
74
|
+
┥0o0┝ | ║❊‿❊║ | ┥0o0┝ | ║❊‿❊║ | ┥O□O┝ | ┥ᗒ‿ᗕ┝ | ┥O□O┝ | ┥ᗒ‿ᗕ┝ | ┥O□O┝ | ┥ᗒ‿ᗕ┝ | ┥0o0┝ | ║❊‿❊║ | ┥0o0┝ | ║❊‿❊║ |
|
|
75
|
+
╰───╯ʕ=ʔ| ╰───╯ʕ=ʔ| ╰───╯ʕ=ʔ| ╰───╯ʕ=ʔ| ╰───╯ʕ=ʔ| ╰───╯ =ʔ| ╰───╯ =ʔ| ╰───╯ ʔ| ╰───╯ ʔ| ╰───╯ | ╰───╯ | ╰───╯ | ╰───╯ | ╰───╯ |
|
|
76
|
+
---
|
|
77
|
+
name: eat_candy
|
|
78
|
+
loop: false
|
|
79
|
+
---
|
|
80
|
+
| | | | | | | | | | | | | |
|
|
81
|
+
╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ |
|
|
82
|
+
┥0o0┝ | ║❊‿❊║ | ┥0o0┝ | ║❊‿❊║ | ┥O□O┝ | ┥ᗒ‿ᗕ┝ | ┥O□O┝ | ┥ᗒ‿ᗕ┝ | ┥O□O┝ | ┥ᗒ‿ᗕ┝ | ┥0o0┝ | ║❊‿❊║ | ┥0o0┝ | ║❊‿❊║ |
|
|
83
|
+
╰───╯▷☯◁| ╰───╯▷☯◁| ╰───╯▷☯◁| ╰───╯▷☯◁| ╰───╯▷☯◁| ╰───╯ ☯◁| ╰───╯ ☯◁| ╰───╯ ◁| ╰───╯ ◁| ╰───╯ | ╰───╯ | ╰───╯ | ╰───╯ | ╰───╯ |
|
|
84
|
+
---
|
|
85
|
+
name: eat_medicine
|
|
86
|
+
loop: false
|
|
87
|
+
---
|
|
88
|
+
| | | | | | | | | | | | | |
|
|
89
|
+
╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ | ╭───╮ |
|
|
90
|
+
┥0o0┝ | ║❊‿❊║ | ┥0o0┝ | ║❊‿❊║ | ┥O□O┝ | ┥ᗒ‿ᗕ┝ | ┥O□O┝ | ┥ᗒ‿ᗕ┝ | ┥O□O┝ | ┥ᗒ‿ᗕ┝ | ┥0o0┝ | ║❊‿❊║ | ┥0o0┝ | ║❊‿❊║ |
|
|
91
|
+
╰───╯◖◻◗| ╰───╯◖◻◗| ╰───╯◖◻◗| ╰───╯◖◻◗| ╰───╯◖◻◗| ╰───╯ ◻◗| ╰───╯ ◻◗| ╰───╯ ◗| ╰───╯ ◗| ╰───╯ | ╰───╯ | ╰───╯ | ╰───╯ | ╰───╯ |
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
width: 11
|
|
2
|
+
height: 4
|
|
3
|
+
loop: true
|
|
4
|
+
name: walk_great
|
|
5
|
+
---
|
|
6
|
+
┌───┐ | ┌────┐ | ┌───┐ | ┌────┐ |
|
|
7
|
+
│0‿0│ | ┤0╍0 ┤ | │0‿0│ | ├ 0╍0├ |
|
|
8
|
+
╬═╤═╬ | ╠═╤══╣ | ╬═╤═╬ | ╠══╤═╣ |
|
|
9
|
+
╚╦═╦╝ | ╚╤══╦╝ | ╚╦═╦╝ | ╚╦══╤╝ |
|
|
10
|
+
---
|
|
11
|
+
name: walk_happy
|
|
12
|
+
alias: walk_normal
|
|
13
|
+
---
|
|
14
|
+
┌───┐ | ┌────┐ | ┌───┐ | ┌────┐ |
|
|
15
|
+
│0-0│ | ┤0╍0 ┤ | │0-0│ | ├ 0╍0├ |
|
|
16
|
+
╬═╤═╬ | ╠═╤══╣ | ╬═╤═╬ | ╠══╤═╣ |
|
|
17
|
+
╚╦═╦╝ | ╚╤══╦╝ | ╚╦═╦╝ | ╚╦══╤╝ |
|
|
18
|
+
---
|
|
19
|
+
name: walk_annoyed
|
|
20
|
+
---
|
|
21
|
+
┌───┐ | ┌────┐ | ┌───┐ | ┌────┐ |
|
|
22
|
+
│0-0│ | ┤ಠ╍ಠ ┤ | │0-0│ | ├ ಠ╍ಠ├ |
|
|
23
|
+
╬═╤═╬ | ╠═╤══╣ | ╬═╤═╬ | ╠══╤═╣ |
|
|
24
|
+
╚╦═╦╝ | ╚╤══╦╝ | ╚╦═╦╝ | ╚╦══╤╝ |
|
|
25
|
+
---
|
|
26
|
+
name: walk_angry
|
|
27
|
+
---
|
|
28
|
+
┌───┐ | ┌────┐ | ┌───┐ | ┌────┐ |
|
|
29
|
+
│@~@│ | ┤ಠ╍ಠ ┤ | │@~@│ | ├ ಠ╍ಠ├ |
|
|
30
|
+
╬═╤═╬ | ╠═╤══╣ | ╬═╤═╬ | ╠══╤═╣ |
|
|
31
|
+
╚╦═╦╝ | ╚╤══╦╝ | ╚╦═╦╝ | ╚╦══╤╝ |
|
|
32
|
+
---
|
|
33
|
+
name: walk_sick
|
|
34
|
+
---
|
|
35
|
+
┌───┐ | ┌────┐ | ┌───┐ | ┌────┐ |
|
|
36
|
+
│@~@│ | ┤ළ╍ළ ┤ | │@~@│ | ├ ළ╍ළ├ |
|
|
37
|
+
╬═╤═╬ | ╠═╤══╣ | ╬═╤═╬ | ╠══╤═╣ |
|
|
38
|
+
╚╦═╦╝ | ╚╤══╦╝ | ╚╦═╦╝ | ╚╦══╤╝ |
|
|
39
|
+
---
|
|
40
|
+
name: stand
|
|
41
|
+
---
|
|
42
|
+
┌───┐ | ┌───┐ |
|
|
43
|
+
┤0╍0┤ | ├0-0├ |
|
|
44
|
+
╠═╤═╣ | ╠═╤═╣ |
|
|
45
|
+
╚╤═╦╝ | ╚╦═╤╝ |
|
|
46
|
+
---
|
|
47
|
+
name: celebrate
|
|
48
|
+
loop_for: 3
|
|
49
|
+
---
|
|
50
|
+
┌───┐ | ┌───┐ |
|
|
51
|
+
┤0╍0├ | ├☯‿☯┤ |
|
|
52
|
+
╠═╤═╣ | ╠═╤═╣ |
|
|
53
|
+
╚╦═╦╝ | ╚╤═╤╝ |
|
|
54
|
+
---
|
|
55
|
+
name: embarass
|
|
56
|
+
loop_for: 3
|
|
57
|
+
---
|
|
58
|
+
┌───┐ | ┌───┐ |
|
|
59
|
+
┤0╍0├ | │ಥ‿ಥ│ |
|
|
60
|
+
╠═╤═╣ | ╬═╤═╬ |
|
|
61
|
+
╚╦═╦╝ | ╚╦═╦╝ |
|
|
62
|
+
---
|
|
63
|
+
name: eat_bread
|
|
64
|
+
loop: false
|
|
65
|
+
---
|
|
66
|
+
┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ |
|
|
67
|
+
┤0╍0├ʕ=ʔ| ├☯‿☯┤ʕ=ʔ| ┤0╍0├ʕ=ʔ| ├☯‿☯┤ʕ=ʔ| ┤O□O├ʕ=ʔ| │ᗒ‿ᗕ│ =ʔ| ┤O□O├ =ʔ| │ᗒ‿ᗕ│ ʔ| ┤O□O├ ʔ| │ᗒ‿ᗕ│ | ┤0╍0├ | ├☯‿☯┤ | ┤0╍0├ | ├☯‿☯┤ |
|
|
68
|
+
╠═╤═╣ | ╠═╤═╣ | ╠═╤═╣ | ╠═╤═╣ | ╠═╤═╣ | ╬═╤═╬ | ╠═╤═╣ | ╬═╤═╬ | ╠═╤═╣ | ╬═╤═╬ | ╠═╤═╣ | ╠═╤═╣ | ╠═╤═╣ | ╠═╤═╣ |
|
|
69
|
+
╚╦═╦╝ | ╚╤═╤╝ | ╚╦═╦╝ | ╚╤═╤╝ | ╚╦═╦╝ | ╚╦═╦╝ | ╚╦═╦╝ | ╚╦═╦╝ | ╚╦═╦╝ | ╚╦═╦╝ | ╚╦═╦╝ | ╚╤═╤╝ | ╚╦═╦╝ | ╚╤═╤╝ |
|
|
70
|
+
---
|
|
71
|
+
name: eat_candy
|
|
72
|
+
loop: false
|
|
73
|
+
---
|
|
74
|
+
┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ |
|
|
75
|
+
┤0╍0├▷☯◁| ├☯‿☯┤▷☯◁| ┤0╍0├▷☯◁| ├☯‿☯┤▷☯◁| ┤O□O├▷☯◁| │ᗒ‿ᗕ│ ☯◁| ┤O□O├ ☯◁| │ᗒ‿ᗕ│ ◁| ┤O□O├ ◁| │ᗒ‿ᗕ│ | ┤0╍0├ | ├☯‿☯┤ | ┤0╍0├ | ├☯‿☯┤ |
|
|
76
|
+
╠═╤═╣ | ╠═╤═╣ | ╠═╤═╣ | ╠═╤═╣ | ╠═╤═╣ | ╬═╤═╬ | ╠═╤═╣ | ╬═╤═╬ | ╠═╤═╣ | ╬═╤═╬ | ╠═╤═╣ | ╠═╤═╣ | ╠═╤═╣ | ╠═╤═╣ |
|
|
77
|
+
╚╦═╦╝ | ╚╤═╤╝ | ╚╦═╦╝ | ╚╤═╤╝ | ╚╦═╦╝ | ╚╦═╦╝ | ╚╦═╦╝ | ╚╦═╦╝ | ╚╦═╦╝ | ╚╦═╦╝ | ╚╦═╦╝ | ╚╤═╤╝ | ╚╦═╦╝ | ╚╤═╤╝ |
|
|
78
|
+
---
|
|
79
|
+
name: eat_medicine
|
|
80
|
+
loop: false
|
|
81
|
+
---
|
|
82
|
+
┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ |
|
|
83
|
+
┤0╍0├◖◻◗| ├☯‿☯┤◖◻◗| ┤0╍0├◖◻◗| ├☯‿☯┤◖◻◗| ┤O□O├◖◻◗| │ᗒ‿ᗕ│ ◻◗| ┤O□O├ ◻◗| │ᗒ‿ᗕ│ ◗| ┤O□O├ ◗| │ᗒ‿ᗕ│ | ┤0╍0├ | ├☯‿☯┤ | ┤0╍0├ | ├☯‿☯┤ |
|
|
84
|
+
╠═╤═╣ | ╠═╤═╣ | ╠═╤═╣ | ╠═╤═╣ | ╠═╤═╣ | ╬═╤═╬ | ╠═╤═╣ | ╬═╤═╬ | ╠═╤═╣ | ╬═╤═╬ | ╠═╤═╣ | ╠═╤═╣ | ╠═╤═╣ | ╠═╤═╣ |
|
|
85
|
+
╚╦═╦╝ | ╚╤═╤╝ | ╚╦═╦╝ | ╚╤═╤╝ | ╚╦═╦╝ | ╚╦═╦╝ | ╚╦═╦╝ | ╚╦═╦╝ | ╚╦═╦╝ | ╚╦═╦╝ | ╚╦═╦╝ | ╚╤═╤╝ | ╚╦═╦╝ | ╚╤═╤╝ |
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
width: 11
|
|
2
|
+
height: 4
|
|
3
|
+
loop: true
|
|
4
|
+
name: walk_great
|
|
5
|
+
speed: 1
|
|
6
|
+
alias:
|
|
7
|
+
- walk_happy
|
|
8
|
+
- walk_normal
|
|
9
|
+
- walk_annoyed
|
|
10
|
+
- walk_angry
|
|
11
|
+
- walk_sick
|
|
12
|
+
- stand
|
|
13
|
+
---
|
|
14
|
+
┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|
|
|
15
|
+
│ ▢ ▢ │|│ - - │|│ ▢ ▢ │|│ - - │|│ ▢ ▢ │|│ ▢ ▢ │|│ ▢ ▢ │|│ ▢ ▢ │|
|
|
16
|
+
│ ‿ │|│ ‿ │|│ ‿ │|│ ‿ │|│ ‿ │|│ ‿ │|│ ‿ │|│ ‿ │|
|
|
17
|
+
└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|
|
|
18
|
+
---
|
|
19
|
+
name: celebrate
|
|
20
|
+
speed: 2
|
|
21
|
+
loop_for: 3
|
|
22
|
+
---
|
|
23
|
+
┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|
|
|
24
|
+
│ ▢ ▢ │|│ - - │|│ ▢ ▢ │|│ - - │|
|
|
25
|
+
│ ‿ │|│ O │|│ ‿ │|│ O │|
|
|
26
|
+
└─────────┘|└─────────┘|└─────────┘|└─────────┘|
|
|
27
|
+
---
|
|
28
|
+
name: embarass
|
|
29
|
+
speed: 2
|
|
30
|
+
loop_for: 3
|
|
31
|
+
---
|
|
32
|
+
┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|
|
|
33
|
+
│ ▢ ▢ │|│ - - │|│ ▢ ▢ │|│ - - │|
|
|
34
|
+
│ - │|│ 0 │|│ - │|│ 0 │|
|
|
35
|
+
└─────────┘|└─────────┘|└─────────┘|└─────────┘|
|
|
36
|
+
---
|
|
37
|
+
name: eat_bread
|
|
38
|
+
speed: 2
|
|
39
|
+
loop: false
|
|
40
|
+
---
|
|
41
|
+
┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|
|
|
42
|
+
│ ▢ ▢ │|│ - - │|│ ▢ ▢ │|│ - - │|│ ▢ ▢ │|│ ᗒ ᗕ │|│ ▢ ▢ │|│ ᗒ ᗕ │|│ ▢ ▢ │|│ ᗒ ᗕ │|│ ▢ ▢ │|│ - - │|│ ▢ ▢ │|│ - - │|
|
|
43
|
+
│ ‿ ʕ=ʔ│|│ O ʕ=ʔ│|│ ‿ ʕ=ʔ│|│ O ʕ=ʔ│|│ □ ʕ=ʔ│|│ ‿ =ʔ│|│ □ =ʔ│|│ ‿ ʔ│|│ □ ʔ│|│ ‿ │|│ ‿ │|│ O │|│ ‿ │|│ O │|
|
|
44
|
+
└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|
|
|
45
|
+
---
|
|
46
|
+
name: eat_candy
|
|
47
|
+
speed: 2
|
|
48
|
+
loop: false
|
|
49
|
+
---
|
|
50
|
+
┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|
|
|
51
|
+
│ ▢ ▢ │|│ - - │|│ ▢ ▢ │|│ - - │|│ ▢ ▢ │|│ ᗒ ᗕ │|│ ▢ ▢ │|│ ᗒ ᗕ │|│ ▢ ▢ │|│ ᗒ ᗕ │|│ ▢ ▢ │|│ - - │|│ ▢ ▢ │|│ - - │|
|
|
52
|
+
│ ‿ ▷☯◁│|│ O ▷☯◁│|│ ‿ ▷☯◁│|│ O ▷☯◁│|│ □ ▷☯◁│|│ ‿ ☯◁│|│ □ ☯◁│|│ ‿ ◁│|│ □ ◁│|│ ‿ │|│ ‿ │|│ O │|│ ‿ │|│ O │|
|
|
53
|
+
└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|
|
|
54
|
+
---
|
|
55
|
+
name: eat_medicine
|
|
56
|
+
speed: 2
|
|
57
|
+
loop: false
|
|
58
|
+
---
|
|
59
|
+
┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|┌─────────┐|
|
|
60
|
+
│ ▢ ▢ │|│ - - │|│ ▢ ▢ │|│ - - │|│ ▢ ▢ │|│ ᗒ ᗕ │|│ ▢ ▢ │|│ ᗒ ᗕ │|│ ▢ ▢ │|│ ᗒ ᗕ │|│ ▢ ▢ │|│ - - │|│ ▢ ▢ │|│ - - │|
|
|
61
|
+
│ ‿ ◖◻◗│|│ O ◖◻◗│|│ ‿ ◖◻◗│|│ O ◖◻◗│|│ □ ◖◻◗│|│ ‿ ◻◗│|│ □ ◻◗│|│ ‿ ◗│|│ □ ◗│|│ ‿ │|│ ‿ │|│ O │|│ ‿ │|│ O │|
|
|
62
|
+
└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|└─────────┘|
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
width: 11
|
|
2
|
+
height: 4
|
|
3
|
+
loop: true
|
|
4
|
+
name: walk_great
|
|
5
|
+
---
|
|
6
|
+
╳ | ╳ | ╳ | ╳ | ╳ | ╳ |
|
|
7
|
+
╱ʘ╲ | ╱⦵╲ | ╱⦵╲ | ╱ʘ╲ | ╱⦵╲ | ╱⦵╲ |
|
|
8
|
+
/╲‿╱\ | /╲ω╱‾ | /╲ω╱‾ |/╲‿╱\ | ‾╲ω╱\ | ‾╲ω╱\ |
|
|
9
|
+
╳ | ╳ | ╳ | ╳ | ╳ | ╳ |
|
|
10
|
+
---
|
|
11
|
+
name: walk_happy
|
|
12
|
+
---
|
|
13
|
+
╳ | ╳ | ╳ | ╳ | ╳ | ╳ |
|
|
14
|
+
╱ʘ╲ | ╱⦵╲ | ╱⦵╲ | ╱ʘ╲ | ╱⦵╲ | ╱⦵╲ |
|
|
15
|
+
/╲‿╱\ | /╲.╱‾ | /╲.╱‾ |/╲‿╱\ | ‾╲.╱\ | ‾╲.╱\ |
|
|
16
|
+
╳ | ╳ | ╳ | ╳ | ╳ | ╳ |
|
|
17
|
+
---
|
|
18
|
+
name: walk_normal
|
|
19
|
+
---
|
|
20
|
+
╳ | ╳ | ╳ | ╳ | ╳ | ╳ |
|
|
21
|
+
╱ʘ╲ | ╱‿╲ | ╱‿╲ | ╱ʘ╲ | ╱‿╲ | ╱‿╲ |
|
|
22
|
+
/╲_╱\ | /╲.╱‾ | /╲.╱‾ |/╲_╱\ | ‾╲.╱\ | ‾╲.╱\ |
|
|
23
|
+
╳ | ╳ | ╳ | ╳ | ╳ | ╳ |
|
|
24
|
+
---
|
|
25
|
+
name: walk_annoyed
|
|
26
|
+
---
|
|
27
|
+
╳ | ╳ | ╳ | ╳ | ╳ | ╳ |
|
|
28
|
+
╱ꔸ╲ | ╱‿╲ | ╱‿╲ | ╱ꔸ╲ | ╱‿╲ | ╱‿╲ |
|
|
29
|
+
/╲_╱\ | /╲.╱‾ | /╲.╱‾ |/╲_╱\ | ‾╲.╱\ | ‾╲.╱\ |
|
|
30
|
+
╳ | ╳ | ╳ | ╳ | ╳ | ╳ |
|
|
31
|
+
---
|
|
32
|
+
name: walk_angry
|
|
33
|
+
---
|
|
34
|
+
╳ | ╳ | ╳ | ╳ | ╳ | ╳ |
|
|
35
|
+
╱⊜╲ | ╱^╲ | ╱^╲ | ╱⊜╲ | ╱^╲ | ╱^╲ |
|
|
36
|
+
/╲_╱\ | /╲.╱‾ | /╲.╱‾ |/╲_╱\ | ‾╲.╱\ | ‾╲.╱\ |
|
|
37
|
+
╳ | ╳ | ╳ | ╳ | ╳ | ╳ |
|
|
38
|
+
---
|
|
39
|
+
name: walk_sick
|
|
40
|
+
---
|
|
41
|
+
╳ | ╳ | ╳ | ╳ | ╳ | ╳ |
|
|
42
|
+
╱ꔸ╲ | ╱=╲ | ╱=╲ | ╱ꔸ╲ | ╱=╲ | ╱=╲ |
|
|
43
|
+
/╲~╱\ | /╲.╱‾ | /╲.╱‾ |/╲~╱\ | ‾╲.╱\ | ‾╲.╱\ |
|
|
44
|
+
╳ | ╳ | ╳ | ╳ | ╳ | ╳ |
|
|
45
|
+
---
|
|
46
|
+
name: stand
|
|
47
|
+
---
|
|
48
|
+
╳ | ╳ |
|
|
49
|
+
╱ʘ╲ | ╱⦵╲ |
|
|
50
|
+
/╲‿╱\ | /╲.╱\ |
|
|
51
|
+
╳ | ╳ |
|
|
52
|
+
---
|
|
53
|
+
name: celebrate
|
|
54
|
+
loop_for: 3
|
|
55
|
+
---
|
|
56
|
+
╳ | ╳ |
|
|
57
|
+
╱ʘ╲ | ╱⦵╲ |
|
|
58
|
+
/╲‿╱\ | ‾╲ω╱‾ |
|
|
59
|
+
╳ | ╳ |
|
|
60
|
+
---
|
|
61
|
+
name: embarass
|
|
62
|
+
loop_for: 3
|
|
63
|
+
---
|
|
64
|
+
╳ | ╳ |
|
|
65
|
+
╱ʘ╲ | ╱‿╲ |
|
|
66
|
+
/╲.╱\ | ‾╲~╱‾ |
|
|
67
|
+
╳ | ╳ |
|
|
68
|
+
---
|
|
69
|
+
name: eat_bread
|
|
70
|
+
loop: false
|
|
71
|
+
---
|
|
72
|
+
╳ | ╳ | ╳ | ╳ | ╳ | ╳ | ╳ | ╳ | ╳ | ╳ | ╳ | ╳ | ╳ | ╳ |
|
|
73
|
+
╱ʘ╲ | ╱⦵╲ | ╱ʘ╲ | ╱⦵╲ | ╱O╲ | ╱⇀╲ | ╱O╲ | ╱⇀╲ | ╱O╲ | ╱⇀╲ | ╱ʘ╲ | ╱⦵╲ | ╱ʘ╲ | ╱⦵╲ |
|
|
74
|
+
/╲‿╱\ | ‾╲ω╱‾ | /╲‿╱\ | ‾╲ω╱‾ | /╲□╱\ | /╲‿╱\ | /╲□╱\ | /╲‿╱\ | /╲□╱\ | /╲‿╱\ | /╲‿╱\ | ‾╲ω╱‾ | /╲‿╱\ | ‾╲ω╱‾ |
|
|
75
|
+
ʕ=ʔ╳ | ʕ=ʔ╳ | ʕ=ʔ╳ | ʕ=ʔ╳ | ʕ=ʔ╳ | ʕ= ╳ | ʕ= ╳ | ʕ ╳ | ʕ ╳ | ╳ | ╳ | ╳ | ╳ | ╳ |
|
|
76
|
+
---
|
|
77
|
+
name: eat_candy
|
|
78
|
+
loop: false
|
|
79
|
+
---
|
|
80
|
+
╳ | ╳ | ╳ | ╳ | ╳ | ╳ | ╳ | ╳ | ╳ | ╳ | ╳ | ╳ | ╳ | ╳ |
|
|
81
|
+
╱ʘ╲ | ╱⦵╲ | ╱ʘ╲ | ╱⦵╲ | ╱O╲ | ╱⇀╲ | ╱O╲ | ╱⇀╲ | ╱O╲ | ╱⇀╲ | ╱ʘ╲ | ╱⦵╲ | ╱ʘ╲ | ╱⦵╲ |
|
|
82
|
+
/╲‿╱\ | ‾╲ω╱‾ | /╲‿╱\ | ‾╲ω╱‾ | /╲□╱\ | /╲‿╱\ | /╲□╱\ | /╲‿╱\ | /╲□╱\ | /╲‿╱\ | /╲‿╱\ | ‾╲ω╱‾ | /╲‿╱\ | ‾╲ω╱‾ |
|
|
83
|
+
▷☯◁╳ | ▷☯◁╳ | ▷☯◁╳ | ▷☯◁╳ | ▷☯◁╳ | ▷☯ ╳ | ▷☯ ╳ | ▷ ╳ | ▷ ╳ | ╳ | ╳ | ╳ | ╳ | ╳ |
|
|
84
|
+
---
|
|
85
|
+
name: eat_medicine
|
|
86
|
+
loop: false
|
|
87
|
+
---
|
|
88
|
+
╳ | ╳ | ╳ | ╳ | ╳ | ╳ | ╳ | ╳ | ╳ | ╳ | ╳ | ╳ | ╳ | ╳ |
|
|
89
|
+
╱ʘ╲ | ╱⦵╲ | ╱ʘ╲ | ╱⦵╲ | ╱O╲ | ╱⇀╲ | ╱O╲ | ╱⇀╲ | ╱O╲ | ╱⇀╲ | ╱ʘ╲ | ╱⦵╲ | ╱ʘ╲ | ╱⦵╲ |
|
|
90
|
+
/╲‿╱\ | ‾╲ω╱‾ | /╲‿╱\ | ‾╲ω╱‾ | /╲□╱\ | /╲‿╱\ | /╲□╱\ | /╲‿╱\ | /╲□╱\ | /╲‿╱\ | /╲‿╱\ | ‾╲ω╱‾ | /╲‿╱\ | ‾╲ω╱‾ |
|
|
91
|
+
◖◻◗╳ | ◖◻◗╳ | ◖◻◗╳ | ◖◻◗╳ | ◖◻◗╳ | ◖◻ ╳ | ◖◻ ╳ | ◖ ╳ | ◖ ╳ | ╳ | ╳ | ╳ | ╳ | ╳ |
|
data/data/death.txtanim
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
width: 11
|
|
2
|
+
height: 4
|
|
3
|
+
loop: true
|
|
4
|
+
speed: 1
|
|
5
|
+
---
|
|
6
|
+
┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ | ┌───┐ |
|
|
7
|
+
│ ☠ │ | │ ☠ │ | │ ☠ │ | │ ☠ │ | │ ☠ │ | │ ☠ │ |
|
|
8
|
+
│RIP│ | │RIP│ | │RIP│ | │RIP│ | │RIP│ | │RIP│ |
|
|
9
|
+
''''''''' | '''''''`` | '''''``'' | '''``'''' | '``'''''' | `'''''''' |
|
data/data/hatch.txtanim
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
width: 11
|
|
2
|
+
height: 4
|
|
3
|
+
loop: false
|
|
4
|
+
---
|
|
5
|
+
_ | _ | _ | _ | _ | _ | _ | _ | _ | _ | _ | _ | _ | _ | _ | _ | _ | _ | | ☺ | | | | | | |
|
|
6
|
+
/ \ | ((/ \ | / \)) | / \ | ((/ \ | / \)) | / \ | ((/ \ | / \)) | / \ | ((/ \ | / \)) | / \ | / \ | / \ | / ¡\ | / ¦\ | / ϟ\ | / ϟ\ | / ϟ\ | | | | | | |
|
|
7
|
+
\_/ | \_/)) | ((\_/ | \_/ | \_/)) | ((\_/ | \_/ | \_/)) | ((\_/ | \_/ | \_/)) | ((\_/ | \_‚/ | \_¡/ | \_¦/ | \_ϟ/ | \_ϟ/ | \_ϟ/ | \_ϟ/ | \_ϟ/ | (O□O) | (☆‿☆) | (O□O) | (☆‿☆) | (O□O) | (☆‿☆) |
|
|
8
|
+
| | | | | | | | | | | | | | | | | | | | | | | | | |
|