tests/lua/hellfire_burns.lua
changeset 10611 58cad46782ff
parent 10609 15f2908113a1
child 12602 a9a7ef966e72
equal deleted inserted replaced
10609:15f2908113a1 10611:58cad46782ff
     1 
       
     2 HedgewarsScriptLoad("/Scripts/Draw.lua")
       
     3 
     1 
     4 local ta_pointsize = 63
     2 local ta_pointsize = 63
     5 local ta_radius = (ta_pointsize * 10 + 6) / 2
     3 local ta_radius = (ta_pointsize * 10 + 6) / 2
     6 
     4 
     7 local sqrttwo = math.sqrt(2)
     5 local sqrttwo = math.sqrt(2)