As the demands of hungry customers grow unbearable, you must build a factory to keep up!

Mon
Wed
Fri
Less
More
0 Hours Spent Dev
0 Hours Spent Art
0 Plays on Shiba
Give Feedback
Paw
Brody
Randomness
2hr 17min4:17 AM10/11/25

I made underground belt interpolation work! It's not the most flexible system and relies on the art working a particular way a lot since I didn't want to clip item sprites, but I think it looks quite nice!

GitHubyayyy make underground interpolation work and look nice+122-11
GitHubImplement directional belt linking for undergrounds+48-14
36min9:06 AM10/05/25

loooots of new stuff!

I'm getting much closer to have full automation working; underground belts now exist and the building system works pretty well.

I fixed a bunch of miscellaneous visual issues that people brought up, so hopefully moving items around feels a bit better now.

There are tooltips once again for most interactions in the game that deserve them, and a lot of descriptions are more coherent.

have fun, and thank you to everyone giving good feedback recently! I really appreciate it :)

GitHubFix menu and disable automation debug in release+14-7
GitHubRemove drops because it feels unintuitive+6-8
GitHubdisclaimer text doodad+19-11
GitHubUpdate table surfaces when removing and adding counters+20
GitHubAdd overylay layer to underground belts+55-6
1hr 46min8:13 AM10/05/25

Although this doesn't look like a very meaningful change, I restructured the belt tile system to use a separate "underlayer" for a few reasons:

  • We no longer need every belt tile to independently be on a negative layer; the whole underlayer can be
  • We can have both an overlay above belt items and the belt itself in a single tile, which is needed for underground belts
  • It was kind of silly to have the belts on the interactable layer anyway since they didn't require the same y-sorting as other objects.

Although I haven't figured out the best solution for interpolation yet, the items now go under ("into") the underground belts, which looks a lot nicer.

0199b36b-f913-7795-8ba0-f7c2345e5920.png
GitHubMove belts to a separate underlayer+1726-1177
2hr 25min5:43 AM10/05/25

the interpolation on moving items is funky, but I have an initial implementation of underground belts now! They have a max distance of 10 tiles and move items as if they were directly connected for now (which isn't ideal, but it's much trickier to implement arbitrary overlapping item streams "underground").

0199b2e4-6b1a-7dfb-9ed5-84edc7e35d1c.png
GitHubPrerequisites for underground belts+409-245
2hr 46min1:12 AM10/05/25

you can place buildings now, yay!

There's no inventory system or limit on how many you can place, and there are some funky interactions I need to fix, but it works pretty well! Next up is placing counters and objects on them.

0199b1ec-d5f3-7790-9568-054874c6ff7d.png
GitHubFix wrong item IDs+2-2
GitHubme when every item loses its ID for some reason+36-10
GitHubPlacing constructables, at last!+127-36
GitHuboopsies I forgot to commit for a while there+367-215
1hr 24min8:13 PM10/04/25

I've been working on tooltips that automatically show; I used to have item tooltips implemented on hover, but in my effort to make all the UI work without a mouse, I changed most tooltips to automatically show when relevant and hide after a few seconds. I also rewrote all my item descriptions to make a bit more sense in context.

0199b0d9-c47e-7a7a-b1e5-75598ddbe4f9.png
GitHubChange carried item layering logic slightly+5-4
48min5:21 AM10/02/25

We're so back!! The burnout and tight schedule is (kind of) over so I'll try to work on at least one new thing every day from now on. I'll be posting devlogs more frequently (sorry to everyone who gets notifications .-.) so I can make sure my time is recorded/tracked properly.

I improved item carrying in a bunch of different ways. First, I fixed a big issue that a few people brought up to me which is items weirdly layering above walls. It's kind of difficult to get this right because items are in a weird position where they can be both above and below a wall depending on where the player is so there must be a point where they jump from the top to bottom. I picked a point that looks pretty good and works well with the doors.

I also made it so items are visible when the player is facing upward. I originally made them invisible in this case because I thought it added too much visual noise, but some people said it was confusing.

Next, I adjusted the layering for counters. Previously, items were always placed on top of everything else if the player wasn't facing upward but I found that it actually looks nicer if the items are placed behind counters when the player isn't facing into one. This causes some jumps when the item moves from being held "down" to "up" but I prefer how it feels.

