7 lines
109 B
Ruby
Executable File
7 lines
109 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
|
|
# Dependencies
|
|
# Gosu for rendering and input
|
|
# Ruby-OpenGL2 for shaders
|
|
|
|
load 'main.rb' |