Documentation
¶
Index ¶
- func Fetch(id int, layers *layer.Layers, ctx context.ProgramContext) (layer layer.Layer)
- type Model
- func (m *Model) GainExp() float64
- func (m *Model) GainMult() float64
- func (m *Model) Model() *layer.Model
- func (m *Model) Prestige()
- func (m *Model) PrestigeAmount() float64
- func (m *Model) PrestigeRequirement() float64
- func (m *Model) Reset()
- func (m *Model) Tick()
- func (m *Model) TickAmount() float64
- func (m *Model) Unlocked() bool
- func (m Model) Update(msg tea.Msg) (layer.Layer, tea.Cmd)
- func (m *Model) UpdateProgramContext(ctx *context.ProgramContext)
- func (m *Model) View() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func (*Model) PrestigeAmount ¶
func (*Model) PrestigeRequirement ¶
func (*Model) TickAmount ¶
func (*Model) UpdateProgramContext ¶
func (m *Model) UpdateProgramContext(ctx *context.ProgramContext)
Click to show internal directories.
Click to hide internal directories.