From ade7bde768fc1fc2ee94908eceec16020e2f9bc0 Mon Sep 17 00:00:00 2001 From: Felix Angell Date: Wed, 28 Feb 2018 13:28:44 +0000 Subject: [PATCH] readme changes --- README.md | 3 +-- main.go | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a3bea4d..0c9ffc4 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,7 @@ quite frequently.
-Here's a screenshot of the editor right now with the default (temporary!) colour schemes -editing the config file for the editor itself. +Here's a screenshot of the editor:

diff --git a/main.go b/main.go index 2f54cfc..c3612c9 100644 --- a/main.go +++ b/main.go @@ -23,7 +23,6 @@ type PhiEditor struct { func (n *PhiEditor) init(cfg *cfg.TomlConfig) { n.AddComponent(gui.NewView(1280/2, 720, cfg)) - n.AddComponent(gui.NewView(1280/2, 720, cfg)) font, err := strife.LoadFont("./res/firacode.ttf", 14) if err != nil {