deltarune dark world creator
Find a file
2026-08-15 19:30:25 +02:00
assets Reorganize all folders once again 2026-08-01 22:34:38 +02:00
character Ensure 2 lines between methods 2026-08-14 16:34:11 +02:00
creator Apply property changes to all selected tiles 2026-08-15 19:30:25 +02:00
encounter Ensure 2 lines between methods 2026-08-14 16:34:11 +02:00
game Ensure 2 lines between methods 2026-08-14 16:34:11 +02:00
global Ensure 2 lines between methods 2026-08-14 16:34:11 +02:00
tile Apply property changes to all selected tiles 2026-08-15 19:30:25 +02:00
ui Ensure 2 lines between methods 2026-08-14 16:34:11 +02:00
.editorconfig Init 2026-07-07 14:36:53 +02:00
.gitattributes Init 2026-07-07 14:36:53 +02:00
.gitignore Init 2026-07-07 14:36:53 +02:00
default_bus_layout.tres Begin adding audio 2026-07-30 19:28:44 +02:00
export_presets.cfg Add export presets 2026-07-24 00:05:46 +02:00
icon.svg Init 2026-07-07 14:36:53 +02:00
icon.svg.import Init 2026-07-07 14:36:53 +02:00
LICENSE Add LICENSE 2026-07-07 19:24:51 +00:00
project.godot Add select all tiles action 2026-08-15 19:28:23 +02:00
README.md Add other party members 2026-08-03 01:39:10 +02:00

NUTDEALER

So this is basically a Deltarune dark world creator. It is very WIP, so expect things to break constantly.

I have some ideas on what features to implement and stuff, but I'm keeping those for myself for now since it's in flux. The issues only contains smaller features/bugfixes for now.


Here are some fundementals. There are still some bugs / small features that haven't been implemented yet.

  • Title Screen
  • Dark World Creator
    • Camera that can pan
    • Camera that can zoom
    • Grid
    • Place tiles on said grid
      • Give them different textures
      • Delete, copy, move them around the grid
      • Change their behaviour (solid, hide during play, etc...)
      • Give them logic using GDScript scripts (run code when interacted with, etc...)
        • Save/load scripts
    • Save/load dark worlds
    • Preview
    • Encounters
    • Dialogue
    • Party Members
      • Lead (Kris)
      • Follow (Susie, Ralsei, etc...)
  • Play dark worlds

Made using Godot v4.7
Licenesed under GPL-3.0