Skip to content

Commit efe0239

Browse files
authored
Add warning about existing files (#65)
1 parent e59bf31 commit efe0239

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

documentation/creating-extensions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ The best way to create an extension is to use the extension creator in the dialo
3030

3131
By clicking the `Create New Extension` button, you can set up an extension folder and a custom event script. Enter a name for the new module and select what you would like to add. Then click `Create`.
3232

33+
```admonish warning
34+
Existing files will be overwritten!
35+
```
36+
3337
---
3438

3539
## 2. The essential part: `index.gd`

0 commit comments

Comments
 (0)