Drafffffff
Drafffffff
并且图标无法加载
> The translation entries for the overall `p5.Vector` class has not been added to the translation json file. If you like you can look into adding it. Otherwise there are...
If I want to translate p5.Vector which structure is right? ```json { "p5.Vector": { "description": "一个用以描述二维或三维向量的类.....", "params": [ "数字: 向量的x分量", "数字: 向量的y分量", "数字: 向量的z分量" ], "methods": { "mult": "向量乘法...", "add":...
> @Drafffffff When running `npm i` is the terminal in `p5.js-website` folder? Can you also try removing the existing `node_modules` folder then running the install again? > > > If...
@archibaldodlc Hi,I'm trying to compile a Chinese edition follow Kraiz0's steps but in the latest commit ppsspp-core was removed. I'm a noob of compiling code. Could you please help me...