UndertaleEngine
UndertaleEngine copied to clipboard
An UNDERTALE fangame engine.
be pacient
These are the correct total values as shown below Original:  My fix: 
Fixed input wrapping in the main menu to to make it more like Undertale.
This is a fully working box. I also added it as an example to the room
I have implemented the ability to switch between the old item menu and the new item menu as some people might like to use the old item menu.  You...
We can have a new save file system built-on the new struct and JSON serializing features. And we can have things like data converter to convert resource id to their...
Items don't actually need an object. They can be achieved using structs. Current object-based item system doesn't work very well if you only need to get some data from the...
Save file breaks due to object index reordering, such as items, phones and battle fight panels. Add a string to resource id mapping. When saving save files, convert the resource...
Remade Items & Phones with `struct` Need for more improvement 用 `struct` 重制了物品与电话 需要更多改进