class Molly2d::Molly::Data
- Molly2d::Molly::Data
- Reference
- Object
Defined in:
molly/data.cr:5molly/data.cr:57
molly/data.cr:58
molly/data.cr:59
molly/data.cr:60
molly/drawing/images.cr
molly/sound.cr:9
molly/sound.cr:10
Constructors
Instance Method Summary
- #background : Color | SDL::Surface
- #background=(background : Color | SDL::Surface)
- #musics : Hash(String, SDL::Mix::Music | Nil)
- #musics=(musics : Hash(String, SDL::Mix::Music | Nil))
- #renderer : SDL::Renderer
- #renderer=(renderer : SDL::Renderer)
- #samples : Hash(String, SDL::Mix::Sample | Nil)
- #samples=(samples : Hash(String, SDL::Mix::Sample | Nil))
- #should_quit : Bool
- #should_quit=(should_quit : Bool)
- #textures : Hash(String, SDL::Texture | Nil)
- #textures=(textures : Hash(String, SDL::Texture | Nil))
- #window : SDL::Window
- #window=(window : SDL::Window)