0199a35d-e64f-76c1-9ab3-8b73fd6b30f3.png
GitHubSlight fixes for item sorting+51-23
GitHubSmall polish and more constructable progress+91-27
2hr 7min9:05 PM09/29/25

I usually don't post demos before 10 hours, but I wanted to get out some of the recent polishing changes before the next tickets go out.

This mostly fixes a few small things I saw in feedback, improves the auto-tiling system further, and balances the core loop a bit more. Hopefully next time will have automation building :)

On another note, posting devlogs is so much more stressful when a bunch of people are following you haha

GitHubMake input settings properly save and allow turning off keybind hints+42-26
GitHubStart adding input settings and adjust keybind hints to use ids instead of indices+223-43
1hr 3min3:03 AM09/27/25

Lots of polish based on feedback and construction improvements in this one! You still can't quite build new machines, but I'm getting close.

3hr 50min1:42 AM09/27/25

I mostly worked on stuff that isn't visible, like controller support and some animation/smoothing. The key hints now show the input that makes most sense based on whether a controller is connected and don't require me to manually set up keys since they pull it from the project config.

019988d0-60e0-7a24-8a4d-70ff0dd4cdec.png
GitHubImprove keybind hints and do the editor symbol thing in a much less silly way+203-41
GitHubBegin implementing constructables+94-18
3hr 24min10:24 PM09/25/25

I continued working on the construction system and experimented with multiple inventory slots for the player (but ultimately decided it added too much complexity). I also implemented some other general polish interactions suggested through feedback like being able to add items from a counter directly onto a held plate.

019982f9-49e0-7add-9111-2234e9d3811a.png
GitHubGeneral polish and changes from feedback, multiple inventory slots, more construction functionality+426-106
2hr 28min1:11 AM09/25/25

I didn't properly track what time I'm at for this devlog (burnout hit me hard ahhhhh) so I'm just making one to be safe. I've been working primarily on the construction system, which now properly works with rotating and deleting tiles! Next I want to implement placing down things like conveyor belts and counters (with the appropriate placement restrictions) and adding/removing counter interactables. I've been putting a lot of work into making all actions in the game accessible without a mouse, but there's still a lot to do here! For example, I think I'll implement a custom cursor controlled by joysticks/wasd for using the computer since that pretty fundamentally relies on having one.

01997e69-5b73-74dd-b358-c7544716ee92.png
GitHubSmall highlight polish and construction view colors+72-20
GitHubSplit autotiling logic into new files and begin implementing more construction controls+571-446
34min4:10 AM09/22/25

<Randomness week update 6> (I don't know when I missed a day lol)

Once again, this demo lacks a lot of new content since I've been working primarily on the automation side of things. The kitchen is expanded a bit, though, and the "construction" mode is at least a little closer to being finished!

I sadly didn't fulfill my goal of adding a new random element every day, especially since there isn't one in this update, but at least I added a few!

Have fun, everyone! Thank you for the really nice feedback so far :)

GitHubFinal tweaks for demo+403-126
3hr 50min3:33 AM09/22/25

There's still a lot to be done, but I worked on more autotiling edge cases, incorporated art for other machine directions (which also still has some work to be done), and implemented a really basic editor in-game.

01996f7a-3eec-7878-a655-14d41e36ecaf.png
GitHubSmall adjustments; committing so I don't break stuff next+39-18
GitHubStart implementing construction+911-404
2hr 50min10:29 PM09/21/25

I implemented similar autotiling for the belts as for the counters. Here, you can see the "automation zones" tilemap that internally stores the state of the kitchen/machines. The entire tilemap behind it is generated automatically. I'm yet to implement live updates, so it currently rebuilds the entire thing, but that shouldn't be too difficult.

01996e63-8702-7cd4-86d8-4a40d844834e.png
GitHubNew conveyors! And the hacky python script becomes even hackier+1607-152
12min4:55 AM09/21/25

Some slight fixes and performance improvements. Thanks @Angel!

7min3:45 AM09/21/25

Oops; I broke timed interactions in that one. Should be good now!

1hr 29min3:38 AM09/21/25

There's not a ton of new stuff in this one, but I'm getting close to being able to renovate the kitchen area and build custom automation! There are quite a few polishing and art fixes, at least.

3hr 49min1:46 AM09/21/25

<Randomness Week Update 5>

