Alpha-v0.0.2a #1

Closed
thunderdog1138 wants to merge 321 commits from Alpha-v0.0.2a into master
1 changed files with 9 additions and 9 deletions
Showing only changes of commit 5c57c5d8a8 - Show all commits

View File

@ -67,16 +67,16 @@ mobs:register_mob("mobs_monster:tusken_raider", {
light_damage = 0, light_damage = 0,
fear_height = 4, fear_height = 4,
animation = { animation = {
speed_normal = 15, speed_normal = 30,
speed_run = 15, speed_run = 30,
stand_start = 0, stand_start = 0,
stand_end = 39, stand_end = 79,
walk_start = 41, walk_start = 168,
walk_end = 72, walk_end = 187,
run_start = 74, run_start = 168,
run_end = 105, run_end = 187,
punch_start = 74, punch_start = 200,
punch_end = 105, punch_end = 219,
}, },
--[[ --[[
custom_attack = function(self, p) custom_attack = function(self, p)