readme changes

This commit is contained in:
Felix Angell 2018-02-28 13:28:44 +00:00
parent ffa751e13c
commit ade7bde768
2 changed files with 1 additions and 3 deletions

View File

@ -10,8 +10,7 @@ quite frequently.
<br>
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:
<p align="center"><img src="screenshot.png"></p>

View File

@ -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 {