diff options
| author | arngo <[email protected]> | 2022-01-23 02:11:54 -0500 |
|---|---|---|
| committer | arngo <[email protected]> | 2022-01-23 02:11:54 -0500 |
| commit | 3d141be357e0e3fb5bfd75b1f79e4e6a34e8ccb5 (patch) | |
| tree | 0f02fac13de4f6712a62b7065d5d4942c08b4a08 /src/init.rb | |
| parent | 7a34805a0dbb1238c742263438f01408fcf3c7f0 (diff) | |
| download | orc-arena-of-time-3d141be357e0e3fb5bfd75b1f79e4e6a34e8ccb5.tar.gz orc-arena-of-time-3d141be357e0e3fb5bfd75b1f79e4e6a34e8ccb5.zip | |
rect -> rec, test drawing rectangles
Diffstat (limited to 'src/init.rb')
| -rw-r--r-- | src/init.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.rb b/src/init.rb index 595e10d..26f9cca 100644 --- a/src/init.rb +++ b/src/init.rb @@ -4,3 +4,4 @@ Rl.init_audio_device if Rl.platform == 'web' WHITE = Rl::Color.new(255,255,255,255) BLACK = Rl::Color.new(0,0,0,255) +BLUE = Rl::Color.new(0,0,255,255) |
