player.lua

来自「一个symbian 冒险游戏代码」· LUA 代码 · 共 25 行

LUA
25
字号
speed = 100
hitpoints = 250
sanity = 30;

swordSkill = 90;
swordDamage = 5;
swordRange = 75;
swordAngle = 60;
swordDelay = 0;
swordSlowdownFactor = 0;

spearSkill = 80;
spearDamage = 7;
spearRange = 110;
spearAngle = 45;
spearDelay = 10;
spearSlowdownFactor = 20;

shotgunSkill = 70;
shotgunDamage = 15;
shotgunRange = 400;
shotgunAngle = 30;
shotgunDelay = 75;
shotgunSlowdownFactor = 0;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?