From aa734b04ee705ca36c83c3de20a49297691cf1ea Mon Sep 17 00:00:00 2001 From: MrPixel92 <35262174+MrPixel92@users.noreply.github.com> Date: Sat, 29 Apr 2023 13:57:47 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D0=B3=D0=BE=D1=82=D0=BE?= =?UTF-8?q?=D0=B2=D0=B8=D0=BB=20=D0=BF=D1=83=D1=88=D0=BA=D0=B8=20=D0=BA=20?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=BE=D0=B9=20=D1=81=D0=B8=D1=81=D1=82=D0=B5?= =?UTF-8?q?=D0=BC=D0=B5=20=D1=81=D1=82=D1=80=D0=B5=D0=BB=D1=8C=D0=B1=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Добавил скорострельность и авто/одиноч выстрелы --- Applications/RayWalk.app/Weapons/Weapons.cfg | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Applications/RayWalk.app/Weapons/Weapons.cfg b/Applications/RayWalk.app/Weapons/Weapons.cfg index f7aa4274..ffb0f067 100755 --- a/Applications/RayWalk.app/Weapons/Weapons.cfg +++ b/Applications/RayWalk.app/Weapons/Weapons.cfg @@ -8,6 +8,8 @@ x = -1, y = -4, }, + fireTime = 3, + isAuto = 0, crosshairTexture = "CrosshairTextures/Default.pic", }, { @@ -19,6 +21,8 @@ x = 1, y = -1, }, + fireTime = 2, + isAuto = 1, crosshairTexture = "CrosshairTextures/Half.pic", }, { @@ -31,6 +35,8 @@ y = 1, }, crosshairTexture = "CrosshairTextures/Angled.pic", + fireTime = 5, + isAuto = 0, }, { name = "Plasmer", @@ -41,6 +47,8 @@ x = 1, y = -2, }, + fireTime = 3, + isAuto = 1, crosshairTexture = "CrosshairTextures/Dotted.pic", }, -} \ No newline at end of file +}