Skip to content

Commit b886f9d

Browse files
committed
Update the README to use .mjs extension when mentioning files
1 parent 2b4ec03 commit b886f9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
Tiled plugins for exporting Tilemaps and Tilesets in Godot 3.2 format
44

5-
- export_to_godot_tilemap.js
6-
- export_to_godot_tileset.js
7-
- utils.js
5+
- export_to_godot_tilemap.mjs
6+
- export_to_godot_tileset.mjs
7+
- utils.mjs
88

99
The plugin requires Tiled version 1.3.4 or newer.
1010

@@ -232,7 +232,7 @@ If you are using the plugins and have any problems, feature requests or have fou
232232

233233
#### Customizing or contributing tips
234234

235-
If you want to debug something you can use the utils.js
235+
If you want to debug something you can use the utils.mjs
236236
There are three useful functions:
237237
- log() - shortcut for the console.log (infinite parameters)
238238
- logf() - logs with flattening circular objects (single parameter)

0 commit comments

Comments
 (0)