Preparation for changing collision system.

This commit is contained in:
genxium
2022-09-23 16:42:44 +08:00
parent 58add91a54
commit 85c94a9e5d
8 changed files with 28 additions and 169 deletions

View File

@@ -1,5 +1,6 @@
const i18n = require('LanguageData');
i18n.init(window.language); // languageID should be equal to the one we input in New Language ID input field
cc.Class({
extends: cc.Component,