diff options
| author | realtradam <[email protected]> | 2022-02-07 05:11:26 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-02-07 05:11:26 -0500 |
| commit | 187cab9f77a6274ba4e5bb9c012fca5549c020fb (patch) | |
| tree | aa8c02849eb23524b1e785fb812dc0c14db0efc5 /mrblib/color.rb | |
| parent | 2a795c7b474025b71155f8d330bfebdc52d18451 (diff) | |
| download | mruby-raylib-187cab9f77a6274ba4e5bb9c012fca5549c020fb.tar.gz mruby-raylib-187cab9f77a6274ba4e5bb9c012fca5549c020fb.zip | |
reworked some more functions
Diffstat (limited to 'mrblib/color.rb')
| -rw-r--r-- | mrblib/color.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrblib/color.rb b/mrblib/color.rb index b4fa9c3..2625f34 100644 --- a/mrblib/color.rb +++ b/mrblib/color.rb @@ -60,7 +60,7 @@ module Raylib end end - # Hash of all web colors + # Hash of all web colors, RayWhite, and Clear ColorList = { :clear=>{:r=>0, :g=>0, :b=>0, :a=>0}, :ray_white=>{:r=>245, :g=>245, :b=>245}, |
