Exemple #1
0
 this.hint = function (display, sprite, device_pos)
 {
     if (!sprite.get_layer("bottom").match(/^takusiage/)) {
         $h.draw_hints_rect(display, left_rects);
         $h.draw_hints_rect(display, right_rects);
     }
 }
Exemple #2
0
 this.hint = function (display, sprite, device_pos)
 {
     $h.draw_hints_rect(display, left_rect);
     $h.draw_hints_rect(display, right_rect);
 }