class

PointClickEngine::Core::GameConfig::PlayerConfig

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

name
Source
name=(name : String)
Source
scale
Source
scale=(scale : Float32)
Source
sprite
Source
sprite=(sprite : SpriteInfo | Nil)
Source
sprite_path
Source
sprite_path=(sprite_path : String | Nil)
Source
start_position
Source
start_position=(start_position : Position | Nil)
Source