ANOSEONGLASS<br>MUNASEF<br>TAKEACHILLPILL*
*Adrenaline effects
*:
ANOSEONGLASS<br>MUNASEF<br>TAKEACHILLPILL*
*Adrenaline effects
*:
<canvas id="level_canvas_d0" width="64" height="64"></canvas>
<script>
console.log("tynr.art: level_canvas_d0");
const canvas = document.querySelector("#level_canvas_d0") ?? null;
const ctx = canvas.getContext("2d");
ctx.fillStyle = "#FF0000";
ctx.fillRect(0, 0, 4, 4);
-| 21:58 - "Ответ: для разгулки времени."
![[Pasted image 20220615215046.png]]
![[module.js]]
/** | |
* This file provides basic structure for any JS class in my projects | |
* Don't forget to use doxygen comments https://jsdoc.app/ | |
* This file linted with strict eslint rules https://eslint.org/ | |
* Use prettier to format your files https://prettier.io/ | |
* | |
* @file ClassTemplate.js | |
* @author tynrare | |
* @version 1 | |
* @module Templates |
" color schemes | |
if (has("termguicolors")) | |
set termguicolors | |
endif | |
syntax enable | |
" colorscheme evening | |
colorscheme tender | |
let g:airline_theme='tender' |
set nocompatible " be iMproved, required | |
filetype on " required | |
syntax on | |
set encoding=utf-8 | |
let g:airline_powerline_fonts = 1 | |
let g:vim_markdown_folding_disabled = 1 | |
set statusline+=%#warningmsg# | |
set statusline+=%{SyntasticStatuslineFlag()} |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
</head> | |
<!-- # Body --> | |
<body | |
style="-moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;" |
<!DOCTYPE html> | |
<html> | |
<head> | |
</head> | |
<!-- # Body --> | |
<body> | |
<div class="dust-center-0"> |
Блендер, 3д, форматы, экспорт, движки, т.п.
Launch python live server
$ python -m http.server