Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Setting up CrystalScript

JXSnack edited this page Mar 12, 2023 · 2 revisions

When you create a new project, the project will appear in the editor/<project name>/ folder. In that folder, you can find lots of files. One of them is called script.json. When you open it you see about one line of JSON code. You can delete that and replace it with this code:

{
	"global_variables": {
	},
	"functions": {
	},
	"checks": {
	}
}

For now, nothing will change, but you actually just made the foundation to all of the code you are going to write.
You want to start coding? Here's the next step!

CrystalStudio

  • Settings
    • Custom theme (coming soon)
  • Project
    • Creating project (coming soon)
    • Open project (coming soon)
    • Bookmark project (coming soon)
  • Editor
    • Buttons (coming soon)
    • Scenes (coming soon)
    • Texts (coming soon)
    • Build/play Game (coming soon)

CrystalScript

Clone this wiki locally