GameFileVersion1

While Kyd is in early development, the file format is still evolving, and backwards compatibility is NOT supported.

Once the file format is stable, any breaking changes must be placed in a NEW implementation.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val version: String

Functions

Link copied to clipboard
open override fun gameFromJson(jGame: JsonObject, filePath: String, resources: Resources, editor: Boolean): Game
Link copied to clipboard
open override fun Game.toJson(): JsonObject