PointClickEngine::Core::GameConfig::SpriteInfo
Inherits YAML::Serializable < Reference < Object
Constructors
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceInstance methods
animations
Sourceanimations=(animations : Hash(String, AnimationConfig))
Sourcecolumns
Sourcecolumns=(columns : Int32)
Sourcefps
Sourcefps=(fps : Float32)
Sourceframe_height
Sourceframe_height=(frame_height : Int32)
Sourceframe_width
Sourceframe_width=(frame_width : Int32)
Sourcerows
Sourcerows=(rows : Int32)
Source