diff --git a/README.md b/README.md index 3f725ca..a1f23c7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Moonfall +# Moonfall # Moonfall is the name of a game engine that I spent several months developing back in 2008. It leveraged [SDL](https://www.libsdl.org/) for graphics, [Lua](http://www.lua.org/) for in-game scripting, and @@ -97,6 +97,8 @@ tools. ## Screenshots ## -![](http://foosoft.net/projects/moonfall/img/gameplay.png) - -![](http://foosoft.net/projects/moonfall/img/sprite-editor.png) +[![Gameplay window](img/gameplay-thumb.png)](img/gameplay.png) +[![Sprite editor](img/sprite-editor-thumb.png)](img/sprite-editor.png) +[![Console window](img/console-thumb.png)](img/console.png) +[![Asset editor](img/asset-editor-thumb.png)](img/asset-editor.png) +[![Map editor](img/map-editor-thumb.png)](img/map-editor.png) diff --git a/img/asset-editor-thumb.png b/img/asset-editor-thumb.png new file mode 100644 index 0000000..14256fc Binary files /dev/null and b/img/asset-editor-thumb.png differ diff --git a/img/asset-editor.png b/img/asset-editor.png new file mode 100644 index 0000000..b2d5a7a Binary files /dev/null and b/img/asset-editor.png differ diff --git a/img/console-thumb.png b/img/console-thumb.png new file mode 100644 index 0000000..81c5746 Binary files /dev/null and b/img/console-thumb.png differ diff --git a/img/console.png b/img/console.png new file mode 100644 index 0000000..5ad3abd Binary files /dev/null and b/img/console.png differ diff --git a/img/gameplay-thumb.png b/img/gameplay-thumb.png new file mode 100644 index 0000000..3f41475 Binary files /dev/null and b/img/gameplay-thumb.png differ diff --git a/img/gameplay.png b/img/gameplay.png new file mode 100644 index 0000000..8286d37 Binary files /dev/null and b/img/gameplay.png differ diff --git a/img/map-editor-thumb.png b/img/map-editor-thumb.png new file mode 100644 index 0000000..2c47e5b Binary files /dev/null and b/img/map-editor-thumb.png differ diff --git a/img/map-editor.png b/img/map-editor.png new file mode 100644 index 0000000..1452cc4 Binary files /dev/null and b/img/map-editor.png differ diff --git a/img/sprite-editor-thumb.png b/img/sprite-editor-thumb.png new file mode 100644 index 0000000..7eeacfb Binary files /dev/null and b/img/sprite-editor-thumb.png differ diff --git a/img/sprite-editor.png b/img/sprite-editor.png new file mode 100644 index 0000000..248ba85 Binary files /dev/null and b/img/sprite-editor.png differ