Browse Source

added screenshot

Nicolas Cannasse 5 years ago
parent
commit
f16f5bbe16
1 changed files with 3 additions and 1 deletions
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -1,5 +1,7 @@
 # Hide
 
+![image](https://haxe.org/img/blog/2020-04-06-shirogames-stack/hide.png)
+
 Hide (Heaps IDE) is an extensible editor that can be used as a middleware for various tasks, such as:
 - preview 3D models and textures
 - edit materials properties
@@ -118,4 +120,4 @@ class CustomView extends FileView {
   static var _ = hide.view.FileTree.registerExtension(CustomView, ["json.customView", "customview"], { icon: "snowflake-o", createNew: "Dialog Context" });
   
 }
-```
+```