package
Version:
v0.0.0-...-7346b48
Opens a new window with list of versions in this module.
Published: Apr 24, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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 struct {
ExecPath string `json:"exec_path"`
ProjectPath string `json:"project_path"`
Envs []Env `json:"envs"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.