From 04bce5c57e77af86654c48aa4efb21ef732fc093 Mon Sep 17 00:00:00 2001 From: sasha80 Date: Thu, 25 Apr 2024 16:14:07 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D1=84=D0=B0=D0=BA=D1=82=D0=BE?= =?UTF-8?q?=D1=80.=20=D0=9F=D0=BE=D1=82=D0=BE=D0=BC=D1=83=20=D1=87=D1=82?= =?UTF-8?q?=D0=BE=20=D0=BF=D1=80=D0=B8=D0=B1=D0=BE=D1=80=D1=8B!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.godot | 30 +++++++++++----------- {scenes/scripts => scripts}/capsrpb.gd | 0 {scenes/scripts => scripts}/file-table.gd | 0 {scenes/scripts => scripts}/hotkeys.gd | 0 {scenes/scripts => scripts}/interfer.gd | 0 {scenes/scripts => scripts}/mercator.gd | 0 {scenes/scripts => scripts}/modbus.gd | 0 {scenes/scripts => scripts}/repnetwork.gd | 0 {scenes/scripts => scripts}/repsettings.gd | 0 {scenes/scripts => scripts}/signaller.gd | 0 {scenes/scripts => scripts}/tcp5p28.gd | 0 {scenes/scripts => scripts}/threats.gd | 0 {scenes/scripts => scripts}/tools.gd | 0 {scenes/scripts => scripts}/yau07.gd | 0 {scenes/scripts => scripts}/yems-boards.gd | 0 {scenes/scripts => scripts}/yems-consts.gd | 0 {scenes/scripts => scripts}/yems-devs.gd | 0 17 files changed, 15 insertions(+), 15 deletions(-) rename {scenes/scripts => scripts}/capsrpb.gd (100%) rename {scenes/scripts => scripts}/file-table.gd (100%) rename {scenes/scripts => scripts}/hotkeys.gd (100%) rename {scenes/scripts => scripts}/interfer.gd (100%) rename {scenes/scripts => scripts}/mercator.gd (100%) rename {scenes/scripts => scripts}/modbus.gd (100%) rename {scenes/scripts => scripts}/repnetwork.gd (100%) rename {scenes/scripts => scripts}/repsettings.gd (100%) rename {scenes/scripts => scripts}/signaller.gd (100%) rename {scenes/scripts => scripts}/tcp5p28.gd (100%) rename {scenes/scripts => scripts}/threats.gd (100%) rename {scenes/scripts => scripts}/tools.gd (100%) rename {scenes/scripts => scripts}/yau07.gd (100%) rename {scenes/scripts => scripts}/yems-boards.gd (100%) rename {scenes/scripts => scripts}/yems-consts.gd (100%) rename {scenes/scripts => scripts}/yems-devs.gd (100%) diff --git a/project.godot b/project.godot index fa20df7..1105930 100644 --- a/project.godot +++ b/project.godot @@ -43,22 +43,22 @@ config/external_cu=false [autoload] log="*res://addons/godot-logger/scripts/logger.gd" -tools="*res://scenes/scripts/tools.gd" -signaller="*res://scenes/scripts/signaller.gd" -repsettings="*res://scenes/scripts/repsettings.gd" -repnetwork="*res://scenes/scripts/repnetwork.gd" -yau07="*res://scenes/scripts/yau07.gd" -capsrpb="*res://scenes/scripts/capsrpb.gd" +tools="*res://scripts/tools.gd" +signaller="*res://scripts/signaller.gd" +repsettings="*res://scripts/repsettings.gd" +repnetwork="*res://scripts/repnetwork.gd" +yau07="*res://scripts/yau07.gd" +capsrpb="*res://scripts/capsrpb.gd" table="*res://table/table.gd" -threats="*res://scenes/scripts/threats.gd" -yemsdevs="*res://scenes/scripts/yems-devs.gd" -yemsboards="*res://scenes/scripts/yems-boards.gd" -yemsconsts="*res://scenes/scripts/yems-consts.gd" -interfer="*res://scenes/scripts/interfer.gd" -hotkeys="*res://scenes/scripts/hotkeys.gd" -mercator="*res://scenes/scripts/mercator.gd" -modbus="*res://scenes/scripts/modbus.gd" -tcp5p28="*res://scenes/scripts/tcp5p28.gd" +threats="*res://scripts/threats.gd" +yemsdevs="*res://scripts/yems-devs.gd" +yemsboards="*res://scripts/yems-boards.gd" +yemsconsts="*res://scripts/yems-consts.gd" +interfer="*res://scripts/interfer.gd" +hotkeys="*res://scripts/hotkeys.gd" +mercator="*res://scripts/mercator.gd" +modbus="*res://scripts/modbus.gd" +tcp5p28="*res://scripts/tcp5p28.gd" [debug] diff --git a/scenes/scripts/capsrpb.gd b/scripts/capsrpb.gd similarity index 100% rename from scenes/scripts/capsrpb.gd rename to scripts/capsrpb.gd diff --git a/scenes/scripts/file-table.gd b/scripts/file-table.gd similarity index 100% rename from scenes/scripts/file-table.gd rename to scripts/file-table.gd diff --git a/scenes/scripts/hotkeys.gd b/scripts/hotkeys.gd similarity index 100% rename from scenes/scripts/hotkeys.gd rename to scripts/hotkeys.gd diff --git a/scenes/scripts/interfer.gd b/scripts/interfer.gd similarity index 100% rename from scenes/scripts/interfer.gd rename to scripts/interfer.gd diff --git a/scenes/scripts/mercator.gd b/scripts/mercator.gd similarity index 100% rename from scenes/scripts/mercator.gd rename to scripts/mercator.gd diff --git a/scenes/scripts/modbus.gd b/scripts/modbus.gd similarity index 100% rename from scenes/scripts/modbus.gd rename to scripts/modbus.gd diff --git a/scenes/scripts/repnetwork.gd b/scripts/repnetwork.gd similarity index 100% rename from scenes/scripts/repnetwork.gd rename to scripts/repnetwork.gd diff --git a/scenes/scripts/repsettings.gd b/scripts/repsettings.gd similarity index 100% rename from scenes/scripts/repsettings.gd rename to scripts/repsettings.gd diff --git a/scenes/scripts/signaller.gd b/scripts/signaller.gd similarity index 100% rename from scenes/scripts/signaller.gd rename to scripts/signaller.gd diff --git a/scenes/scripts/tcp5p28.gd b/scripts/tcp5p28.gd similarity index 100% rename from scenes/scripts/tcp5p28.gd rename to scripts/tcp5p28.gd diff --git a/scenes/scripts/threats.gd b/scripts/threats.gd similarity index 100% rename from scenes/scripts/threats.gd rename to scripts/threats.gd diff --git a/scenes/scripts/tools.gd b/scripts/tools.gd similarity index 100% rename from scenes/scripts/tools.gd rename to scripts/tools.gd diff --git a/scenes/scripts/yau07.gd b/scripts/yau07.gd similarity index 100% rename from scenes/scripts/yau07.gd rename to scripts/yau07.gd diff --git a/scenes/scripts/yems-boards.gd b/scripts/yems-boards.gd similarity index 100% rename from scenes/scripts/yems-boards.gd rename to scripts/yems-boards.gd diff --git a/scenes/scripts/yems-consts.gd b/scripts/yems-consts.gd similarity index 100% rename from scenes/scripts/yems-consts.gd rename to scripts/yems-consts.gd diff --git a/scenes/scripts/yems-devs.gd b/scripts/yems-devs.gd similarity index 100% rename from scenes/scripts/yems-devs.gd rename to scripts/yems-devs.gd