Documentation ¶
Overview ¶
拠点でのコマンド選択画面
ゲームの導入テキストを表示するステート
Index ¶
- type CraftMenuState
- func (st *CraftMenuState) Draw(world w.World, screen *ebiten.Image)
- func (st *CraftMenuState) OnPause(world w.World)
- func (st *CraftMenuState) OnResume(world w.World)
- func (st *CraftMenuState) OnStart(world w.World)
- func (st *CraftMenuState) OnStop(world w.World)
- func (st *CraftMenuState) SetCategory(category ItemCategoryType)
- func (st CraftMenuState) String() string
- func (st *CraftMenuState) Update(world w.World) states.Transition
- type DebugMenuState
- func (st *DebugMenuState) Draw(world w.World, screen *ebiten.Image)
- func (st *DebugMenuState) OnPause(world w.World)
- func (st *DebugMenuState) OnResume(world w.World)
- func (st *DebugMenuState) OnStart(world w.World)
- func (st *DebugMenuState) OnStop(world w.World)
- func (st DebugMenuState) String() string
- func (st *DebugMenuState) Update(world w.World) states.Transition
- type DungeonMenuState
- func (st *DungeonMenuState) Draw(world w.World, screen *ebiten.Image)
- func (st *DungeonMenuState) OnPause(world w.World)
- func (st *DungeonMenuState) OnResume(world w.World)
- func (st *DungeonMenuState) OnStart(world w.World)
- func (st *DungeonMenuState) OnStop(world w.World)
- func (st DungeonMenuState) String() string
- func (st *DungeonMenuState) Update(world w.World) states.Transition
- type DungeonSelectState
- func (st *DungeonSelectState) Draw(world w.World, screen *ebiten.Image)
- func (st *DungeonSelectState) OnPause(world w.World)
- func (st *DungeonSelectState) OnResume(world w.World)
- func (st *DungeonSelectState) OnStart(world w.World)
- func (st *DungeonSelectState) OnStop(world w.World)
- func (st DungeonSelectState) String() string
- func (st *DungeonSelectState) Update(world w.World) states.Transition
- type DungeonState
- func (st *DungeonState) Draw(world w.World, screen *ebiten.Image)
- func (st *DungeonState) OnPause(world w.World)
- func (st *DungeonState) OnResume(world w.World)
- func (st *DungeonState) OnStart(world w.World)
- func (st *DungeonState) OnStop(world w.World)
- func (st DungeonState) String() string
- func (st *DungeonState) Update(world w.World) states.Transition
- type EquipMenuState
- func (st *EquipMenuState) Draw(world w.World, screen *ebiten.Image)
- func (st *EquipMenuState) OnPause(world w.World)
- func (st *EquipMenuState) OnResume(world w.World)
- func (st *EquipMenuState) OnStart(world w.World)
- func (st *EquipMenuState) OnStop(world w.World)
- func (st EquipMenuState) String() string
- func (st *EquipMenuState) Update(world w.World) states.Transition
- type HomeMenuState
- func (st *HomeMenuState) Draw(world w.World, screen *ebiten.Image)
- func (st *HomeMenuState) OnPause(world w.World)
- func (st *HomeMenuState) OnResume(world w.World)
- func (st *HomeMenuState) OnStart(world w.World)
- func (st *HomeMenuState) OnStop(world w.World)
- func (st HomeMenuState) String() string
- func (st *HomeMenuState) Update(world w.World) states.Transition
- type IntroState
- func (st *IntroState) Draw(world w.World, screen *ebiten.Image)
- func (st *IntroState) OnPause(world w.World)
- func (st *IntroState) OnResume(world w.World)
- func (st *IntroState) OnStart(world w.World)
- func (st *IntroState) OnStop(world w.World)
- func (st IntroState) String() string
- func (st *IntroState) Update(world w.World) states.Transition
- type InventoryMenuState
- func (st *InventoryMenuState) Draw(world w.World, screen *ebiten.Image)
- func (st *InventoryMenuState) OnPause(world w.World)
- func (st *InventoryMenuState) OnResume(world w.World)
- func (st *InventoryMenuState) OnStart(world w.World)
- func (st *InventoryMenuState) OnStop(world w.World)
- func (st *InventoryMenuState) SetCategory(category ItemCategoryType)
- func (st InventoryMenuState) String() string
- func (st *InventoryMenuState) Update(world w.World) states.Transition
- type ItemCategoryType
- type MainMenuState
- func (st *MainMenuState) Draw(world w.World, screen *ebiten.Image)
- func (st *MainMenuState) OnPause(world w.World)
- func (st *MainMenuState) OnResume(world w.World)
- func (st *MainMenuState) OnStart(world w.World)
- func (st *MainMenuState) OnStop(world w.World)
- func (st MainMenuState) String() string
- func (st *MainMenuState) Update(world w.World) states.Transition
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CraftMenuState ¶
type CraftMenuState struct {
// contains filtered or unexported fields
}
func (*CraftMenuState) Draw ¶
func (st *CraftMenuState) Draw(world w.World, screen *ebiten.Image)
func (*CraftMenuState) OnPause ¶
func (st *CraftMenuState) OnPause(world w.World)
func (*CraftMenuState) OnResume ¶
func (st *CraftMenuState) OnResume(world w.World)
func (*CraftMenuState) OnStart ¶
func (st *CraftMenuState) OnStart(world w.World)
func (*CraftMenuState) OnStop ¶
func (st *CraftMenuState) OnStop(world w.World)
func (*CraftMenuState) SetCategory ¶ added in v1.23.0
func (st *CraftMenuState) SetCategory(category ItemCategoryType)
TODO: あとで整理する
func (CraftMenuState) String ¶ added in v1.23.0
func (st CraftMenuState) String() string
func (*CraftMenuState) Update ¶
func (st *CraftMenuState) Update(world w.World) states.Transition
type DebugMenuState ¶
type DebugMenuState struct {
// contains filtered or unexported fields
}
func (*DebugMenuState) Draw ¶
func (st *DebugMenuState) Draw(world w.World, screen *ebiten.Image)
func (*DebugMenuState) OnPause ¶
func (st *DebugMenuState) OnPause(world w.World)
func (*DebugMenuState) OnResume ¶
func (st *DebugMenuState) OnResume(world w.World)
func (*DebugMenuState) OnStart ¶
func (st *DebugMenuState) OnStart(world w.World)
func (*DebugMenuState) OnStop ¶
func (st *DebugMenuState) OnStop(world w.World)
func (DebugMenuState) String ¶ added in v1.23.0
func (st DebugMenuState) String() string
func (*DebugMenuState) Update ¶
func (st *DebugMenuState) Update(world w.World) states.Transition
type DungeonMenuState ¶ added in v1.36.0
type DungeonMenuState struct {
// contains filtered or unexported fields
}
func (*DungeonMenuState) Draw ¶ added in v1.36.0
func (st *DungeonMenuState) Draw(world w.World, screen *ebiten.Image)
func (*DungeonMenuState) OnPause ¶ added in v1.36.0
func (st *DungeonMenuState) OnPause(world w.World)
func (*DungeonMenuState) OnResume ¶ added in v1.36.0
func (st *DungeonMenuState) OnResume(world w.World)
func (*DungeonMenuState) OnStart ¶ added in v1.36.0
func (st *DungeonMenuState) OnStart(world w.World)
func (*DungeonMenuState) OnStop ¶ added in v1.36.0
func (st *DungeonMenuState) OnStop(world w.World)
func (DungeonMenuState) String ¶ added in v1.36.0
func (st DungeonMenuState) String() string
func (*DungeonMenuState) Update ¶ added in v1.36.0
func (st *DungeonMenuState) Update(world w.World) states.Transition
type DungeonSelectState ¶
type DungeonSelectState struct {
// contains filtered or unexported fields
}
func (*DungeonSelectState) Draw ¶
func (st *DungeonSelectState) Draw(world w.World, screen *ebiten.Image)
func (*DungeonSelectState) OnPause ¶
func (st *DungeonSelectState) OnPause(world w.World)
func (*DungeonSelectState) OnResume ¶
func (st *DungeonSelectState) OnResume(world w.World)
func (*DungeonSelectState) OnStart ¶
func (st *DungeonSelectState) OnStart(world w.World)
func (*DungeonSelectState) OnStop ¶
func (st *DungeonSelectState) OnStop(world w.World)
func (DungeonSelectState) String ¶ added in v1.23.0
func (st DungeonSelectState) String() string
func (*DungeonSelectState) Update ¶
func (st *DungeonSelectState) Update(world w.World) states.Transition
type DungeonState ¶ added in v1.33.0
type DungeonState struct{}
func (*DungeonState) Draw ¶ added in v1.33.0
func (st *DungeonState) Draw(world w.World, screen *ebiten.Image)
func (*DungeonState) OnPause ¶ added in v1.33.0
func (st *DungeonState) OnPause(world w.World)
func (*DungeonState) OnResume ¶ added in v1.33.0
func (st *DungeonState) OnResume(world w.World)
func (*DungeonState) OnStart ¶ added in v1.33.0
func (st *DungeonState) OnStart(world w.World)
func (*DungeonState) OnStop ¶ added in v1.33.0
func (st *DungeonState) OnStop(world w.World)
func (DungeonState) String ¶ added in v1.33.0
func (st DungeonState) String() string
func (*DungeonState) Update ¶ added in v1.33.0
func (st *DungeonState) Update(world w.World) states.Transition
type EquipMenuState ¶ added in v1.14.0
type EquipMenuState struct {
// contains filtered or unexported fields
}
func (*EquipMenuState) Draw ¶ added in v1.14.0
func (st *EquipMenuState) Draw(world w.World, screen *ebiten.Image)
func (*EquipMenuState) OnPause ¶ added in v1.14.0
func (st *EquipMenuState) OnPause(world w.World)
func (*EquipMenuState) OnResume ¶ added in v1.14.0
func (st *EquipMenuState) OnResume(world w.World)
func (*EquipMenuState) OnStart ¶ added in v1.14.0
func (st *EquipMenuState) OnStart(world w.World)
func (*EquipMenuState) OnStop ¶ added in v1.14.0
func (st *EquipMenuState) OnStop(world w.World)
func (EquipMenuState) String ¶ added in v1.23.0
func (st EquipMenuState) String() string
func (*EquipMenuState) Update ¶ added in v1.14.0
func (st *EquipMenuState) Update(world w.World) states.Transition
type HomeMenuState ¶
type HomeMenuState struct {
// contains filtered or unexported fields
}
func (*HomeMenuState) Draw ¶
func (st *HomeMenuState) Draw(world w.World, screen *ebiten.Image)
func (*HomeMenuState) OnPause ¶
func (st *HomeMenuState) OnPause(world w.World)
func (*HomeMenuState) OnResume ¶
func (st *HomeMenuState) OnResume(world w.World)
func (*HomeMenuState) OnStart ¶
func (st *HomeMenuState) OnStart(world w.World)
func (*HomeMenuState) OnStop ¶
func (st *HomeMenuState) OnStop(world w.World)
func (HomeMenuState) String ¶ added in v1.23.0
func (st HomeMenuState) String() string
func (*HomeMenuState) Update ¶
func (st *HomeMenuState) Update(world w.World) states.Transition
type IntroState ¶
type IntroState struct {
// contains filtered or unexported fields
}
func (*IntroState) Draw ¶
func (st *IntroState) Draw(world w.World, screen *ebiten.Image)
func (*IntroState) OnPause ¶
func (st *IntroState) OnPause(world w.World)
func (*IntroState) OnResume ¶
func (st *IntroState) OnResume(world w.World)
func (*IntroState) OnStart ¶
func (st *IntroState) OnStart(world w.World)
func (*IntroState) OnStop ¶
func (st *IntroState) OnStop(world w.World)
func (IntroState) String ¶ added in v1.23.0
func (st IntroState) String() string
func (*IntroState) Update ¶
func (st *IntroState) Update(world w.World) states.Transition
type InventoryMenuState ¶
type InventoryMenuState struct {
// contains filtered or unexported fields
}
func (*InventoryMenuState) Draw ¶
func (st *InventoryMenuState) Draw(world w.World, screen *ebiten.Image)
func (*InventoryMenuState) OnPause ¶
func (st *InventoryMenuState) OnPause(world w.World)
func (*InventoryMenuState) OnResume ¶
func (st *InventoryMenuState) OnResume(world w.World)
func (*InventoryMenuState) OnStart ¶
func (st *InventoryMenuState) OnStart(world w.World)
func (*InventoryMenuState) OnStop ¶
func (st *InventoryMenuState) OnStop(world w.World)
func (*InventoryMenuState) SetCategory ¶ added in v1.23.0
func (st *InventoryMenuState) SetCategory(category ItemCategoryType)
TODO: 後で整理する
func (InventoryMenuState) String ¶ added in v1.23.0
func (st InventoryMenuState) String() string
func (*InventoryMenuState) Update ¶
func (st *InventoryMenuState) Update(world w.World) states.Transition
type ItemCategoryType ¶ added in v1.23.0
type ItemCategoryType string
var ( ItemCategoryTypeItem ItemCategoryType = "ITEM" ItemCategoryTypeCard ItemCategoryType = "CARD" ItemCategoryTypeWearable ItemCategoryType = "WEARABLE" ItemCategoryTypeMaterial ItemCategoryType = "MATERIAL" )
type MainMenuState ¶
type MainMenuState struct {
// contains filtered or unexported fields
}
func (*MainMenuState) Draw ¶
func (st *MainMenuState) Draw(world w.World, screen *ebiten.Image)
func (*MainMenuState) OnPause ¶
func (st *MainMenuState) OnPause(world w.World)
func (*MainMenuState) OnResume ¶
func (st *MainMenuState) OnResume(world w.World)
func (*MainMenuState) OnStart ¶
func (st *MainMenuState) OnStart(world w.World)
func (*MainMenuState) OnStop ¶
func (st *MainMenuState) OnStop(world w.World)
func (MainMenuState) String ¶ added in v1.23.0
func (st MainMenuState) String() string
func (*MainMenuState) Update ¶
func (st *MainMenuState) Update(world w.World) states.Transition
Click to show internal directories.
Click to hide internal directories.