Skip to content

Commit

Permalink
Merge branch 'release/1.2.25'
Browse files Browse the repository at this point in the history
  • Loading branch information
Bam4d committed Jan 20, 2022
2 parents e247c06 + 9db3036 commit c17ad8d
Show file tree
Hide file tree
Showing 416 changed files with 1,067 additions and 870 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. mac/linux/windows]
- Version [e.g. 1.2.24]
- Version [e.g. 1.2.25]

**Additional context**
Add any other context about the problem here.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10.0)
project(Griddly VERSION 1.2.24)
project(Griddly VERSION 1.2.25)

set(BINARY ${CMAKE_PROJECT_NAME})

Expand Down
24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ A heavily optimized and flexible grid-world game engine for Game AI research.

# ![WHOOSH!!](resources/images/gvgai/oryx/tree2.png) Some Environments

<div style="display:flex; justify-content: center; align-items: center;">
<a style="width: 33%" href="https://griddly.readthedocs.io/en/latest/games/Spider_Nest/index.html"><img src="docs/games/Spider_Nest/img/Spider_Nest-level-Isometric-0.png"/></a>
<a style="width: 33%" href="https://griddly.readthedocs.io/en/latest/games/GriddlyRTS/index.html"><img src="docs/games/GriddlyRTS/img/GriddlyRTS-level-Block2D-3.png"/></a>
<a style="width: 33%" href="https://griddly.readthedocs.io/en/latest/games/Clusters/index.html"><img src="docs/games/Clusters/img/Clusters-level-Sprite2D-3.png"/></a>
<div>
<a href="https://griddly.readthedocs.io/en/latest/games/Spider_Nest/index.html"><img style="width: 30%" src="docs/games/Spider_Nest/img/Spider_Nest-level-Isometric-0.png"/></a>
<a href="https://griddly.readthedocs.io/en/latest/games/GriddlyRTS/index.html"><img style="width: 30%" src="docs/games/GriddlyRTS/img/GriddlyRTS-level-Block2D-3.png"/></a>
<a href="https://griddly.readthedocs.io/en/latest/games/Clusters/index.html"><img style="width: 30%" src="docs/games/Clusters/img/Clusters-level-Sprite2D-3.png"/></a>
</div>

