aspect

package
v0.0.0-...-eb6d389 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2016 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ClosedDoor = Feature{
	Name:     "closed door",
	Wallable: true,
}
View Source
var Floor = Feature{
	Name:        "floor",
	Passable:    true,
	Transparent: true,
}
View Source
var OpenDoor = Feature{
	Name:        "open door",
	Wallable:    true,
	Passable:    true,
	Transparent: true,
}
View Source
var Void = Feature{}
View Source
var Wall = Feature{
	Name:     "wall",
	Wallable: true,
}

Functions

This section is empty.

Types

type Feature

type Feature struct {
	Name        string
	Passable    bool
	Transparent bool
	Wallable    bool
}

type Furniture

type Furniture struct {
	Name string
}

Jump to

Keyboard shortcuts

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