I implemented custom autotiling for the counters (it's still a work-in-progress, as you can see by some of the machines being missing)

Perhaps this is a bit of a cop-out since it isn't real gameplay, but the variant of forward-facing counter is pseudorandom based on its position.

019969f1-02c7-78b3-ba8b-99d5bc27ee29.png
GitHubBegin implementing counter autotiling+204-69
GitHubStart implementing editor tooling for automation machines+784-348
2hr 46min8:27 PM09/20/25

<Randomness Week Update 4> (but a bit late)

I started work on the factory editing mode! There's a lot of work to be done here, but I implemented the camera/selection controller and input target logic.

I got a bit distracted, and didn't really implement any sources of randomness... oops. I'll try to have something for the next one!

019968cd-80cd-78ba-a124-15d0d1c43200.png
2hr 45min6:04 AM09/19/25

<Randomness Week Update 3>

I worked a bit more on automation, polished the UI, fixed a few things pointed out in reviews, and added a huge new source of randomness! Now, instead of being manually created, the day data (e.g. customer patience, order difficulties, customer interval, etc) is generated randomly and slowly gets more difficult as the days continue. I had to pull out the Desmos for this one, so you know it's getting serious :3

https://www.desmos.com/calculator/dxh9onpg1q

01996092-9d15-7122-a2a3-761b6b8a5c5b.png
GitHubMore conveyors, miscellaneous polish and fixes, and randomly-generated day data+273-115
GitHubFinally get the transitions to work nicely!+30-18
GitHubFix resource loading in builds+13-4
12min5:23 AM09/18/25

Oops... resource loading was broken in that previous build and nothing worked at all... I guess Godot renames files when exporting builds? Anyway, this one should work.

6min5:10 AM09/18/25

And here's a demo for the recent changes! Not much visible has changed, but there were a lot of bug-fixes and polish. I also did some work on automation (which is yet to work in the game, but I'm getting closer)!

4hr 11min4:58 AM09/18/25

<Randomness Week Update 2>

I added procedurally-generated outlines to the items on plates since I got a lot of feedback saying it was difficult to tell when a plate had something white like cooked rice on it. In my opinion, it looks really nice on the other items too!

I also started adding an app for active and old orders on the computer so it's easy to open the recipes for active orders and determine if you successfully fulfilled old orders.

I also worked on other elements leading up to actual automation, like all the required belt tiles.

For today's element of randomness, I updated the order choice logic a bit to randomly choose difficulty levels. I eventually want to set up a probability distribution and dynamically assign a "difficulty" to each day then generate the day data in-game, but it's a fixed list for each day right now.

01995b2f-cebd-72d5-94b7-fad910544c96.png
GitHubTransitions, randomness, order list, and a bunch more stuff idk+229-69
GitHubMore conveyor types (making autotiling for this will be fun...)+273-3
GitHubNew faster workflow for conveyor postprocessing+678-74
GitHubAdd item cycle for debugging and really nice-looking dark borders for items on plates+64-4
GitHubAdd randomness to customer interval and patience, other miscellaneous fixes+69-23
3hr 34min8:54 PM09/16/25

<Randomness Week Update 1>

I'll be doing an update (or a few) daily for randomness week, and I'm going to try to add a new aspect of randomness for each day!

For today, I worked primarily on automation-related cleanup like in my last post: machine data is now stored similarly to item-data (I just can't get away from data-driven programming no matter what I make...)

I added a bit more randomness, though! The customer interval and patience is now based on a normal distribution. Notice that the waiting times in this screenshot aren't multiples of 1h, since each customer has a random waiting time and arrival time (add that to the random order that they already have; it's a lot of randomness!)

0199544c-c723-7d25-adda-1ebcc04a81a1.png
GitHubReorganize data with shared loading system, update to Godot 4.5+522-441
GitHubReorganize data in preparation for data loader+141-129
GitHubAdd item tooltips and clean up tag highlighting to use IDs universally+125-66
2hr 45min2:48 AM09/16/25

I don't have much to show for this one, but I've been polishing some things and making structural changes in preparation for automation (at last). A few of these include:

  • Adding subtle animations to many UI elements like orders
  • Adding the recipes and machines an item can be used in to its description
  • Changing item and machine IDs to immutable StringNames instead of Strings for constant-time comparison
  • Structuring data like item types, recipe combinations, and machine types in a more consistent way
0199506a-de22-79e8-8741-1116123dbc17.png
GitHubLight animations and cleanup+94-67
GitHubMerge branch 'main' of https://github.com/Glitch752/SushiFactory+108-28
GitHubRemove settings and customize per-machine-3
GitHubChange item IDs to StringName and reorganize containers+108-28
GitHubThe remaining few sound effects I wanted to add - Muffled audio in pause menu - Computer interaction sounds - "whoosh" sound effects for day notifications - Trash can item sounds+124-4
GitHubMore generic item placing/taking sounds, cutting board slicing sounds+186-153
1hr 3min12:40 AM09/15/25

Sound update! There are now sound effects for almost every interaction (a few are still a work-in-progress), better music, volume settings, and more! I also worked on some of code cleanup now that I'm more familiar with writing idiomatic GDScript.

3hr 42min6:33 AM09/14/25

I added a volume settings section (with volumes persisted across plays, mostly for my own sake) and more sound effects for things like picking up and putting down items.

There are just a few more things I would like to add sound effects for:

  • Cutting board chop sounds
  • Computer interaction sounds
  • Sounds for day notifications
019946eb-eef6-75cc-8cb5-bcc9eedc0bc9.png
GitHubMore general take/place sounds for all items and better system for custom item scenes so plates aren't handled differently+94-21
GitHubMove rice cooker to more general cooking machine system, add sounds for counter machines, remove audacity projects since they're huge files and not really needed+186-109
GitHubAudio volume settings and persistence+462-68
3hr 37min10:29 PM09/13/25

I've been putting a lot of work into sound effects for UI, movement, and interaction. There's still a ton to do, but I'm really happy with what I have so far! I have no clue how to do sound design (my only experience is from low-effort game jam stuff), so it's taking a lot longer than I would wish. It adds a lot to the game, though!

I can't really upload a screenshot showing the audio, so... here's an image of a later day in the progression :)

01994532-9fc4-76e3-901b-4495d17b92fd.png
GitHubTransition and plate sounds+282-43
GitHubFootstep and door sound effects+136-4
GitHubClean up level interface signals and begin adding sound effects+1193-64
2min5:16 AM09/13/25

Demo time!!

A lot has changed since the last demo, including:

  • There's a real game loop! It's not perfect, and pretty unbalanced, but at least there's some goal now :)
  • I removed a lot of the temporary email content and replaced it with some indirect "tutorial" information from the player's "boss". The emails are also customized based on how well the player does, which I think is cool!
  • General polish on interactions, like making plates require a time-based interaction to "combine the items" and put together a dish. This fixes issues with recipes overlapping, adds more incentive for players to automate processes, and makes it clearer what's happening.
  • I also took a bunch of small feedback items I received, like adjusting the music to be in an autoload scene, fixing its volume, making what interactions do clearer, etc

Thanks, everyone, for the great feedback so far!

GitHubGame loop!+262-81
2hr 56min5:07 AM09/13/25

There's a proper game loop now! The difficulty definitely needs some balancing, especially since there's no automation to assist you yet. However, I'm really happy with how it's going! The only major thing missing from the game loop is losing reputation, so there are no consequences for doing poorly yet. That's next on my list, though.

01994176-f026-78ae-ad93-cf4ca8f5133d.png
GitHubImplement a simple pause menu+188-16
GitHubFancy scene transition shader!!+169-6
4hr 5min1:38 AM09/13/25

Wait, what?? Is that gameplay I see?

Well, I finally got some of the core game loop working as I'd hope! There are a ton of small tweaks in this one, but I think it's reasonable to say you can play through the first day now :)

I've also been working on a bunch of other things, like a reputation system, scene transitions, making more parts of the game rely on game-time instead of real-time, and more!

019940b7-e797-7219-9bc7-4ea5eb323023.png
GitHubBase more machines on game time instead of realtime+43-44
GitHubAdd music to an autoload scene instead of per-scene+19-15
GitHubMake plates require an interaction to create items and implement timed interactions for it+262-82
GitHubAdd more (somewhat temporary) day data+79-5
GitHubBasic game loop with customers spawning and taking items from sushi belt+373-58
3hr 15min2:58 AM09/12/25

I added some nice animated store opening (and closing soon) UI to hopefully help guide the player toward how the time system works without an outright tutorial. It also suggests to players that the requested recipes will get more difficult and customer patience will go down.

01993bd9-f4fd-70fa-928f-7c3860c09b04.png
GitHubGodot 4.4 has typed dictionaries!??!?+282-54
2min10:58 PM09/11/25

