-added mixin for adding exluded components using it's type -demos: *added GUI for selecting templates and choosing tools *change SpaceInvades SideMove system to not using events for better performance and multithreading *added Entites spawning support *fixed some Snake demo bugs *GUI work's better now
9 lines
No EOL
115 B
D
9 lines
No EOL
115 B
D
module gui.template_;
|
|
|
|
import ecs.entity;
|
|
|
|
struct TemplateGUI
|
|
{
|
|
const (char)* name;
|
|
EntityTemplate* tmpl;
|
|
} |