From a5bced1cb18a703ee29194f15e9e18fb201544c3 Mon Sep 17 00:00:00 2001 From: Bryson Zimmerman Date: Sat, 19 Oct 2024 14:22:10 -0400 Subject: [PATCH] Partial refactor of World into an 'object' and delegating functions to their appropriate objects. --- .idea/workspace.xml | 26 +++++++++++++---------- src/main/kotlin/World.kt | 34 +++++++++++++++---------------- src/main/kotlin/data/Tile.kt | 7 +++++++ src/main/kotlin/data/WorldData.kt | 2 +- 4 files changed, 39 insertions(+), 30 deletions(-) create mode 100644 src/main/kotlin/data/Tile.kt diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 79eec21..64da3ec 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,16 +4,11 @@