diff options
Diffstat (limited to 'example/test')
| -rw-r--r-- | example/test/run.rb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/example/test/run.rb b/example/test/run.rb index 14e9d5c..0d77431 100644 --- a/example/test/run.rb +++ b/example/test/run.rb @@ -241,9 +241,13 @@ Window.set(width: 640, ) @text = Camera::Text.new("Bigger circles should always be in front of smaller ones", - size: 30, + size: 15, x: 0, y: 65) @text.center = true +@text = Camera::Text.new("Bigger circles should always be in front of smaller ones", + size: 15, + x: 0, y: 65) [email protected] = false @zindex_test = [] |