[Check out the full list of pre-built environments here](https://griddly.readthedocs.io/en/latest/games/index.html)
Expand All @@ -61,17 +61,21 @@ Full documentation can be found here:

The most awesome part of Griddly is the ability to easily customize and build your own research environments. To make this extra easy we've written lots of tutorials:

## [Getting Started](https://griddly.readthedocs.org)
## [Making A Simple Game (Sokoban)](https://griddly.readthedocs.io/en/latest/tutorials/GDY/index.html)
* This tutorial takes you through how to create a simple game environment using GDY.

## Game Mechanics
* [Proximity Triggers](https://griddly.readthedocs.io/en/latest/tutorials/Proximity%20Triggers/index.html)
* Configure interactions between objects based on their distance.
* [Projectiles](https://griddly.readthedocs.io/en/latest/tutorials/Projectiles/index.html)
* Objects that move under their own power.

## [Custom Shaders](https://griddly.readthedocs.io/en/latest/tutorials/Custom%20Shaders/index.html)
* Customize rendering for environments using SPIR-V shaders.
<div style="display:flex; justify-content: center; align-items: center; height:300px">
<img src="python/examples/Custom Shaders/Global%20Lighting/global_lighting.gif"/>
<img src="python/examples/Custom Shaders/Health%20Bars/health_bars.gif"/>
<img src="python/examples/Custom Shaders/Object%20Lighting/object_lighting.gif"/>
<div>
<img style="width: 30%" src="python/examples/Custom Shaders/Global%20Lighting/global_lighting.gif"/>
<img style="width: 30%" src="python/examples/Custom Shaders/Health%20Bars/health_bars.gif"/>
<img style="width: 30%" src="python/examples/Custom Shaders/Object%20Lighting/object_lighting.gif"/>
</div>

# ![Installing](resources/images/gvgai/oryx/hammer1.png) Installing
Expand Down Expand Up @@ -175,4 +179,4 @@ xcode-select --install
```
brew install cmake
```
4. Install [Vulkan](https://vulkan.lunarg.com/sdk/home)
4. Install [Vulkan](https://vulkan.lunarg.com/sdk/home)
2 changes: 1 addition & 1 deletion bindings/python.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace griddly {

PYBIND11_MODULE(python_griddly, m) {
m.doc() = "Griddly python bindings";
m.attr("version") = "1.2.24";
m.attr("version") = "1.2.25";

#ifndef NDEBUG
spdlog::set_level(spdlog::level::debug);
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Chris Bamford'

# The full version, including alpha/beta/rc tags
release = '1.2.24'
release = '1.2.25'


# -- General configuration ---------------------------------------------------
Expand Down
Binary file modified docs/games/Bait/img/Bait-level-Block2D-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/games/Bait/img/Bait-level-Block2D-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/games/Bait/img/Bait-level-Block2D-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/games/Bait/img/Bait-level-Block2D-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/games/Bait/img/Bait-level-Block2D-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/games/Bait/img/Bait-tile-avatar-Block2D.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/games/Bait/img/Bait-tile-box-Block2D.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/games/Bait/img/Bait-tile-goal-Block2D.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/games/Bait/img/Bait-tile-hole-Block2D.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/games/Bait/img/Bait-tile-key-Block2D.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/games/Bait/img/Bait-tile-mushroom-Block2D.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/games/Bait/img/Bait-tile-wall-Block2D.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/games/Bait_With_Keys/img/Bait_With_Keys-level-Block2D-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/games/Bait_With_Keys/img/Bait_With_Keys-level-Block2D-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/games/Bait_With_Keys/img/Bait_With_Keys-level-Block2D-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/games/Bait_With_Keys/img/Bait_With_Keys-level-Block2D-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/games/Bait_With_Keys/img/Bait_With_Keys-level-Block2D-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/games/Bait_With_Keys/img/Bait_With_Keys-tile-box-Block2D.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/games/Bait_With_Keys/img/Bait_With_Keys-tile-goal-Block2D.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/games/Bait_With_Keys/img/Bait_With_Keys-tile-hole-Block2D.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/games/Bait_With_Keys/img/Bait_With_Keys-tile-key-Block2D.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/games/Bait_With_Keys/img/Bait_With_Keys-tile-wall-Block2D.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/games/Clusters/img/Clusters-level-Block2D-0.png
Binary file modified docs/games/Clusters/img/Clusters-level-Block2D-1.png
Binary file modified docs/games/Clusters/img/Clusters-level-Block2D-2.png
Binary file modified docs/games/Clusters/img/Clusters-level-Block2D-3.png
Binary file modified docs/games/Clusters/img/Clusters-level-Block2D-4.png
Binary file modified docs/games/Clusters/img/Clusters-tile-avatar-Block2D.png
Binary file modified docs/games/Clusters/img/Clusters-tile-blue_block-Block2D.png
Binary file modified docs/games/Clusters/img/Clusters-tile-blue_box-Block2D.png
Binary file modified docs/games/Clusters/img/Clusters-tile-green_block-Block2D.png
Binary file modified docs/games/Clusters/img/Clusters-tile-green_box-Block2D.png
Binary file modified docs/games/Clusters/img/Clusters-tile-red_block-Block2D.png
Binary file modified docs/games/Clusters/img/Clusters-tile-red_box-Block2D.png
Binary file modified docs/games/Clusters/img/Clusters-tile-spike-Block2D.png
Binary file modified docs/games/Clusters/img/Clusters-tile-wall-Block2D.png
Binary file modified docs/games/Cook_Me_Pasta/img/Cook_Me_Pasta-level-Block2D-0.png
Binary file modified docs/games/Cook_Me_Pasta/img/Cook_Me_Pasta-level-Block2D-1.png
Binary file modified docs/games/Cook_Me_Pasta/img/Cook_Me_Pasta-level-Block2D-2.png
Binary file modified docs/games/Cook_Me_Pasta/img/Cook_Me_Pasta-level-Block2D-3.png
Binary file modified docs/games/Cook_Me_Pasta/img/Cook_Me_Pasta-level-Block2D-4.png
Binary file modified docs/games/Cook_Me_Pasta/img/Cook_Me_Pasta-level-Block2D-5.png
Binary file modified docs/games/Cook_Me_Pasta/img/Cook_Me_Pasta-tile-avatar-Block2D.png
Binary file modified docs/games/Cook_Me_Pasta/img/Cook_Me_Pasta-tile-key-Block2D.png
Binary file modified docs/games/Cook_Me_Pasta/img/Cook_Me_Pasta-tile-lock-Block2D.png
Binary file modified docs/games/Cook_Me_Pasta/img/Cook_Me_Pasta-tile-tomato-Block2D.png
Binary file modified docs/games/Cook_Me_Pasta/img/Cook_Me_Pasta-tile-tuna-Block2D.png
Binary file modified docs/games/Cook_Me_Pasta/img/Cook_Me_Pasta-tile-wall-Block2D.png
Binary file modified docs/games/Doggo/img/Doggo-level-Block2D-0.png
Binary file modified docs/games/Doggo/img/Doggo-level-Block2D-1.png
Binary file modified docs/games/Doggo/img/Doggo-level-Block2D-2.png
Binary file modified docs/games/Doggo/img/Doggo-level-Block2D-3.png
Binary file modified docs/games/Doggo/img/Doggo-level-Block2D-4.png
Binary file modified docs/games/Doggo/img/Doggo-tile-doggo-Block2D.png
Binary file modified docs/games/Doggo/img/Doggo-tile-stick-Block2D.png
Binary file modified docs/games/Doggo/img/Doggo-tile-wall-Block2D.png
Binary file modified docs/games/Drunk_Dwarf/img/Drunk_Dwarf-level-Block2D-0.png
Binary file modified docs/games/Drunk_Dwarf/img/Drunk_Dwarf-level-Block2D-1.png
Binary file modified docs/games/Drunk_Dwarf/img/Drunk_Dwarf-level-Block2D-2.png
Binary file modified docs/games/Drunk_Dwarf/img/Drunk_Dwarf-level-Block2D-3.png
Binary file modified docs/games/Drunk_Dwarf/img/Drunk_Dwarf-level-Block2D-4.png
Binary file modified docs/games/Drunk_Dwarf/img/Drunk_Dwarf-tile-bookshelf-Block2D.png
Binary file modified docs/games/Drunk_Dwarf/img/Drunk_Dwarf-tile-chair-Block2D.png
Binary file modified docs/games/Drunk_Dwarf/img/Drunk_Dwarf-tile-coffin_bed-Block2D.png
Binary file modified docs/games/Drunk_Dwarf/img/Drunk_Dwarf-tile-doggo-Block2D.png
Binary file modified docs/games/Drunk_Dwarf/img/Drunk_Dwarf-tile-door-Block2D.png
Binary file modified docs/games/Drunk_Dwarf/img/Drunk_Dwarf-tile-drunk_dwarf-Block2D.png
Binary file modified docs/games/Drunk_Dwarf/img/Drunk_Dwarf-tile-key-Block2D.png
Binary file modified docs/games/Drunk_Dwarf/img/Drunk_Dwarf-tile-table-Block2D.png
Binary file modified docs/games/Drunk_Dwarf/img/Drunk_Dwarf-tile-wall-Block2D.png
Binary file modified docs/games/Eyeball/img/Eyeball-level-Block2D-0.png
Binary file modified docs/games/Eyeball/img/Eyeball-tile-eye_drops-Block2D.png
Binary file modified docs/games/Eyeball/img/Eyeball-tile-eyeball-Block2D.png
Binary file modified docs/games/Eyeball/img/Eyeball-tile-wall-Block2D.png
Binary file modified docs/games/Foragers/img/Foragers-level-Block2D-0.png
Binary file modified docs/games/Foragers/img/Foragers-level-Block2D-1.png
Binary file modified docs/games/Foragers/img/Foragers-level-Block2D-2.png
Binary file modified docs/games/Foragers/img/Foragers-tile-fixed_wall-Block2D.png
Binary file modified docs/games/Foragers/img/Foragers-tile-harvester-Block2D.png
Binary file modified docs/games/Foragers/img/Foragers-tile-potion1-Block2D.png
Binary file modified docs/games/Foragers/img/Foragers-tile-potion2-Block2D.png
Binary file modified docs/games/Foragers/img/Foragers-tile-potion3-Block2D.png
Binary file modified docs/games/GriddlyRTS/img/GriddlyRTS-level-Block2D-0.png
Binary file modified docs/games/GriddlyRTS/img/GriddlyRTS-level-Block2D-1.png
Binary file modified docs/games/GriddlyRTS/img/GriddlyRTS-level-Block2D-2.png
Binary file modified docs/games/GriddlyRTS/img/GriddlyRTS-level-Block2D-3.png
Binary file modified docs/games/GriddlyRTS/img/GriddlyRTS-tile-barracks-Block2D.png
Binary file modified docs/games/GriddlyRTS/img/GriddlyRTS-tile-base-Block2D.png
Binary file modified docs/games/GriddlyRTS/img/GriddlyRTS-tile-combat-Block2D.png
Binary file modified docs/games/GriddlyRTS/img/GriddlyRTS-tile-fixed_wall-Block2D.png
Binary file modified docs/games/GriddlyRTS/img/GriddlyRTS-tile-minerals-Block2D.png
Binary file modified docs/games/GriddlyRTS/img/GriddlyRTS-tile-movable_wall-Block2D.png
Binary file modified docs/games/GriddlyRTS/img/GriddlyRTS-tile-ranged-Block2D.png
Binary file modified docs/games/GriddlyRTS/img/GriddlyRTS-tile-worker-Block2D.png
Binary file modified docs/games/Heal_Or_Die/img/Heal_Or_Die-level-Block2D-0.png
Binary file modified docs/games/Heal_Or_Die/img/Heal_Or_Die-level-Block2D-1.png
Binary file modified docs/games/Heal_Or_Die/img/Heal_Or_Die-tile-healer-Block2D.png
Binary file modified docs/games/Heal_Or_Die/img/Heal_Or_Die-tile-hole-Block2D.png
Binary file modified docs/games/Heal_Or_Die/img/Heal_Or_Die-tile-mountain-Block2D.png
Binary file modified docs/games/Heal_Or_Die/img/Heal_Or_Die-tile-warrior-Block2D.png
Binary file modified docs/games/Kill_The_King/img/Kill_The_King-level-Block2D-0.png
Binary file modified docs/games/Kill_The_King/img/Kill_The_King-tile-archer-Block2D.png
Binary file modified docs/games/Kill_The_King/img/Kill_The_King-tile-forest-Block2D.png
Binary file modified docs/games/Kill_The_King/img/Kill_The_King-tile-healer-Block2D.png
Binary file modified docs/games/Kill_The_King/img/Kill_The_King-tile-hole-Block2D.png
Binary file modified docs/games/Kill_The_King/img/Kill_The_King-tile-king-Block2D.png
Binary file modified docs/games/Kill_The_King/img/Kill_The_King-tile-warrior-Block2D.png
Binary file modified docs/games/Kill_The_King/img/Kill_The_King-tile-water-Block2D.png
Binary file modified docs/games/Labyrinth/img/Labyrinth-level-Block2D-0.png
Binary file modified docs/games/Labyrinth/img/Labyrinth-level-Block2D-1.png
Binary file modified docs/games/Labyrinth/img/Labyrinth-level-Block2D-2.png
Binary file modified docs/games/Labyrinth/img/Labyrinth-level-Block2D-3.png
Binary file modified docs/games/Labyrinth/img/Labyrinth-level-Block2D-4.png
Binary file modified docs/games/Labyrinth/img/Labyrinth-tile-avatar-Block2D.png
Binary file modified docs/games/Labyrinth/img/Labyrinth-tile-exit-Block2D.png
Binary file modified docs/games/Labyrinth/img/Labyrinth-tile-trap-Block2D.png
Binary file modified docs/games/Labyrinth/img/Labyrinth-tile-wall-Block2D.png
Binary file modified docs/games/Push_Mania/img/Push_Mania-level-Block2D-0.png
Binary file modified docs/games/Push_Mania/img/Push_Mania-level-Block2D-1.png
Binary file modified docs/games/Push_Mania/img/Push_Mania-tile-hole-Block2D.png
Binary file modified docs/games/Push_Mania/img/Push_Mania-tile-pusher-Block2D.png
Binary file modified docs/games/Robot_Tag_12v12/img/Robot_Tag_12v12-level-Block2D-0.png
Binary file modified docs/games/Robot_Tag_4v4/img/Robot_Tag_4v4-level-Block2D-0.png
Binary file modified docs/games/Robot_Tag_4v4/img/Robot_Tag_4v4-level-Block2D-1.png
Binary file modified docs/games/Robot_Tag_4v4/img/Robot_Tag_4v4-level-Block2D-2.png
Binary file modified docs/games/Robot_Tag_4v4/img/Robot_Tag_4v4-level-Block2D-3.png
Binary file modified docs/games/Robot_Tag_4v4/img/Robot_Tag_4v4-tile-tagger-Block2D.png
Binary file modified docs/games/Robot_Tag_8v8/img/Robot_Tag_8v8-level-Block2D-0.png
Binary file modified docs/games/Robot_Tag_8v8/img/Robot_Tag_8v8-level-Block2D-1.png
Binary file modified docs/games/Robot_Tag_8v8/img/Robot_Tag_8v8-level-Block2D-2.png
Binary file modified docs/games/Robot_Tag_8v8/img/Robot_Tag_8v8-level-Block2D-3.png
Binary file modified docs/games/Robot_Tag_8v8/img/Robot_Tag_8v8-tile-tagger-Block2D.png
Binary file modified docs/games/Sokoban/img/Sokoban-level-Block2D-0.png
Binary file modified docs/games/Sokoban/img/Sokoban-level-Block2D-1.png
Binary file modified docs/games/Sokoban/img/Sokoban-level-Block2D-2.png
Binary file modified docs/games/Sokoban/img/Sokoban-level-Block2D-3.png
Binary file modified docs/games/Sokoban/img/Sokoban-level-Block2D-4.png
Binary file modified docs/games/Sokoban/img/Sokoban-level-Block2D-5.png
Binary file modified docs/games/Sokoban/img/Sokoban-tile-avatar-Block2D.png
Binary file modified docs/games/Sokoban/img/Sokoban-tile-box-Block2D.png
Binary file modified docs/games/Sokoban/img/Sokoban-tile-hole-Block2D.png
Binary file modified docs/games/Sokoban/img/Sokoban-tile-wall-Block2D.png
Binary file modified docs/games/Sokoban_-_2/img/Sokoban_-_2-level-Block2D-0.png
Binary file modified docs/games/Sokoban_-_2/img/Sokoban_-_2-level-Block2D-1.png
Binary file modified docs/games/Sokoban_-_2/img/Sokoban_-_2-level-Block2D-2.png
Binary file modified docs/games/Sokoban_-_2/img/Sokoban_-_2-level-Block2D-3.png
Binary file modified docs/games/Sokoban_-_2/img/Sokoban_-_2-level-Block2D-4.png
Binary file modified docs/games/Sokoban_-_2/img/Sokoban_-_2-tile-avatar-Block2D.png
Binary file modified docs/games/Sokoban_-_2/img/Sokoban_-_2-tile-box-Block2D.png
Binary file modified docs/games/Sokoban_-_2/img/Sokoban_-_2-tile-hole-Block2D.png
Binary file modified docs/games/Sokoban_-_2/img/Sokoban_-_2-tile-wall-Block2D.png
Binary file modified docs/games/Spider_Nest/img/Spider_Nest-level-Block2D-0.png
Binary file modified docs/games/Spider_Nest/img/Spider_Nest-tile-gem-Block2D.png
Binary file modified docs/games/Spider_Nest/img/Spider_Nest-tile-gnome-Block2D.png
Binary file modified docs/games/Spider_Nest/img/Spider_Nest-tile-lava-Block2D.png
Binary file modified docs/games/Spider_Nest/img/Spider_Nest-tile-nest-Block2D.png
Binary file modified docs/games/Spider_Nest/img/Spider_Nest-tile-spider-Block2D.png
Binary file modified docs/games/Spider_Nest/img/Spider_Nest-tile-wall-Block2D.png
Binary file modified docs/games/Spiders/img/Spiders-level-Block2D-0.png
Binary file modified docs/games/Spiders/img/Spiders-level-Block2D-1.png
Binary file modified docs/games/Spiders/img/Spiders-level-Block2D-2.png
Binary file modified docs/games/Spiders/img/Spiders-level-Block2D-3.png
Binary file modified docs/games/Spiders/img/Spiders-level-Block2D-4.png
Binary file modified docs/games/Spiders/img/Spiders-tile-gem-Block2D.png
Binary file modified docs/games/Spiders/img/Spiders-tile-gnome-Block2D.png
Binary file modified docs/games/Spiders/img/Spiders-tile-spider-Block2D.png
Binary file modified docs/games/Spiders/img/Spiders-tile-wall-Block2D.png
Binary file modified docs/games/Zelda/img/Zelda-level-Block2D-0.png
Binary file modified docs/games/Zelda/img/Zelda-level-Block2D-1.png
Binary file modified docs/games/Zelda/img/Zelda-level-Block2D-2.png
Binary file modified docs/games/Zelda/img/Zelda-tile-attack_fire-Block2D.png
Loading

0 comments on commit c17ad8d

Please sign in to comment.