Compare commits

...

5 Commits

Author SHA1 Message Date
Nathan Salapat 7918625c05 Merge pull request #2 from taikedz/dev
initial license file, it's about time ;)
2016-12-17 13:33:42 -06:00
NathanSalapat 5d0232a578 added reach 2016-12-16 08:43:33 -06:00
Nathan Salapat 158073ed06 Merge pull request #1 from taikedz/dev
Looks good to me, though I didn't see any credits for the sound.
2016-12-15 08:21:10 -06:00
Tai @ Flex 76de5de12d initial license file 2016-12-14 19:57:24 +00:00
Tai @ Flex 4160a625a0 new texture 2016-12-14 19:55:39 +00:00
4 changed files with 8 additions and 1 deletions

6
LICENSE.txt Normal file
View File

@ -0,0 +1,6 @@
Sound:
penguin_chirrup.ogg
(C) 2016 Tai "DuCake" Kedzierski
CC-BY-SA 4.0

View File

@ -4,6 +4,7 @@ mobs:register_mob("penguin:penguin", {
type = "animal",
passive = false,
attack_type = "dogfight",
reach = 1,
damage = 2,
hp_min = 5,
hp_max = 15,
@ -40,7 +41,7 @@ mobs:register_mob("penguin:penguin", {
light_damage = 0,
-- model animation
animation = {
speed_normal = 15, speed_run = 15,
speed_normal = 15, speed_run = 15,
stand_start = 0, stand_end = 60, -- head down/up
walk_start = 150, walk_end = 170, -- walk
run_start = 150, run_end = 170, -- walk

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB