class GameConfig

Included Modules

Defined in:

game_config.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Class Method Detail

def self.init_config #

[View source]
def self.instance #

[View source]

Instance Method Detail

def animal_size : Int32 #

[View source]
def backround_radiate_chance : Int32 #

[View source]
def debug_mode : Bool #

[View source]
def equip_size : Int32 #

[View source]
def explode_chance : Int32 #

[View source]
def free_food : Int32 #

[View source]
def free_food_limit : Int32 #

[View source]
def max_carry : Int32 #

[View source]
def patch #

[View source]
def patience : Int32 #

[View source]
def pop_borntrouble : Int32 #

[View source]
def pop_matrix : Array(Array(Int32)) #

[View source]
def seek_chance : Int32 #

[View source]
def start_pop : Array(Int32) #

[View source]
def work_radiate_chance : Int32 #

[View source]