From 3beecde00470acc5dc1e10ac1d4d89e9d05455ef Mon Sep 17 00:00:00 2001 From: anulax1225 Date: Wed, 20 Dec 2023 19:50:28 +0100 Subject: [PATCH] Added full license --- js/rendering/canvas_render.js => LICENSE | 0 css/animation.css | 1 + css/style.css | 2 ++ css/ui.css | 2 ++ html/template.html | 1 + html/templates/home.html | 1 + html/templates/login.html | 2 ++ html/templates/test_modal.html | 2 ++ js/index.js | 5 ++++- js/{ => skama_code}/api/agent.js | 0 js/{ => skama_code}/api/config.js | 2 ++ js/{ => skama_code}/api/planet.js | 3 +++ js/{ => skama_code}/api/system.js | 0 js/{ => skama_code}/auth/auth.js | 4 ++-- js/{ => skama_code}/commun/initialzer.js | 1 + js/{ => skama_code}/commun/position.js | 3 +++ js/{ => skama_code}/commun/strategie.js | 2 ++ .../rendering/canvas_render.js} | 0 js/skama_code/ui/menu.js | 0 js/{ => skama_code}/ui/modal.js | 3 +++ js/{ => skama_code}/ui/templeting_engine.js | 0 js/{ => skama_code}/ui/timer.js | 3 +++ js/test/tests.js | 17 ++++++++++------- 23 files changed, 44 insertions(+), 10 deletions(-) rename js/rendering/canvas_render.js => LICENSE (100%) rename js/{ => skama_code}/api/agent.js (100%) rename js/{ => skama_code}/api/config.js (72%) rename js/{ => skama_code}/api/planet.js (98%) rename js/{ => skama_code}/api/system.js (100%) rename js/{ => skama_code}/auth/auth.js (94%) rename js/{ => skama_code}/commun/initialzer.js (99%) rename js/{ => skama_code}/commun/position.js (75%) rename js/{ => skama_code}/commun/strategie.js (98%) rename js/{ui/menu.js => skama_code/rendering/canvas_render.js} (100%) create mode 100644 js/skama_code/ui/menu.js rename js/{ => skama_code}/ui/modal.js (94%) rename js/{ => skama_code}/ui/templeting_engine.js (100%) rename js/{ => skama_code}/ui/timer.js (96%) diff --git a/js/rendering/canvas_render.js b/LICENSE similarity index 100% rename from js/rendering/canvas_render.js rename to LICENSE diff --git a/css/animation.css b/css/animation.css index e69de29..e4b078d 100644 --- a/css/animation.css +++ b/css/animation.css @@ -0,0 +1 @@ +/* Copyright © 2023 Entreprise SkamKraft */ \ No newline at end of file diff --git a/css/style.css b/css/style.css index 0541d5f..4dcf64c 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,5 @@ +/* Copyright © 2023 Entreprise SkamKraft */ + :root { --main-back-color: rgb(143, 143, 143); --second-back-color: black; diff --git a/css/ui.css b/css/ui.css index 5c0c6b4..c0c70f5 100644 --- a/css/ui.css +++ b/css/ui.css @@ -1,3 +1,5 @@ +/* Copyright © 2023 Entreprise SkamKraft */ + .modal-disable::backdrop { background-color: rgba(0, 0, 0, 0.493); } \ No newline at end of file diff --git a/html/template.html b/html/template.html index 959f521..62edad4 100644 --- a/html/template.html +++ b/html/template.html @@ -1,3 +1,4 @@ +