Replace Perlin noise with Ruby-OpenGL2 for shader support; update Gemfile and remove related noise generation code.

This commit is contained in:
2026-03-30 15:59:58 +00:00
parent b1e5ac3903
commit ccadcf660c
3 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
# Dependencies
# Gosu for rendering and input
# Perlin noise for fog effect
# Ruby-OpenGL2 for shaders
load 'main.rb'