summaryrefslogtreecommitdiffhomepage
path: root/deploy_template/mygame/documentation/02-labels.md
diff options
context:
space:
mode:
Diffstat (limited to 'deploy_template/mygame/documentation/02-labels.md')
-rw-r--r--deploy_template/mygame/documentation/02-labels.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/deploy_template/mygame/documentation/02-labels.md b/deploy_template/mygame/documentation/02-labels.md
index 2adf5e1..ea2642e 100644
--- a/deploy_template/mygame/documentation/02-labels.md
+++ b/deploy_template/mygame/documentation/02-labels.md
@@ -84,16 +84,16 @@ using the helper method (providing all the parameters).
```ruby
args.outputs.labels << {
- x: 200,
- y: 550,
- text: "dragonruby",
- size: 2,
- alignment: 1,
- r: 155,
- g: 50,
- b: 50,
- a: 255,
- font: "fonts/manaspc.ttf"
+ x: 200,
+ y: 550,
+ text: "dragonruby",
+ size_enum: 2,
+ alignment_enum: 1,
+ r: 155,
+ g: 50,
+ b: 50,
+ a: 255,
+ font: "fonts/manaspc.ttf"
}
```