diff options
| author | Amir Rajan <[email protected]> | 2019-08-25 15:49:08 -0500 |
|---|---|---|
| committer | Amir Rajan <[email protected]> | 2019-08-25 15:49:08 -0500 |
| commit | 76bf2a6d6834244c83b428ac68a51bd4c05428f8 (patch) | |
| tree | 8326127c7e922d16b5cca7b435913e77f5a91242 /readme.md | |
| parent | 755eaa0801d2bee225b797604b09f95166d18491 (diff) | |
| download | dragonruby-game-toolkit-contrib-76bf2a6d6834244c83b428ac68a51bd4c05428f8.tar.gz dragonruby-game-toolkit-contrib-76bf2a6d6834244c83b428ac68a51bd4c05428f8.zip | |
Added experimental directory.
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -21,10 +21,18 @@ DragonRuby +- repl.rb +- documentation/ | - +- dragon/ (this repository) + +- dragonruby-game-toolkit-contrib/ (this repository) | - +- index.rb - +- other source files + +- dragon/ + | | + | +- index.rb + | +- other source files + | + +- experimental/ + | + + index.rb + ``` -5. Open `main.rb` and add the following to the top of the file: `require "app/dragon/index.rb"` +5. Open `main.rb` and add the following to the top of the file: `require "app/dragonruby-game-toolkit-contrib/dragon/index.rb"`. +6. If you are feeling adventurous Open `main.rb` and add `require "app/dragonruby-game-toolkit-contrib/experimental/index.rb"`. |
