master #2

Merged
milan merged 3 commits from master into milan2018 2020-04-01 21:10:10 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1a62312b11 - Show all commits

View File

@ -39,7 +39,7 @@ local ball_spawner_update_form = function (pos)
bounce = meta:get_int("bounce"); -- if nonzero bounces when hit obstacle, 0 gets absorbed
gravity = meta:get_float("gravity"); -- gravity
hp = meta:get_float("hp");
hurt = meta:get_float("hurt");
puncheable = meta:get_int("puncheable"); -- if 1 can be punched by players in protection, if 2 can be punched by anyone
solid = meta:get_int("solid"); -- if 1 then entity is solid - cant be walked on