class

PointClickEngine::Core::GameConfig::SpriteInfo

Inherits YAML::Serializable < Reference < Object

Constructors

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

animations
Source
animations=(animations : Hash(String, AnimationConfig))
Source
columns
Source
columns=(columns : Int32)
Source
fps=(fps : Float32)
Source
frame_height
Source
frame_height=(frame_height : Int32)
Source
frame_width
Source
frame_width=(frame_width : Int32)
Source
rows
Source
rows=(rows : Int32)
Source