From 3344af5fcaa6ed8869547232e87e0e3f101b9925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9A=D0=B0=D0=BF?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BA=D0=BE?= Date: Mon, 6 Sep 2021 14:28:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B7=D0=B0=D0=B3=D0=BE=D1=82=D0=BE=D0=B2?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=BF=D1=80=D0=BE=D0=B8=D0=B3=D1=80=D1=8B=D0=B2?= =?UTF-8?q?=D0=B0=D1=82=D0=B5=D0=BB=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../100.события.js} | 0 .../700.игра.js | 10 +++++++++ 3.0/проигрыватель/index.html | 21 +++++++++++++++++++ 3.0/редактор/index.html | 3 +-- 4 files changed, 32 insertions(+), 2 deletions(-) rename 3.0/{редактор/040.события.js => общее/100.события.js} (100%) create mode 100644 3.0/проигрыватель/700.игра.js create mode 100644 3.0/проигрыватель/index.html diff --git a/3.0/редактор/040.события.js b/3.0/общее/100.события.js similarity index 100% rename from 3.0/редактор/040.события.js rename to 3.0/общее/100.события.js diff --git a/3.0/проигрыватель/700.игра.js b/3.0/проигрыватель/700.игра.js new file mode 100644 index 0000000..29668ef --- /dev/null +++ b/3.0/проигрыватель/700.игра.js @@ -0,0 +1,10 @@ +function Игра() +{ + this.создать = function() + { + this.события = new События(); + }; + + // Конструктор. + this.создать(); +} diff --git a/3.0/проигрыватель/index.html b/3.0/проигрыватель/index.html new file mode 100644 index 0000000..0ae3dc3 --- /dev/null +++ b/3.0/проигрыватель/index.html @@ -0,0 +1,21 @@ + + + + + + + + + +
+
+
+ + + + + + diff --git a/3.0/редактор/index.html b/3.0/редактор/index.html index f53fe77..4c4b430 100644 --- a/3.0/редактор/index.html +++ b/3.0/редактор/index.html @@ -31,7 +31,6 @@ width: 4em; display: flex; flex-direction: column; - /*justify-content: center;*/ border: 1px dashed gainsboro; } #воспроизведение @@ -58,7 +57,7 @@
- +