devtober 2025 - day 7 & 8
Days 7 and 8 I expanded on the basic systems of the game. Chopping logs from the tree now runs on a set timer so, instead of every update cycle, it now gets a log every 3 seconds. I'm planning on adding upgrades to the game eventually, so the amount of time it takes to get a log will be able to be lowered.
I also added a really simple UI to show how many logs the player has in their inventory. I definitely want to upgrade this in the future to show which upgrades the player has obtained as well has how many logs they have.
The tree sprite also now changes between two different sprites depending on if it is able to be chopped or not. Each time the tree spawns, it has a random amount of logs that it can give before it is felled.
I don't have any animations implemented yet, so there isn't much of an indicator that the player is chopping the tree. I also need to add a prompt to show that they can interact with the tree.