I don't even know what time I'm at at the moment (oops, I should be doing a better job tracking) but here's a new demo!

  • Better interaction system
  • A nice main menu
  • Almost actual automation (sushi FACTORY soon??)
  • Almost a core game loop (everything except customers automatically ordering and leaving work, press O/P to demo customers entering and leaving)
3hr 33min10:52 PM09/11/25

New interaction system! This fixes pretty much all the weirdness with interaction before, improves the UI consistency, and allows you to see interactable information without being able to interact (e.g. see that machines are currently cooking/frying/whatever)

01993afa-01c6-7ab6-a487-959c66baaac2.png
GitHubNew interaction system! Yay!+330-331
GitHubSmall level tweaks before more automation stuff+3-3
1hr 52min3:24 AM09/11/25

Woah, is that a main menu? I made a pretty cool menu with a sushi belt showing random items from the game. I really like how the title art turned out, too!

019936cd-0a45-7503-9cb0-318e84a11f67.png
GitHubEpic main menu and title assets+208-37
GitHubOH MY GOD THE BELTS WORK+180-138
5hr 1min12:30 AM09/11/25

👀 Are those BELTS? 👀 MOVING ITEMS? Which support cyclic structures by using a directed graph-based implementation? Yeah!! I got way too far in the weeds on this one and implemented Kahn's algorithm for topological sorting and cycle detection so the belts work efficiently* and as players expect. There are... still a lot of bugs, though. To be honest, I just translated a bunch of code from other games and it's still a bit of a mess lol

With the customers that line up around the sushi belt (which I somehow never made a devlog about??), I'm really close to having actual gameplay and customers that take their orders! The belts are still bug-ridden, though, and there's no building system anyway.

Soon!

*GDScript is slow no matter what though :(

0199362e-620f-764f-bcc3-5c77e0fe4c79.png
GitHubGraph-based belt system?? (omg this doesn't work at all yet bug squashing time)+406-72
GitHubStart implementing actual automation+240-24
GitHubAdd main game sushi image
GitHubWait actual gameplay coming soon??? what+322-128
1min2:37 AM09/10/25

And here's a demo since it's accidentally been a looong time since I posted one (I think like 15h now, oops)

4hr 48min2:36 AM09/10/25

Still no core loop, but I'm getting reeeeeally close (maybe)! There's a sushi belt (though no automation yet), all the remaining machines and item sources, and a system for moving customers throughout the restaurant. I'm taking so long since I keep changing my mind on how I want the orders to work, but I finally think I have a good vision. For now, it's actually a lot of fun to multitask and try to cook as quickly as possible :)

0199317a-05e8-7304-8dbc-855211569471.png
GitHubConveyors, better level design, more machines (every recipe is possible now), and a whole lot more! We're getting close to an actual game+1109-387
GitHubImplement stovetop and more customer movement logic+326-46
4hr 17min2:32 AM09/09/25

I have a much more finished cooking system now (you can finally make most recipes!) and I've been working on the game loop with paths for characters to take as they wait in line. I didn't think this would take so long to get the main game loop in place, but I guess I keep procrastinating with polish before I even have a game, oops ;)

01992c50-57d8-7c1f-814f-4e06f07b649e.png
GitHubNew walls, new color schemes, doors, furniture, a bunch of polishing stuff, code cleanup, idk just a ton of stuff+560-135
50min6:12 PM09/08/25

Still no core game loop, but I'm getting there! Now, there are at least a bunch of recipes to make (although a lot of them are locked behind ingredients you can't access yet, oops)

Have fun :)

4hr 15min3:05 AM09/08/25

I added most of the remaining recipes and computer recipe features. Except "importing" recipes in emails, the recipe app on the computer is done.

01992747-b087-71fa-becd-06fec3c3999e.png
GitHubAdd remaining recipes (except those that require new machines)+626-46
GitHubReorganize files, add art for more items, and start implementing new recipes in game+796-234
3hr 43min8:15 PM09/07/25

I started work on the factory-building mechanics, but didn't make significant progress yet. I also refactored the recipe system into something more general so the data used for constructing dishes and in the recipes app on the computer (which I made some progress on) can come from a shared source. There are now more than two recipes you can make, too :)

019925d0-b756-797a-9bdc-a1618179ebb1.png
GitHubSlight tweaks to the recipes menu before export+87-6
59min6:16 AM09/07/25

I'm getting much closer to having a proper game loop implemented. There isn't a whole lot of a visual change in this demo except a different layout and working (ish) computer, but hopefully next one I'll have a proper game loop :)

