Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

spaceyjase/godot-crafting

Repository files navigation

crafting

A simple little crafting demo in godot. The system uses a 'SlotPanel' for inventory and the crafting table. Each 'Slot' holds an 'Item' and when populating the crafting panel via drag and drop, new items are generated if they match (via sequence) a known 'Recipe'.

Items and Recipes are both resources. The 'CraftingManager' loads all resources into an in-memory database.

Screen

About

A crafting example in godot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages