Simple Flowable Water!

Meet the 'Flowing' Water.
This commit is contained in:
beN39sGroup (Blue Electric)
2013-11-10 17:19:50 +09:00
parent 9373c93737
commit 77ca6da14c
4 changed files with 116 additions and 7 deletions

View File

@ -26,6 +26,7 @@ class Level{
public function __construct(PMFLevel $level, Config $entities, Config $tiles, Config $blockUpdates, $name){
$this->server = ServerAPI::request();
$this->level = $level;
$this->level->level = $this;
$this->entities = $entities;
$this->tiles = $tiles;
$this->blockUpdates = $blockUpdates;