diff options
| author | realtradam <[email protected]> | 2022-01-24 19:10:54 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-01-24 19:10:54 -0500 |
| commit | b495eabf193fc01c09cf65b41a67abd5714abecf (patch) | |
| tree | 919c2435177e147dbc6d22c55e2b2d60a9c5c3ed /src/init.rb | |
| parent | 941e30c5f5c1bf2984a35f34f5a272d774b52c39 (diff) | |
| download | orc-arena-of-time-b495eabf193fc01c09cf65b41a67abd5714abecf.tar.gz orc-arena-of-time-b495eabf193fc01c09cf65b41a67abd5714abecf.zip | |
added scissor and slightly better animation
Diffstat (limited to 'src/init.rb')
| -rw-r--r-- | src/init.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/init.rb b/src/init.rb index 606a596..77441ea 100644 --- a/src/init.rb +++ b/src/init.rb @@ -6,4 +6,5 @@ Rl.target_fps = 60 WHITE = Rl::Color.new(255,255,255,255) BLACK = Rl::Color.new(0,0,0,255) -BLUE = Rl::Color.new(0,0,255,255) +BLUE = Rl::Color.new(0, 121, 241, 255) +RED = Rl::Color.new(230, 41, 55, 255) |
