Tfe

Ongi etorri tfe-ren webgunera...

Old stuff/old_sites/threejs/18/js/items/punch.js

(Deskargatu)
var Punch = function(game, options)
{
    this.weapon_speed=1.0;
    this.weapon_range = 15;
    this.weapon_attack_damage = 1;
    this.weapon_hit_chance = 0.5;
    this.weapon_defense = 0;
};