All Posts in Thrall of Time Games Community

Share your creations!

OK OK!
The Amount part of the UI needs cleaned up, but it's all working!

You can now buy and sell items with the NPC's again!

Item value depends on if buying/selling, item quality and eventually Friendship!

Didn't get my coffee and now it's too late

Quick odd question.
When selecting an amount of an item from a menu, would it bother you if it didn't have 0 as an option?
There's no reason to have it, since you can just cancel out of the menu, but it feels kinda off?

  14 votes Voting finished

My practical goblin-sona. I might design a cooler looking one later! This creation is inspired by @balmut of course!

Rewrote yesterdays draw code to instead of being 2 big blocks to be 1 big block, but in a little <=1 for loop, with fresh variables for second pass!

It might look the same, but under the hood it's WAY better!
Now I must run to the shop before it closes

Ok, here's the new Merchant menu so far!
Scrapped the old Buy array that only displayed Items if they still wanted to buy them, instead I'm going to have a sold out notice.

Will keep the Sell Array for now, since you always start on the left side.

Since I'm busy doing Goblin UI, here's an abandoned project.

I gave up on it because I just wasn't having fun making rooms for it

I hope I'll get back to it one day.

P.s Totally forgot I gave the Mech antlers and a Rudolf nose for winter

So, the reason NPC's wouldn't sell me Pomegranates (I WILL learn how to spell that one day) is because I'm clamping the Sell list size, so I took that out.
Think instead I'll make it skip over 0 quantity ones, and redesign the UI, give it multiple rows.

OK! Site resizing seems to be working right. Swapped it over to just use the same code as house resizing, added an exception so that you can only resize if the obstructed tree hasn't started growing.
Also added a nice error wiggle

Lunch/breakfast time!

Some new rugs, CATS

Happier with the last more than the others, but I wanted some different sizes. Might redo them.

Thanks to @DangerouslySlowCat for the (solicited) suggestions

Please check out Slow Cats crafts and pixel art, so talented!

Ok, Orchard rework is mostly done! Now I just want to swap out the code that collects fruit and chops the tree, with the same code the Player uses, so changing one will change both! Keep things nice and uniform!

Edit: Oh! And expanding them works