implemented rubedoll level item (not after dying yet)

This commit is contained in:
logsol 2015-04-20 21:20:56 +02:00
parent b12bf2bb0c
commit c67ff78aa0
16 changed files with 3140 additions and 2022 deletions

View file

@ -1,11 +0,0 @@
define([
"Game/Core/GameObjects/Items/Rube"
],
function (Parent) {
"use strict";
return Parent;
});