Crops !
This commit is contained in:
@@ -7,7 +7,6 @@ import { DebugSystem } from "$/client/systems/debug_system.ts";
|
||||
import { InventorySystem } from "$/client/systems/inventory_system.ts";
|
||||
import { UIInteractionSystem } from "$/client/systems/ui_interaction_system.ts";
|
||||
import { UIRenderSystem } from "$/client/systems/ui_render_system.ts";
|
||||
import { CropSystem } from "$/client/systems/crop_system.ts";
|
||||
import { create_main_menu } from "./main_menu.ts";
|
||||
import { ClickableSystem } from "./systems/clickable_system.ts";
|
||||
import { start_game } from "./game.ts";
|
||||
@@ -46,7 +45,6 @@ export class ClientWorld extends World {
|
||||
this.add_system(new InventorySystem(), "game");
|
||||
this.add_system(new PlayerControlsSystem(), "game");
|
||||
this.add_system(new MovementSystem(), "game");
|
||||
this.add_system(new CropSystem(), "game");
|
||||
this.add_system(new DimensionLogicSystem(), "game");
|
||||
|
||||
// render systems
|
||||
|
||||
Reference in New Issue
Block a user