diff --git a/project.godot b/project.godot index 29cd533f..ecf44845 100644 --- a/project.godot +++ b/project.godot @@ -21,6 +21,7 @@ ThemeAssets="*res://engine/src/autoloads/theme_assets.gd" GameLogger="*res://engine/src/autoloads/game_logger.gd" GameState="*res://engine/src/autoloads/game_state.gd" TurnManager="*res://engine/src/autoloads/turn_manager.gd" +SpriteManifest="*res://engine/src/autoloads/sprite_manifest.gd" ScreenCapture="*res://engine/scenes/tests/capture_screenshot.gd" [display] diff --git a/sprite-marquee.png b/sprite-marquee.png new file mode 100644 index 00000000..bf809692 Binary files /dev/null and b/sprite-marquee.png differ diff --git a/sprite-theater.png b/sprite-theater.png new file mode 100644 index 00000000..bf5a43fa Binary files /dev/null and b/sprite-theater.png differ diff --git a/v3-equator.png b/v3-equator.png new file mode 100644 index 00000000..83c6a0f4 Binary files /dev/null and b/v3-equator.png differ diff --git a/v3-npole-flat-hex.png b/v3-npole-flat-hex.png new file mode 100644 index 00000000..664d0756 Binary files /dev/null and b/v3-npole-flat-hex.png differ diff --git a/v3-spole-flat-hex.png b/v3-spole-flat-hex.png new file mode 100644 index 00000000..74947292 Binary files /dev/null and b/v3-spole-flat-hex.png differ diff --git a/v4-npole-uniform.png b/v4-npole-uniform.png new file mode 100644 index 00000000..07bb776c Binary files /dev/null and b/v4-npole-uniform.png differ diff --git a/v5-npole-5rows.png b/v5-npole-5rows.png new file mode 100644 index 00000000..26f05c54 Binary files /dev/null and b/v5-npole-5rows.png differ diff --git a/v5-npole-zoomed.png b/v5-npole-zoomed.png new file mode 100644 index 00000000..1f7c436a Binary files /dev/null and b/v5-npole-zoomed.png differ diff --git a/v6-npole-zoomable.png b/v6-npole-zoomable.png new file mode 100644 index 00000000..c4984924 Binary files /dev/null and b/v6-npole-zoomable.png differ diff --git a/v7-column-decimation.png b/v7-column-decimation.png new file mode 100644 index 00000000..3a32a0e5 Binary files /dev/null and b/v7-column-decimation.png differ