An idle game focused on technological development. Knowledge is power, and with great power comes great responsibility...
Edcleryton Silva
Whoops! Looks like they don't have a project yet. Maybe ask them to start one?
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I started working on this again. I added new items and updated existing item information.
I also did a bunch code cleanup, removing some unnecessary code.
Saves are now fully functional though some stats are currently excluded from saving at the moment.
The save system is now able to save upgrades and similar things. Still working on smoothing a few bumps when it comes to loading it.
Added a script to handle game inputs. Using Ctrl+S will save the game.
Fixed an issue where loaded save data wasn't being applied and displayed properly. I had to create a signal to wait for the user interface to load before applying save data.
Improved my event system. Events can now trigger other things with different outcomes depending on options that are selected.
Added a bit of stuff. I used a @tool script in order to speed up the process of adding new content to my tech tree.
Tooltips are now functioning properly, though I had to circumvent a sizing issue which could be a problem for any tooltips containing a lot of text.
I uploaded a MVP to itch.io and fixed a bunch of errors related to loading data
I was working on game function unlocks as you progress. Also I'm gonna start learning Godot shaders so I can make things look more appealing.
UI is coming together nicely. I have my game mechanics planned out and I'm in the process of implementing them. I'm creating an event system which can alter the gameplay and its flavor
Did some more experimenting with UI and I think its getting somewhere(hopefully). Still trying to get an idea of how certain boxes should be positioned relative to each other and their intended functions.
Cleaned up a bit of UI, now it looks nice. I have an idea of what I want to do on the left side and how it should interact with the existing game mechanics. To do this though, I need to figure a system to connect game mechanic unlocks with the tech tree(and other things).
I added panning/dragging to my tech tree. I'll probably do zooming at a later date. I will be working on drawing proper art for the various UI so it doesn't look as weird.
Been working on a research tree system. I've already created the tree and now I'm currently working on panning and zooming functions.
I've set up the save and data systems for my game. Now I need to put together the logic handling between the UI and data.
Did a bunch of changes. I've got most of my main UI in place and will be working on getting functional.