diff options
| -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 |
