From f1a4ea211c06d7ada2df7eafa754fd3e8642d839 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 13 Feb 2022 19:40:39 +0100 Subject: [PATCH] Fix an another link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a862a2b..22bc697 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ The added resource's index will be set as it's id. This is useful for modding support, as you can just collect every mod's resource dbs, and add them to a static db, and with this option enabled the ids will not clash. -You can see an example of this [here](https://github.com/Relintai/broken_seals/blob/master/game/scenes/MainScene.gd). +You can see an example of this [here](https://github.com/Relintai/broken_seals/blob/master/game/scripts/game_modules/DataManager.gd). ### ESSResourceDBMap