diff options
| author | tradam <git.tradam.fyi> | 2021-10-03 05:52:03 -0400 |
|---|---|---|
| committer | tradam <git.tradam.fyi> | 2021-10-03 05:52:03 -0400 |
| commit | 672840272a25adac48826259546e8f98577f0652 (patch) | |
| tree | 7ff2a995133deddcce1344dd77dabc8d752b0fb5 /example/test | |
| parent | 5f46f1f975bd621fbca9c7e173de78e83ad70e3a (diff) | |
| download | ruby2d-camera-672840272a25adac48826259546e8f98577f0652.tar.gz ruby2d-camera-672840272a25adac48826259546e8f98577f0652.zip | |
something broken heretext-bug
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 = [] |
