Copy the 'dci' directory to any location within your Godot project. Begin your DCI coding journey with the following code: # define data class Person extends dci_data: var name: String = "Player" # ...
A Simple Portal System for Godot 4 (and 3 with a little work). Portals hopefully need no introduction. Just think of the game Portal and you get the idea. Non-nested portals are deceptively simple to ...