This website works better with JavaScript.
Home
Explore
Help
Sign In
kornerr
/
K
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
привет, мир
master
Михаил Капелько
3 years ago
parent
2dade96308
commit
fac97dadcc
4 changed files
with
33 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
001.мир.js
+24
-1
090.проверка.js
+1
-0
499.пуск.js
+1
-0
index.html
+ 7
- 0
001.мир.js
View File
@@ -180,3 +180,10 @@ function Мир()
// Конструктор.
this.события = {};
}
/*
*
* Создание глобального мира.
*
*/
мир = new Мир();
+ 24
- 1
090.проверка.js
View File
@@ -1 +1,24 @@
console.debug("090")
console.debug("090", мир);
/*
*
* Реакции
*
*/
ПроверитьМир = мир =>
{
console.debug("привет, мир");
};
/*
*
* Последовательность
*
*/
мир.разобрать(`
пуск
проверить мир
`);
+ 1
- 0
499.пуск.js
View File
@@ -0,0 +1 @@
мир.уведомить("пуск");
+ 1
- 0
index.html
View File
@@ -6,6 +6,7 @@
<script src="https://cdn.jsdelivr.net/npm/phaser@3.54.0/dist/phaser.min.js"></script>
<script src="001.мир.js"></script>
<script src="090.проверка.js"></script>
<script src="499.пуск.js"></script>
</head>
<body>
</body>
Write
Preview
Loading…
Cancel
Save