This commit is contained in:
2026-05-19 23:13:41 -05:00
parent ed6c951783
commit 677768e6ab
28 changed files with 926 additions and 44 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ OverworldEntity.prototype.update = function() {
}
OverworldEntity.prototype.dispose = function() {
// Nothing to dispose
Entity.prototype.dispose.call(this);
}
module = OverworldEntity;