📝 renaming termap -> mapscii

pull/7/head v0.1.0
Michael Straßburger 2017-04-26 18:06:28 +02:00
rodzic a583244b9b
commit 3706ec75b6
2 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
/*# /*#
termap - Terminal Map Viewer mapscii - Terminal Map Viewer
by Michael Strassburger <codepoet@cpan.org> by Michael Strassburger <codepoet@cpan.org>
Discover the planet in your console! Discover the planet in your console!
@ -9,7 +9,7 @@
#*/ #*/
require('coffee-script/register'); require('coffee-script/register');
const Termap = require('./src/Termap'); const Mapscii = require('./src/Mapscii');
termap = new Termap(); mapscii = new Mapscii();
termap.init(); mapscii.init();

Wyświetl plik

@ -1,5 +1,5 @@
### ###
termap - Terminal Map Viewer mapscii - Terminal Map Viewer
by Michael Strassburger <codepoet@cpan.org> by Michael Strassburger <codepoet@cpan.org>
UI and central command center UI and central command center
@ -14,7 +14,7 @@ TileSource = require './TileSource'
utils = require './utils' utils = require './utils'
config = require './config' config = require './config'
module.exports = class Termap module.exports = class Mapscii
width: null width: null
height: null height: null
canvas: null canvas: null