/
domahes
/
Arcade
Обзор
Документация
Войти
/
domahes
/
Arcade
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
js/init/iFActionGameStart.js
15 строк
358 B
domahes
Initial commit with game files
01 июн 2026, 09:31
01 июн 2026, 09:31
0f50ffb
Код
Авторство
О чём код?
/** * Created by Yitian Chen on 2019/4/25. * iFActionGameStart * Program script entry point */ function iFActionGameStart(){ //Set DEBUG mode IVal.DEBUG = false; //Set the default text color IVal.FontColor = IColor.White(); //Set the default text size IVal.FontSize = 18; //Set the first Scene IVal.scene = new SStart(); }