Skip to content

Commit 16cad47

Browse files
Update title and description
1 parent d7b56c3 commit 16cad47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Arduino Tilemap Editor
22

3-
Create, edit, and export tilemaps directly to C++ header files for Arduino and ESP32-powered devices. Perfect for game development, UI design, and visualization projects on microcontrollers with limited memory.
3+
Create, edit, and export tilemaps directly to C++ header files for Arduino and ESP32 devices.
44

55
![Arduino Tilemap Editor Screenshot](./images/example.png)
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "arduino-tilemap-editor",
33
"version": "0.1.0",
4-
"description": "Create, edit, and export tilemaps directly to C++ header files for Arduino.",
4+
"description": "Create, edit, and export tilemaps directly to C++ header files for Arduino and ESP32 devices.",
55
"homepage": "https://halftheopposite.github.io/arduino-tilemap-editor",
66
"scripts": {
77
"start": "node esbuild.config.js --serve",

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Arduino Tilemap Editor</title>
77
<meta
88
name="description"
9-
content="Create, edit, and export tilemaps directly to C++ header files for Arduino."
9+
content="Create, edit, and export tilemaps directly to C++ header files for Arduino and ESP32 devices."
1010
/>
1111
<!-- Base URL for GitHub Pages deployment -->
1212
<script>

0 commit comments

Comments
 (0)