nskins / goby

Command-line role-playing game framework
MIT License
122 stars 56 forks source link

created relative directory referred to by scaffold/simple/main.rb #132

Closed jeromew21 closed 6 years ago

jeromew21 commented 6 years ago

in /res/scaffold/simple/main.rb there is the line require_relative 'map/farm.rb'; however, this path didn't exist, causing an error.

Created the path ./map/farm.rb