GitHubReorganize art and begin work on recipes app+136-15
GitHubAdd randomized characters+7132-6
3hr 46min5:03 AM09/07/25

I implemented the randomized customers in the game. It's not perfect, but I like the result!

0199228d-ea4f-7d63-974f-3be41a9a081d.png
GitHub"Buildable" character sprites, email system, and level updates+1767-177
1hr 29min8:07 PM09/06/25

I implemented an email system that acts as a basic and tutorial and provides some minimal story elements. I'm able to add triggers to certain events, like days/times, which will send an email. I also added a proper day cycle that updates the UI.

01992095-656f-79c2-911c-9852349a0558.png
3hr 5min6:35 AM09/06/25

I added a computer that will allow the player to manage their business, receive story information through "emails from their boss", and order items.

01991dbb-cb39-7388-8196-c4f6f3d27cf7.png
GitHubAdd computer and other miscellaneous improvements+1024-57
1hr 24min2:47 AM09/06/25

Here's a slightly more playable version of my game for a demo. It's still missing the core game loop and structure, but there are quite a few cooking mechanics implemented. For example, you can combine cooked rice, sliced cucumber, and nori (seaweed) bundles to make cucumber maki. I also began implementing a computer, which I decided to use for many of the story and management elements. It doesn't do much yet, though.

3hr 18min12:53 AM09/06/25

I polished up a lot of cooking interactions, and started implementing the core game loop. There isn't actually a day cycle yet, but I have most of the UI in place.

01991c83-509b-79b0-8e2e-cd510cf9fd89.png
GitHubImplement more item sources and combining items on plates+143-39
3hr 51min9:01 PM09/05/25

I added other cooking mechanics, like slicing salmon and cucumbers and combining ingredients on plates to make dishes. Next, I'll begin adding orders from customers.

01991bad-344c-71c1-86d4-c3d7071fb700.png
GitHubImplement cutting board logic+147-74
GitHubAdd more items and machines+278-14
GitHubAdd visual feedback to rice cooker, music, and tooltips for inventory and interacting structure+609-32
1hr 41min2:30 AM09/05/25

I added visual feedback to the rice cooker for the time remaining and outputs. I also added tooltips for the current interaction and held item when hovered and made some theming adjustments.

019917b6-6393-771a-9398-3d4744b10e1b.png
14min12:22 AM09/05/25

Here's my first demo! It's not much of a game yet, but I'm still happy with what I've achieved planning- and art-wise. Hopefully I can add more actual gameplay next!

1hr 51min11:51 PM09/04/25

I continued implementing interactables, like the rice cooker and trash can (with placeholder art). I also added other functionality like placing arbitrary items on the counters. There isn't much visual feedback for what's going on with cooking for now, but I'm starting to get somewhere. I'm already at over 10 hours, so I guess I'll prep things to submit a demo next even though the game doesn't even have a progression loop.

01991722-a883-7eaa-b126-365ac716745f.png
GitHubAdd rice cooker and interaction hints+180-30
GitHubMake interaction system much more robust+435-16
5hr 49min9:49 PM09/04/25

I started implementing an interaction system for cooking. The player can pick up items and interact with structures in front of them with their current item. Both items and interactables can have specific behavior, like plates having a meal on top of them that the player slowly builds and machines taking time to process inputs. It's been a challenge to figure out how to structure this kind of thing with Godot, but I'm slowly getting the hang of it.

019916b2-33c5-7d8e-8457-429e2c306453.png
GitHubPlayer inventory, interaction system, and other organization+421-40
GitHubBasic character movement+133-63
3hr 5min11:14 PM09/03/25

I implemented a player that moves around and collides with the tilemap. I tried a few different styles of movement, like grid-based, but decided that letting the player move in any direction is the most enjoyable. Letting the player move on diagonals (and other directions when using a controller) has the downside of making the animations look weird, but there's no way I'll be able to animate diagonal walking. I'm not yet satisfied, but I'll move on to other functionality for now.

019911db-e62f-7790-a012-33e5271f2364.png
GitHubAdd player controls and scene+276-17
GitHubExport player correctly this time+34
GitHubMake abysmal player art and start creating player+15-4
GitHubInitial project setup and simple tilemap+1307
011:18 PM09/01/25

I setup Godot and Hackatime

Expand Journey

Comments

Leave a comment...

Nothing to preview yet. Switch to Raw to write your post.

Select rating

No comments currently