storage

package
v0.0.0-...-7346b48 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2022 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Env

type Env struct {
	Name            string `json:"name"`
	Scene           string `json:"scene"`
	Arguments       string `json:"arguments"`
	NoWindow        bool   `json:"no_window"`
	DebugCollisions bool   `json:"debug_collisions"`
	DebugNavigation bool   `json:"debug_navigation"`
}

type Project

type Project struct {
	ExecPath    string `json:"exec_path"`
	ProjectPath string `json:"project_path"`
	Envs        []Env  `json:"envs"`
}

func New

func New() *Project

func (*Project) Save

func (p *Project) Save() error

func (*Project) TryLoad

func (p *Project) TryLoad() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL