diff options
| author | Piotr Usewicz <[email protected]> | 2019-09-07 22:42:39 +0200 |
|---|---|---|
| committer | Piotr Usewicz <[email protected]> | 2019-09-07 22:42:39 +0200 |
| commit | 1bef7f5bf4b41116d71d9b22824b1d352586c598 (patch) | |
| tree | 051860eec62ab77a1466db6a0fd62cf46bcba330 /deploy_template | |
| parent | e6240c983f2fdb56ab55cd6a653361e38c53297f (diff) | |
| download | dragonruby-game-toolkit-contrib-1bef7f5bf4b41116d71d9b22824b1d352586c598.tar.gz dragonruby-game-toolkit-contrib-1bef7f5bf4b41116d71d9b22824b1d352586c598.zip | |
Specify correct attribute accessors
Diffstat (limited to 'deploy_template')
| -rw-r--r-- | deploy_template/mygame/documentation/02-labels.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy_template/mygame/documentation/02-labels.md b/deploy_template/mygame/documentation/02-labels.md index a7a729c..2adf5e1 100644 --- a/deploy_template/mygame/documentation/02-labels.md +++ b/deploy_template/mygame/documentation/02-labels.md @@ -108,7 +108,7 @@ Here is an example: ```ruby # Create type with ALL sprite properties AND primitive_marker class Label - attr_accessor :x, :y, :text, :size, :alignment, :r, :g, :b, :a + attr_accessor :x, :y, :text, :size_enum, :alignment_enum, :font, :r, :g, :b, :a def primitive_marker :label |
