Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Hi, is it possible to add the skill shop in to the Menu, if yes how!? :)

Hi, yes you can add the skill shop to the menu, you can use the js

const goods = ["{\"skill\":\"1\",\"price\":\"100\"}","{\"skill\":\"2\",\"price\":\"200\"}"];
SceneManager.push(CGMZ_Scene_SkillShop);
SceneManager.prepareNextScene(goods, "");

Worked perfect thanks! ;)